bug-grub
[Top][All Lists]
Advanced

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

Re: howto make grub bootimage


From: Marco Gerards
Subject: Re: howto make grub bootimage
Date: Thu, 23 Sep 2004 16:25:36 +0000
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Tobias Wollgam <address@hidden> writes:

> 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?

I guess it is devfs.  Can't you make a device node instead of a
symlink?

--
Marco





reply via email to

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