grub-devel
[Top][All Lists]
Advanced

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

loop device doesn't supported by grub-install


From: Dmitriy Blinov
Subject: loop device doesn't supported by grub-install
Date: Thu, 15 Jan 2009 10:27:12 +0300
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi all!
I tried to install grub2 on the image mounted via loop device (http://lists.gnu.org/archive/html/help-grub/2008-12/msg00009.html).
And it  turned out to be impossible with standard grub-install utility.


The reason is

grub-probe error: cannot find a GRUB drive for /dev/loop2


This error occurs then grub tries to define drive by device name parsing. See 
file: biosdisk.c function: get_os_disk.
Only scsi and ide disks supported by this function.


My problem resolved by using low-level utilities grub-mkimage and grub-setup.





reply via email to

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