|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Installing a Debian Etch DomU using debootstrap
Hi,
I wanted to install a Debian Etch DomU under Xen 3.2.1. But I
constantly get the following error message when booting the DomU:
---
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,1)
---
The DomU config file is:
---
disk = [ 'phy:/dev/mapper/xenvg-VM1,/dev/hda1,w',
'phy:/dev/mapper/xenvg-VM1--swap,hda2,w' ]
---
And its /etc/fstab:
---
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
/dev/hda2 swap swap sw 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
---
What is going on?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|