fsck exited with status code 4 initramfs ubuntu 23.04

Sdílet
Vložit
  • čas přidán 16. 03. 2023
  • fsck exited with status code 4 initramfs ubuntu 23 04.
    initramfs error occurs when your memory is corrupted, especially the drive where the operating system is located, and will not let it boot. To fix it, simply use the utility file system consistency check or "fsck". e.g.: fsck /dev/sdaX
    However, this will not work if your file system is extremely corrupted.
    if you do not get sda, it means that you need to perform a backup task or reinstall Linux:
    • initramfs error ubuntu...
    all suggested solutions before starting the reinstallation of ubuntu:
    Fix 1: did you change between uefi and legacy? If yes go adjuse the seetings
    Fix 2: use this commands in initramfs:
    -exit (to get error details, partition name or watch the video to learn how to get partition name)
    -df -h
    -blkid
    -fsck [partitian name (/dev/sdXX)]
    For instance. if your partition is by the name of “/dev/sdb,” then the command would be:
    -fsck /dev/sdb
    -fsck /dev/sdb -y
    -reboot
    Fix 3: use this commands:
    -exit (to get infos like: dev/mapper/ubuntu--vg-root)
    -fsck /dev/mapper/ubuntu--vg-root -y
    -reboot
  • Věda a technologie

Komentáře • 8

  • @robertmeszaros4485
    @robertmeszaros4485 Před 8 měsíci +1

    Thank you bro, you are a hero !!

  • @user-th9hr1up3m
    @user-th9hr1up3m Před 6 měsíci

    Помогло 👍. Самое главное в этих делах успокоиться и не психовать. Там подсказка была написана.
    Благодарю💪👍😊

  • @user-yd9nt4hr2u
    @user-yd9nt4hr2u Před 11 měsíci +1

    thank u so much i have an exam tomorrow and i couldn't afford to let my laptop crash

  • @edielsonbispo2624
    @edielsonbispo2624 Před 4 měsíci

    Obrigado irmão, tava quase me desesperando aqui😂, Deus te abençoe

  • @Safira_Fogo
    @Safira_Fogo Před měsícem

    Muito muito Obrigado 🫂 me ajudou muito. To aprendendo a mexer em Linux.

  • @arselane1622
    @arselane1622 Před 4 měsíci

    Thanks man

  • @ThuranJunior
    @ThuranJunior Před 2 měsíci

    Thanks you i have succes with this