[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grub-bios-setup "failed to get canonical path of overlay" when run from
From: |
Bruno Dantas |
Subject: |
grub-bios-setup "failed to get canonical path of overlay" when run from live USB |
Date: |
Thu, 18 Jul 2019 14:21:07 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
I can successfully run these two commands when booted into a GNU/Linux
system running from a partition on my harddrive (/dev/sda1):
$ sudo grub-mkimage -O i386-pc -o /boot/grub/i386-pc/core.img --prefix
'(hd0,msdos1)/boot/grub' biosdisk part_msdos ext2
$ sudo grub-bios-setup --directory=/boot/grub/i386-pc /dev/sda
However, if I try running these same commands from same OS running *on a
live USB*, the second command fails with this message:
"grub-bios-setup: error: failed to get canonical path of `overlay'."
What does grub-bios-setup need to succeed in this setting?
P.S. I know how to install grub2 to sda from live USB using mount and
grub-install, but I'd like to learn how to do it the more hands-on way
above so that I can have a fuller understanding of what's going on.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grub-bios-setup "failed to get canonical path of overlay" when run from live USB,
Bruno Dantas <=