On Fri, May 1, 2009 at 3:59 AM, Frans Lawaetz <frans@xxxxxxxxxxxx> wrote:
> Hi-
>
> I am trying to install Windows SBS 2003 32-bit in a HVM on a CentOS 5.1
> x86_64 system running Xen 3.3.1 from the gitco repositories.
>
> The domU config is below. I have tried a variety of different settings to
> no avail.
>
> disk = [ 'phy:/dev/VolGroup00/win2k3,xvda,w', ',hdc:cdrom,r' ]
> cdrom = '/dev/cdrom'
This seems wrong. Try
disk = [ 'phy:/dev/VolGroup00/win2k3,hda,w', 'phy:/dev/cdrom,hdc:cdrom,r' ]
and remove the "cdrom=" line completely
It would also be faster if you ISO image instead of physical cdrom drive.
Regards,
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|