|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Unable to mount root fs
Hi Havard,
Please check the /etc/fstab in your disk image.
Maybe it records hda1 as the "/".
Or I can just have a quick retry with the config like:
disk = ['file.....img,hda1,w']
root = "/dev/hda1, ro"
Best Regards,
Yongkang (Kangkang) 永康
>-----Original Message-----
>From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
>[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Haavard
>Bjerke
>Sent: 2006年3月21日 16:52
>To: xen-users@xxxxxxxxxxxxxxxxxxx
>Subject: [Xen-users] Unable to mount root fs
>
>Using xen-ia64-unstable from hg, domU fails to mount the root fs:
>
>VFS: Cannot open root device "sda1" or unknown-block(0,0)
>
>Please append a correct "root=" boot option
>
>Kernel panic - not syncing: VFS: Unable to mount root fs on
>unknown-block(0,0)
> XEN)
>
>This is the configuration of the disk for domU:
>
>disk = [ 'file:/data1/xen/dom1_disk.img,sda1,w' ]
>root = "/dev/sda1 ro"
>
>Some help would be appreciated.
>
>--
>Havard
>
>_______________________________________________
>Xen-users mailing list
>Xen-users@xxxxxxxxxxxxxxxxxxx
>http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|