Page 1 of 1

GRUB

Posted: Mon Jul 18, 2005 4:45 am
by Fonzie
Hi everyone

I have a problem using GRUB. I have got the Grub floppy image(48k) from osdever.net but I don't know where to store my kernel.bin after I've written the image onto a floppy.
Can u please help me??
And also do I have to do anything else to boot my kernel from the GRUB floppy apart from writing that image onto the floppy.

Thanx. :)

Re:GRUB

Posted: Mon Jul 18, 2005 8:43 am
by Martius
there should be a menu.lst or a grub.conf file on the disk (i think in \boot\grub)
the file probably contains something like this:

title YourOS
root (fd0)
kernel /kernel.bin

if it says /kernel.bin it means you should just copy your kernel.bin to the root of the floppy, you can also change the path and place the file in another directory