Jump to content

Running Xen on Mandriva


Jza
 Share

Recommended Posts

So I have setup as much as I can from the Xen package however I still have some issues triying to boot the iso on the virtual machine.

 

This is the Xen config file to run Windows XP on Mandriva:

# Automatically generated xen config file
name = "WindowsXP"
builder = "hvm"
memory = "300"
disk = [ 'file:/winxp.img,ioemu:hda,w', 'file:/WinXP.iso,hdc:cdrom,r']
cdrom = 'file:/WinXP.iso' 
#disk = [ 'file:/root/WindowsXP.iso,hda,w' ]
boot = 'd'
vif = [ 'type=ioemu ip=172.168.1.154, mac=00:16:3e:59:1e:7c, bridge=xenbr0']
#uuid = "6e02077d-1fbd-9b03-24aa-d39d38d7900b"
device_model = "/usr/lib/xen/bin/qemu-dm"
kernel = "/boot/vmlinuz-2.6.17-6mdvxenU"
vnc=0
#vncunused=1
localtime=1
#usb=1
#full-screen=1
apic=1
acpi=1
pae=0

vcpus=1
serial = "pty" # enable serial console
on_reboot   = 'restart'
on_crash	= 'restart'

 

The problem I get is on Disk, it comes up with the errror:

Error: invalid literal for int(): :cdrom

 

Any help would be appreciated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...