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] HVM - win2k working, 2k3 black screen after first reboot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] HVM - win2k working, 2k3 black screen after first reboot
From: Torsten Krah <tkrah@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Dec 2006 17:02:30 +0100
Delivery-date: Tue, 12 Dec 2006 08:02:51 -0800
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
Hello.

Trying 3.0.3 xen with hvm virtualization it run into an issue that an
win 2003 host does install in text mode, but after first reboot only a
black screen is greeting me ( after 2 noticable resolution changes ).
Win 2000 works fine.

hvm config:

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

name = "win2k3"
cpus = "1-2"
vcpus = 2
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk =
['file:/home/xen/domains/win2k3/disk.img,ioemu:hda,w','phy:cdrom,hdc:cdrom,r']
device_model = '/usr/' + arch_libdir + '/xen-ioemu-3.0/bin/qemu-dm'
boot='c'
kernel = "/usr/lib/xen-ioemu-3.0/boot/hvmloader"
builder='hvm'
memory = 384
shadow_memory = 8
sdl=1
stdvga=0
apic=1
acpi=1
pae=0
#serial='pty'
vnc=0
vncviewer=0

Hardware:

Dell OptiPlex GX620 - Motherboard: Dell 0PJ149
2xIntel(R) Pentium(R) D CPU 3.00GHz

lspci:

00:00.0 Host bridge: Intel Corporation 945G/GZ/P/PL Express Memory
Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express
Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 945G/GZ Express Integrated
Graphics Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1e.2 Multimedia audio controller: Intel Corporation 82801G (ICH7
Family) AC'97 Audio Controller (rev 01)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC
Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE
Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family)
Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
(rev 01)
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751
Gigabit Ethernet PCI Express (rev 01)

Using ubuntu edgy and self compiled xen kernel ( edgy ones does not
support sata in dom0 ).

qemu is still running when the black windows is there, also the domain
is showing in state r - but the cpu is at 100% as long as the domain is
running, but nothing happens.
Tried with apic=0 and acpi=0 and with only one cpu and not 2, does not
help.

Ideas?

Torsten

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] HVM - win2k working, 2k3 black screen after first reboot, Torsten Krah <=