|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] cm create produces -> Error: int argument required
On Tuesday 26 February 2008 10:37:11 am Caron, Chris wrote:
> kernel = "/boot/vmlinuz-2.6.21-2950.fc8xen"
> # Virtual Hardrive Root
> root = "/dev/hda1"
> # Optional ramdisk.
> #ramdisk = "/boot/initrd.gz"
Don't know if any of this will help with the 'int argument required' error -
that's one of those errors that comes and goes till you get your config
right. But as to the config, any reason you didn't use the fedora supplied
ramdisk: /boot/initrd-2.6.21-2950.fc8xen.img.
> disk =
[
'file:/var/xen/default/test-default.dsk,hda1,w','file:/var/xen/default/test-swap.dsk,hda2,w'
]
fc8 uses xvda?, tho' hda? should still work.
> extra = "4"
Fedora doesn't use runlevel 4, in either dom0, domu, or any other kernel I've
seen. See the comments in /etc/inittab. You might want to say extra = "5
xencons=tty", although it should default to 5.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|