Город МОСКОВСКИЙ
00:08:00

how to fix initramfs error in ubuntu or kali Linux

Аватар
Лекционный клуб
Просмотры:
148
Дата загрузки:
09.10.2024 19:44
Длительность:
00:08:00
Категория:
Лайфстайл

Описание

Actually the solution is easy just write the command of fsck /dev/sdax like the below and give Y if the console ask for fixing something:

(initramfs) fsck /dev/sda1

or

(initramfs) fsck /dev/sdaX

X specifies mounted disk part number.

If you don't want to manually press 'y' every time it asks for a fix, you can also run the command with the -y option.

(initramfs) fsck /dev/sdaX -y

Рекомендуемые видео