WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] hard disk problem on Windows installation

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] hard disk problem on Windows installation
From: Konstantinos Pachopoulos <kostaspaxos@xxxxxxxx>
Date: Fri, 06 Apr 2007 12:20:56 +0300
Delivery-date: Fri, 06 Apr 2007 02:19:34 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.gr; h=Received:X-YMail-OSG:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=WI7Fl8KNpL0FeAPysdKc0zjcq/FG6dcNqPAS7/BGuE6aM8gpMrSDmAElhshpYpHFQAMP98yWHNA1QoahBjrANCWpAgAkkVDc3ojfiFgsgCui9p9jcplmbxP3qSiND03eRGQ2H9AEwmM16JkYvYYe87vVI6hghXc29mzngMVDL1I= ;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Icedove 1.5.0.9 (X11/20061220)
Hi,
i have gone a step further trying trying to install Windows XP 32-bit on my amd64 debian system. The iso image boots and although i get a "xenconsole: Could not read tty from store: No such file or directory", the Windows installation procedure seems to continue without problems -drivers are loaded, etc. The problems appear while trying to partition the virtual hard drive. I have tried this in many ways; using qcow and raw qemu images and lvm partitions. Everything fails in different ways; no hard disk found, classical blue windows screens. In the best case, i manage to format (using NTFS) to 100%, but afterwards i get an error and have to reboot.

What's the secret behind?

Here's my config:


# -*- mode: python; -*-
#============================================================================
# Python configuration setup for 'xm create'
# This script sets the parameters used when a domain is created using 'xm create'
# You use a separate script for each domain you want to create, or
# you can set the parameters for the domain on the xm command line.
#============================================================================

import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir='lib64'
else:
arch_libdir='lib'

#--------------------------------------
# kernel image file
kernel= "/usr/lib/xen/boot/hvmloader"

# the domain build function. HVM domain uses 'hvm'
builder='hvm'

memory=1024
name="winxp"
#disk = ['phy:/dev/xendoms/winxp,ioemu:hda,w']
memmap = '/usr/lib/xen/boot/mem-map.sxp'
device_model='/usr/'+arch_libdir+'/xen/bin/qemu-dm'
disk=['phy:/dev/xendoms/winxp,ioemu:hda,w','file:/vservers/home/shared/winxp.iso,hdc:cdrom,r']
#disk=['file:/mnt/1tmp/winxp.img,ioemu:hda,w','file:/vservers/home/shared/winxp.iso,hdc:cdrom,r']
boot='d'
sdl=1
vnc=0
vncviewer=0
ne2000=0
acpi=0
apic=0

<http://uk.f255.mail.yahoo.com/ym/Compose?To=xen-users@xxxxxxxxxxxxxxxxxxx&YY=78840&y5beta=yes&y5beta=yes&order=down&sort=date&pos=0&view=a&head=b>


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] hard disk problem on Windows installation, Konstantinos Pachopoulos <=