I typed out the following from a screenshot. One of my debug steps was to follow a blog post that had me look at the different drives to see which one had the linux install on it. I think it was hd2,gpt2. I looks like in the below that Trisquel is trying to boot from hd0,gpt. I feel like I could try changing that in this screen, and it's obvious how in places where the value is "hd0,gpt2", but what would I do with parts like "--hint-baremetal=ahci0,gpt2"? Use "--hint-baremetal=ahci2,gpt2"?

setparams 'Trisquel GNU/linux'

recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
insmod ext2
set root='hdo,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 b0fb4364-429c-4573-b0a0-7bddb6bb37ca
else
search --no-floppy --fs-uuid --set=root b0fb4364-429c-4573-b0a0-7bddb6bb37ca
fi
linux /boot/vmlinuz-4.4.0-161-generic root=UUID=b0fb4364-429c-4573-b0a0-7bddb6bb37ca ro quiet splash $vt_handoff
initrd     /boot/initrd.img-4.4.0-161-generic

Reply via email to