|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Win XP install on physical drive partition
I have Xen 3.0.3 running on Mandriva 2007. The hardware supports full
Virturalization and is enabled.
I have attempted to install Win XP as guest domain on partitions on the main
sda and also on a hdb drive installed in the system. In both cases the
installer loads from an ISO but stops when it fails to find a drive to install
on.
I have success when I create an image file and allow the install to go there.
The following is the hvm file:
#---------------------------------------------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 256
name = "XP-01"
disk = [ 'file:/etc/xen/images/Winxp.img,ioemu:hda,w' ]
#comment out after install
#cdrom="/tmp/xpsp2.iso"
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
serial="pty"
#---------------------------------------------------------
I wanted this to work:
disk = [ 'phy:hdb1,hda,w' ]
or
disk = [ 'phy:sda9,hda,w' ]
but this is when the XP installer finds no disk to format. I am sure I am
missing some basic concept here so sorry in advance for my ignorance.
Regards, peter
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-users] Win XP install on physical drive partition,
peter <=
|
|
|
|
|