bug-grub
[Top][All Lists]
Advanced

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

howto make grub bootimage


From: Tobias Wollgam
Subject: howto make grub bootimage
Date: Thu, 23 Sep 2004 17:52:27 +0200
User-agent: KMail/1.7

Hi.

I want to install grub into a bootimage/floppyimage, but the way it 
works with grub 0.92 doesn't work with grub 0.94. What can I do?

The old way:

bash# losetup /dev/loop0 floppyimage
bash# mv /dev/fd0 /dev/fd0-orig
bash# ln -s /dev/loop0 /dev/fd0
bash# grub
grub> root (fd0)
grub>install /grub/stage1 d (fd0) (fd0)/grub/stage2
grub>quit
bash# losetup -d /dev/loop0

When I use this way today, grub says the device does not exist. Or is it 
devfs which makes problems?

TIA,
 Tobias





reply via email to

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