[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Bluue screen at start installation windows 2008
Hi When I start process installation VM Windows 2008 Standard 64 bits , show error blue screen . I don't know the reason for this, I checked the file configuration and other sites and nothing. Somebody know why show this error ?
Following the file configuration VM Windows 2008. 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 = 1024
# Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = "xenwin2008" vif = [ 'type=ioemu, bridge=xenbr0' ]
acpi = 1 apic = 1 #disk = ['file:/mnt/disco-xen/xenwin2008.img,/dev/mapper/DiskVirtual01-VolVM01Win2008,w', 'phy:/dev/scd0,hdd:cdrom,r'] disk = ['file:/mnt/disco-xen/xenwin2008.img,hda,w', 'phy:/dev/scd0,hdd:cdrom,r']
#'file:/mnt/imagem-xen/win2008.iso,hda:cdrom,r'] #scd0 device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
# configuracao rede #ip = "192.168.7.11" #gateway = "192.168.7.1" #netmask = "255.255.255.0"
#----------------------------------------------------------------------------- # boot on floppy (a), hard disk (c) or CD-ROM (d) # default: hard disk, cd-rom, floppy
boot="dc" sdl=0 vnc=1 vncconsole=1 vncpasswd='' serial='pty' usbdevice='tablet'
There is any error in this file ? Thanks -- Bruno Steven - Administrador de sistemas. LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 / Access Code: 080089100 https://mcp.microsoft.com/authenticate/validatemcp.aspx P Antes de imprimir pense em sua responsabilidade e comprometimento com o Meio Ambiente. Before printing this message, think about your ecologic responsability and environment commitment. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |