drops-demo from hard disk
Adam Lackorzynski
adam at os.inf.tu-dresden.de
Tue Oct 4 14:32:47 CEST 2005
On Mon Oct 03, 2005 at 10:57:21 -0700, Shakthi Kannan wrote:
> I would like to know if its possible to dump the
> drops-demo-floppy.img to a primary partition of the
> hard disk and boot from it?
Umm, why not install GRUB properly in hdb4? Goes like this:
mkfs.ext2 /dev/hdb4
mkdir /tmp/x
mount /dev/hdb4 /tmp/x
grub-install --root-directory=/tmp/x /dev/hdb4
et voilà, the chainloader should work. grub-install should of course be
our version (patches are at http://os.inf.tu-dresden.de/~adam/grub/).
Adam
--
Adam adam at os.inf.tu-dresden.de
Lackorzynski http://os.inf.tu-dresden.de/~adam/
More information about the l4-hackers
mailing list