|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Xen 3.0.2 on debian sarge issue
devfs was dropped from the kernel as of version 2.6.13.
Xen 3.0.2 uses 2.6.16, and your Debian is trying to boot the initrd
image built on the old kernel that had devfs - hence the problem.
What I suggest is configure the kernel to have all the modules required
fro boot (specifically your scsi/sata/whatever drivers) built in, rather
than modules, then
get rid of the initrd (remove module /boot/initrd-2.6.16-xen.img from
grub config).
As for how to configure Xen kernel, read README - search for
configure/build/install)
Giuseppe Iuculano wrote:
> Hello,
>
>
> I'm upgrading xen to 3.0.2 on debian sarge, but there is a problem with
> devfs.
>
> umount: devfs: not mounted
> mount: unknown filesystem type 'devfs'
>
> [..]
>
> Kernel panic
>
> Here my grub menu for xen 3.0.2
>
> title Xen 3.0.2 / XenLinux 2.6
> kernel /boot/xen-3.0.gz dom0_mem=262144
> module /boot/vmlinuz-2.6.16-xen root=/dev/sda1 ro console=tty0 nousb
> module /boot/initrd-2.6.16-xen.img
>
>
> I attached a screenshot.
>
> Regards.
>
>
> -------------------------
>
>
> -------------------------
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
> --
> Yuri Pismerov, System Administrator
> Armor Technologies (Canada) Inc.
>
> P: 905 305 1946 (x.3519)
> http://www.armorware.net
>
> Privacy Protection Guaranteed!
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|