Initramfs Prompt When Ubuntu Boots
(initramfs)exit
You may get something like this —
/dev/sda1: Unexpected …
fsck exited ….
The root filesystem on /dev/sda1 requires manual fsck
BusyBox v1.22 ……
(initramfs)
… means etc etc.
Now use the following command
(initramfs)fsck /dev/sda1
(pl note that /dev/ is constant. sda1 is to be known from the line above — The root filesystem on /dev/sda1 requires manual fsck)
fsck/dev is wrong fsck /dev is correct.
You may get something like this —
/dev/sda1: Unexpected …
fsck exited ….
The root filesystem on /dev/sda1 requires manual fsck
BusyBox v1.22 ……
(initramfs)
… means etc etc.
Now use the following command
(initramfs)fsck /dev/sda1
(pl note that /dev/ is constant. sda1 is to be known from the line above — The root filesystem on /dev/sda1 requires manual fsck)
fsck/dev is wrong fsck /dev is correct.
Comments
Post a Comment