WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: Re: [Xen-users] Cannot create guest domain

Please try this domUconfig:
        kernel = "/boot/vmlinuz-2.6.18-1.2798.fc6xen"
        ramdisk = "/boot/initrd-2.6.18-1.2798.fc6xen.img"
        memory = 128
        name = "dom1"
        vif = [ '' ]
        disk = [ 'phy:sdc2,sdc1,w', 'phy:sdc3,sdc2,w' ]
                                          ~~~~~               ~~~~              
             
        root = "/dev/sdc1 ro"
        extra = "3"
I don't know if anything conflicts with filesystem copied from Dom0

Accordingly DomU /etc/fstab is like this:
/dev/sdc1               /                       ext3    defaults        1 1
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
tmpfs                   /dev/shm                tmpfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
sysfs                   /sys                    sysfs   defaults        0 0
/dev/sdc2               swap                    swap    defaults        0 0

Good luck~

======= 2006-12-12 14:32:34 you wrote:=======

>Hi,
>
>Thanks for your reply. I did have an error in my guest fstab file but when I 
>corrected it I still get the same error. For the record, my fstab is
>
>/dev/sdc2               /                       ext3    defaults        1 1
>devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
>tmpfs                   /dev/shm                tmpfs   defaults        0 0
>proc                    /proc                   proc    defaults        0 0
>sysfs                   /sys                    sysfs   defaults        0 0
>/dev/sdc3               swap                    swap    defaults        0 0
>
>
>On Tuesday 12 December 2006 15:51, you opined:
>> Dom1 /etc/fstab must be modified to mount /dev/sdc2 as / and /dev/sdc3 as
>> swap Hope it helps.
>>
>
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.4.6 (GNU/Linux)
>
>iQCVAwUARX5M/EffMBZeBmpmAQJVmwP/f+lODgrLzgeyBSZBVZIKsBvM5Q/Aqatx
>09/MbUeG3mheTchn9e4Eeamu6uXfdTdlrgtR4/wHolLQWbEPL8/bdi/QW3TR02b9
>v5yZJBbxXCpcfqs52Pf2CdpX9NsTfYRkNLd3CRa+ICLKpA0D2hE7V83JeVTQdRZn
>zcURZDBJXB0=
>=QqVB
>-----END PGP SIGNATURE-----
>

= = = = = = = = = = = = = = = = = = = =
                        





_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>