[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Invalid install location
The easy way to check is to check for the vmx cpu flag (since it is an Intel chip) in /proc/cpuinfo (for AMD that flag is svm) You may just need to turn on virutalization support in the BIOS. UPDATE: Thanks Jeff Jane for knowing that hardware for sure.
For a Linux guest you may simply be able to make a custom PV guest config file manually. save the following in a file and store it in /etc/xen kernel = "/boot/<dom0 kernel>" ramdisk = "/boot/<dom0 initrd>" disk = ['tap:aio:/path/to/qmail-disk-image,hda,w'] memory=<number in megabytes> vif = [' '] If it is a disk partition already (not mounted) change the disk line to: disk = ['phy:/path/to/qmail-partition,hda1,w'] see the details of the config file here http://linux.die.net/man/5/xmdomain.cfg Then you can try to run: xm create -c <configuration file name> Note the -c is to see an initial console, that will show you a boot process and then the qmail guest if all goes well. Cheers, Todd _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |