|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Still having problems with xen guest boot
> #vif = [ 'mac=FE:FF:FF:FF:FF:FF , ip=139.185.48.214, 'bridge=xenbr1' ]
> vif = [ '', 'bridge=xenbr1' ]
> disk = [ 'phy:/dev/VGvhosts/root.test.ns1,sda1,w',
> 'phy:/dev/VGvhosts/swap.ns1,sda2,w' ]
Try xvda1 and xvda2 instead of sda*
The sd* IDs are a legacy thing which are being phased out, I believe.
Cheers,
Mark
> #dhcp="dhcp"
>
> # Set root device.
> root = "/dev/sda1 ro"
> #bootloader="/usr/bin/pygrub"
>
> And I always get:
> [root@santos xen]# xm create ns1 -c
> Using config file "./ns1".
> Error: destroyDevice() takes exactly 3 arguments (2 given)
>
> I run out of ideas. Tried with to use the ramdisk I allready had:
> initrd-2.6.18-8.1.4.el5xen.img, and the same. Can't make another one since
> I tried to find a kernel src, and the only thing I get is kernel rpm.
>
> Anyone any idea ??? :( ???
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|