bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #11771] bad work around for partitions on linux


From: Sarah Smith
Subject: [bug #11771] bad work around for partitions on linux
Date: Mon, 21 Aug 2006 02:48:10 +0000
User-agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko)

Follow-up Comment #1, bug #11771 (project grub):

I used the following workaround successfully:

strace to identify the device node name grub was trying to open - in my case
"/dev/loop0p0".

Assuming the state at the end of the above failed grub run, with $offset
still set appropriately and /dev/loop0 associated with the $image:

(cd /dev && ln -s loop1 loop0p0)
losetup -o$offset /dev/loop1 $image

then run the above grub commands again -> success

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?11771>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]