Compiling a multi-boot kernel.

2002-12-11 Thread Nicholas P. Bernstein
Well, I found the program mbchk and it told me that do not have multi-boot headers in my standard built kernel. According to the documentation that I've found out in the wild (http://www.openbg.net/sto/os/xml/grub.html#multiboot) -- which is pretty much it. I have to add some code that they post

Re: [Bug-grub] Compiling a multi-boot kernel.

2002-12-11 Thread Jason Thomas
Are you trying to recompile a kernel for linux. If so ignore the multiboot stuff. You just want something like this: title Debian GNU/Linux, kernel 2.4.20-rc2 root(hd0,0) kernel /boot/vmlinuz-2.4.20-rc2 root=/dev/hda1 ro in your grub.conf or