Grub (while booting)
Нашел здесь. Cause: boot process can’t find the root partition
Please type ls This will show all partitions, and then type individual
ls (hd0,1)/
ls (hd0,2)/
до тех пор пока не найдем что-то похожее на:
(hd0,1)/boot/grub OR (hd0,1)/grub
# или это
(hd0,1)/efi/boot/grub OR (hd0,1)/efi/grub
set prefix=(hd0,1)/grub
# или
set prefix=(hd0,1)/boot/grub
Продолжаем:
set root=(hd0,1)
insmod linux
insmod normal
normal
Готово!