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

Re: Where's the grub boot menu?



On 08/18/2006 03:44 PM, Jacob S wrote:
[...]
title           stable Xen 3.0.1 / Debian GNU/Linux, kernel 2.6.12.6-xen0
root            (hd0,0)
kernel          /xen-3.0.1.gz
module          /vmlinuz-2.6.12.6-xen0 root=/dev/sda5 ro console=tty0
module          /initrd.img-2.6.12.6-xen0
savedefault
boot
[...]

I think that the kernel options need to appear after the kernel name on the "kernel" line.

You use the "module" command to load your initrd. Even after reading parts of "info grub," I don't fully understand what the module command does, but AFAIK, it's more usual to use the "initrd" command to load an initrd.

I would change it like so:

...
kernel          /xen-3.0.1.gz root=/dev/sda5 ro console=tty0
module          /vmlinuz-2.6.12.6-xen0
initrd          /initrd.img-2.6.12.6-xen0
...

Note, I have no experience with Xen.



HTH








Reply to: