Cannot update grub with paramters on live USB

Posted by Nanne on Ask Ubuntu See other posts from Ask Ubuntu or by Nanne
Published on 2012-10-28T13:53:54Z Indexed on 2012/11/05 11:25 UTC
Read the original article Hit count: 719

Filed under:
|
|

I have booted from a live USB ("Try Ubuntu"), that also has a persistent option set (I used LiLi to create one) to do some tests for this pcie hotplug issue I'm having.

I'm trying to test some boot paramaters (like in this question) by doing this

sudo nano /etc/default/grub
sudo update-grub

The problem is that that last command gives me this:

/usr/sbin/grub-probe: error: failed to get canonical path of /cow.

It looks like /cow is the file-system that is mounted on /, according to:

:~# df
Filesystem     1K-blocks    Used Available Use% Mounted on
/cow             4056896 2840204   1007284  74% /
udev             1525912       4   1525908   1% /dev
tmpfs             613768     844    612924   1% /run
....

Is there a way for me to run update-grub?

© Ask Ubuntu or respective owner

Related posts about grub2

Related posts about 12.10