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-fr

[Xen-fr] Xen Débian 64 Install HVM W2008 se fige

To: xen-fr@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-fr] Xen Débian 64 Install HVM W2008 se fige
From: Christophe Petit <christophe.petit@xxxxxx>
Date: Wed, 22 Sep 2010 14:44:05 +0000 (UTC)
Delivery-date: Wed, 22 Sep 2010 07:44:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xen-fr>
List-help: <mailto:xen-fr-request@lists.xensource.com?subject=help>
List-id: xen-fr.lists.xensource.com
List-post: <mailto:xen-fr@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-fr@xxxxxxxxxxxxxxxxxxx
Sender: xen-fr-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Loom/3.14 (http://gmane.org/)
De nouveau parmi vous,

J'essaye d'installer une HVM windows2008R2, ma VM démarre bien et j'y accède en
VNC mais l'installation se fige très rapidement.

Voici mon fichier de config :

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

kernel = '/usr/lib64/xen-3.2-1/boot/hvmloader'
device_model = '/usr/lib64/xen-3.2-1/bin/qemu-dm'
builder='hvm'
memory = 2048

# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu.
shadow_memory = 8
name = "xen-win2008"
vif = [ 'type=ioemu, bridge=eth0' ]
acpi = 1
apic = 1
disk = [ 
        'phy:vg-raid1/xen-w2008,ioemu:sda,w',
        'file:/home/iso/w2008R2.iso,ioemu:hdc:cdrom,r',
#       'phy:/dev/scd0,ioemu:hdc:cdrom,r'
        ] 



#-----------------------------------------------------------------------------
# boot on floppy (a), hard disk (c) or CD-ROM (d) 
# default: hard disk, cd-rom, floppy
boot = "dc"

sdl = 0 
vnc = 1
vnclisten = "0.0.0.0"
keymap ="fr"
vncconsole = 1
vncpasswd = 'd2txen'
serial='pty'
usbdevice='tablet'

on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

Quelqu'un a-t-il déjà été confronté à ce genre de problème ?

Merci



_______________________________________________
Xen-fr mailing list
Xen-fr@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-fr
<Prev in Thread] Current Thread [Next in Thread>