I run Open Suse 10.2. Installed Xen & I am trying to add a new
virtual machine. Two issues arise:
1. During setup of the new server I get a prompt, where I suppose to enter the
location of the swap partition. I write the dedicated partition created for
this proposes: /dev/hda6. Configured it once to format as Linux swap & once
to Linux, Not mounted. The issue is that no matter how I configured it, the
system wouldn't accept the settings: /dev/hda6. Finally I click the window with
the swap field and installation continues. How should configure it?
2. Don't know if this related to my previous issue: At the last stage of VM
creation, when the system supposes to start, I get the following error:
command: /usr/sbin/xm create /etc/xen/vm/vm1
return
Error: Bootloader isn't executable
Using config file "/etc/xen/vm/vm1".
Follow is the content of /etc/xen/vm/vm1:
disk = [ 'file:/var/lib/xen/images/vm1/hda,hda,w',
'phy:/dev/hdc,hdb,r' ]
memory = 229
vcpus = 1
builder = 'linux'
name = 'vm1'
vif = [ 'mac=00:16:3e:86:c5:ea' ]
localtime = 1
extra = ' TERM=xterm'
bootloader = '/usr/lib/xen/boot/domUloader.py'
bootentry = 'hda2:/boot/vmlinuz-2.6.18.8-0.1-xen,/boot/initrd-2.6.18.8-0.1-xen'
What do I do to fix it?
TIA,
Ronen