Hi . I can no longer boot into manjaro after ubuntu grub update.
(kernel panic not syncing:VFS:unable to mount root fs unknown-block(0,0)
triple boot machine win10, manjaro, ubuntu.
Does the menu entry look Ok or does it need to be edited ?
thanks for any info.
menuentry 'Manjaro Linux (17.1.12) (on /dev/sda8)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1c47824e-a169-4f21-a4e6-ec4b1e13d1e9' {
insmod part_gpt
insmod ext2
set root='hd0,gpt8'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 1c47824e-a169-4f21-a4e6-ec4b1e13d1e9
else
search --no-floppy --fs-uuid --set=root 1c47824e-a169-4f21-a4e6-ec4b1e13d1e9
fi
linux /boot/vmlinuz-4.14-x86_64 root=UUID=1c47824e-a169-4f21-a4e6-ec4b1e13d1e9 rw quiet splash resume=UUID=a82a3639-cf94-4a89-a882-13774bf8acca
initrd /boot/amd-ucode.img