howto make grub bootimage

2004-09-23 Thread Tobias Wollgam
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) grubinstall

Re: howto make grub bootimage

2004-09-23 Thread Marco Gerards
Tobias Wollgam [EMAIL PROTECTED] 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