|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Creating a custom kernel configuration?
Hi Tony,
> You're probably missing the initrd required to mount the root
> filesystem. For example I have the following in my menu.lst file:
> ---
> title Xen 3.0.2 / XenLinux 2.6.16
> root (hd0,0)
> kernel /xen.gz dom0_mem=131072 com1=9600,8n1
> module /vmlinuz-2.6.16-xen root=/dev/hda3 ro console=ttyS0
> module /initrd.img-2.6.16-xen
> ---
>
> The correct way to make the initrd depends on your distributions but it
> typically looks some thing like:
> # mkinitrd -o /boot/initrd.img-2.6.16-xen 2.6.16-xen
OK, I've setup the following grub configuration
title Debian GNU/Linux, kernel 2.6.16-xen
root (hd0,0)
kernel /boot/xen-3.gz
module /boot/vmlinuz-2.6.16-xen root=/dev/sda1 ro console=ttyS0
module /boot/initrd.img-2.6.16-xen
savedefault
boot
where the kernel is created directly from 'make world; make install' and
the initrd image as you describe above.
However, I get an error message (screendump attached). Got any ideas of
what's going on there? It doesn't know the filesystem type devfs..
-Morten
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|