Dear, I am trying install virtual machine with Windows 2008 R2 64 bits but the installer doesn´t find drivers for disk local. Some body knows whether there is some incompatibility between driver XEN 4 with Windows 2008 R2 ? Thanks . Bruno Steven -- *Bruno Steven - Administrador de sistemas* *LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ * _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, What is your config? Thanks Ian From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Bruno Steven Sent: 23 September 2011 23:05 To: Xen User-List Subject: [Xen-users] Problem with windows 2008 Dear, I am trying install virtual machine with Windows 2008 R2 64 bits but the installer doesn´t find drivers for disk local. Some body knows whether there is some incompatibility between driver XEN 4 with Windows 2008 R2 ? Thanks . Bruno Steven -- Bruno Steven - Administrador de sistemas LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Ian It''s file configuration 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 = 1000 # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = "WINDOWS" vif = [ ''type=ioemu, bridge=xenbr1'' ] vfb = [ ''type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0'' ] #vif = [ ''type=ioemu''] #vif = [ ''type=ioemu, bridge=xenbr1'' ] #vif = [ ''type=ioemu, mac=00:16:3e:41:dd:9c, bridge=xenbr1''] #,''mac=00:16:3e:5d:90:d acpi = 1 apic = 1 pae = 1 # configurando cpus # configurando cpus cpus = "0-3" vcpus=1 #disk [''file:/mnt/disco-xen/xenwin2008.img,/dev/mapper/DiskVirtual01-VolVM01Win2008,w'', ''phy:/dev/scd0,hdd:cdrom,r''] #disk = [''phy:/dev/DiskVirtual01/VolVM01Win2008,hda,w'', ''phy:/dev/scd0,hdd:cdrom,r''] #disk [''file://mnt/disco-xen/xenwin2008.img,ioemu:hda,w'',''phy:/dev/scd0,hdd:cdrom,r''] #disk [''file://mnt/disco-xen/xenwin2008L.img,ioemu:hdc,w'',''phy:/dev/scd0,hdd:cdrom,r''] # Este disco correto #disk [''phy:/dev/DiskVirtual01/DiscoWin2003XenPontoSoft,hdb,w'',''file:/mnt/imagem-xen/Especial_iso_windows2003/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_x64_1_MLF_X13-73750.ISO,hdd:cdrom,r''] #disk [''file:/mnt/XEN-REPO/PlutaoC.img,hdc,w'',''file:/mnt/XEN-REPO/PlutaoD.img,hdd,w''] #disk [''file:/mnt/ISO/pfSense-2.0-RELEASE-1g-i386-nanobsd.img,ioemu:hda,w''] #disk [''phy:/dev/DiskVirtual01/DiscoWin2003XenPontoSoft,hdb,w'',''file:/mnt/imagem-xen/Especial_iso_windows2003/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_x64_1_MLF_X13-73750.ISO,hdd:cdrom,r''] #disk [''file:/mnt/XEN-REPO/PlutaoC.img,hdc,w'',''file:/mnt/XEN-REPO/PlutaoD.img,hdd,w''] #disk [''file:/mnt/ISO/pfSense-2.0-RELEASE-1g-i386-nanobsd.img,ioemu:hda,w''] disk [''phy:/dev/VG-LOCAL/LV-WIN2008TESTE,hda,w'',''file:/mnt/ISO/drivers-xen.iso,hdd:cdrom,r'',''file:/mnt/ISO/SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1_MLF_X17-22580.ISO,hdc:cdrom,r''] #disk = [''phy:/dev/scd0,hdd:cdrom,r''] #'',''file:/opt/centos/CentOS-5.4-x86_64-netinstall.iso,hdd:cdrom,r''] #disk = [''phy:/dev/Disco-Apoio/XEN-Monitor,hda,w''] #'',''file:/opt/centos/CentOS-5.4-x86_64-netinstall.iso,hdd:cdrom,r''] #phy:/dev/scd0,hdd:cdrom,r''] # Disco backup #disk [''file:/mnt/teste-backupLVM/DiscoVirtualWin2003Infra.img,ioemu:hdb,w''] #,''file:/opt/teste/SW_CD_Windows_Svr_Std_2003_R2_64-BIT_English_-2_x64_R2_CD1_ISO_MLF_X12-58050.ISO,hdd:cdrom,r''] #,''file:/opt/teste/SW_CD_Windows_Svr_Std_2003_R2_64-BIT_English_x64_R2_CD2_ISO_MLF_X12-03810.ISO,hdc:cdrom,r''] device_model = ''/usr/'' + arch_libdir + ''/xen/bin/qemu-dm'' boot="dc" sdl=0 vnc=1 vncviewer= 1 vncconsole=1 vncpasswd='''' vnclisten=''0.0.0.'' serial=''pty'' usbdevice=''tablet'' On Fri, Sep 23, 2011 at 7:43 PM, Ian Tobin <itobin@tidyhosts.com> wrote:> Hi,**** > > ** ** > > What is your config?**** > > ** ** > > Thanks**** > > ** ** > > Ian**** > > ** ** > > *From:* xen-users-bounces@lists.xensource.com [mailto: > xen-users-bounces@lists.xensource.com] *On Behalf Of *Bruno Steven > *Sent:* 23 September 2011 23:05 > *To:* Xen User-List > *Subject:* [Xen-users] Problem with windows 2008**** > > ** ** > > Dear, > > I am trying install virtual machine with Windows 2008 R2 64 bits but the > installer doesn´t find drivers for disk local. Some body knows whether there > is some incompatibility between driver XEN 4 with Windows 2008 R2 ? > > Thanks . > Bruno Steven > > -- > *Bruno Steven - Administrador de sistemas* > *LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ ***** > > [image: Description: > http://ainfra.net/wordpress/wp-content/themes/Altimate/images/logo.jpg]*** > * > > > > > > **** >-- *Bruno Steven - Administrador de sistemas* *LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ * _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, Can't see anything wrong with that, does the cd file work ok? Thanks Ian Tidyhosts UK - Server & Web Specialists W: www.tidyhosts.com E: enquiries@tidyhosts.com T: 0871 910 6732 This email and its attachments are scanned by TidyHosts UK. All emails and attachments should also be scanned by the recipient. TidyHosts UK accept no responsibility for any damage caused by any virus attached to this email. This email is confidential and is intended only for the addressee(s). On 24 Sep 2011, at 00:19, "Bruno Steven" <aspenbr@gmail.com> wrote:> Hi Ian > > It's file configuration > > > 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 = 1000 > > # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. > shadow_memory = 8 > name = "WINDOWS" > vif = [ 'type=ioemu, bridge=xenbr1' ] > > vfb = [ 'type=vnc,vncdisplay=1,vncpasswd=test,vnclisten=0.0.0.0' ] > #vif = [ 'type=ioemu'] > #vif = [ 'type=ioemu, bridge=xenbr1' ] > #vif = [ 'type=ioemu, mac=00:16:3e:41:dd:9c, bridge=xenbr1'] > #,'mac=00:16:3e:5d:90:d > acpi = 1 > apic = 1 > pae = 1 > > # configurando cpus > > # configurando cpus > cpus = "0-3" > vcpus=1 > > > #disk = ['file:/mnt/disco-xen/xenwin2008.img,/dev/mapper/DiskVirtual01-VolVM01Win2008,w', 'phy:/dev/scd0,hdd:cdrom,r'] > #disk = ['phy:/dev/DiskVirtual01/VolVM01Win2008,hda,w', 'phy:/dev/scd0,hdd:cdrom,r'] > #disk = ['file://mnt/disco-xen/xenwin2008.img,ioemu:hda,w','phy:/dev/scd0,hdd:cdrom,r'] > #disk = ['file://mnt/disco-xen/xenwin2008L.img,ioemu:hdc,w','phy:/dev/scd0,hdd:cdrom,r'] > # Este disco correto > #disk = ['phy:/dev/DiskVirtual01/DiscoWin2003XenPontoSoft,hdb,w','file:/mnt/imagem-xen/Especial_iso_windows2003/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_x64_1_MLF_X13-73750.ISO,hdd:cdrom,r'] > > #disk = ['file:/mnt/XEN-REPO/PlutaoC.img,hdc,w','file:/mnt/XEN-REPO/PlutaoD.img,hdd,w'] > #disk = ['file:/mnt/ISO/pfSense-2.0-RELEASE-1g-i386-nanobsd.img,ioemu:hda,w'] > > #disk = ['phy:/dev/DiskVirtual01/DiscoWin2003XenPontoSoft,hdb,w','file:/mnt/imagem-xen/Especial_iso_windows2003/SW_CD_Windows_Svr_Std_2003_R2_32-BIT_X64_English_ISO_x64_1_MLF_X13-73750.ISO,hdd:cdrom,r'] > > #disk = ['file:/mnt/XEN-REPO/PlutaoC.img,hdc,w','file:/mnt/XEN-REPO/PlutaoD.img,hdd,w'] > #disk = ['file:/mnt/ISO/pfSense-2.0-RELEASE-1g-i386-nanobsd.img,ioemu:hda,w'] > disk = ['phy:/dev/VG-LOCAL/LV-WIN2008TESTE,hda,w','file:/mnt/ISO/drivers-xen.iso,hdd:cdrom,r','file:/mnt/ISO/SW_DVD5_Windows_Svr_DC_EE_SE_Web_2008_R2_64Bit_English_w_SP1_MLF_X17-22580.ISO,hdc:cdrom,r'] > #disk = ['phy:/dev/scd0,hdd:cdrom,r'] > > #','file:/opt/centos/CentOS-5.4-x86_64-netinstall.iso,hdd:cdrom,r'] > > #disk = ['phy:/dev/Disco-Apoio/XEN-Monitor,hda,w'] > > #','file:/opt/centos/CentOS-5.4-x86_64-netinstall.iso,hdd:cdrom,r'] > > > > #phy:/dev/scd0,hdd:cdrom,r'] > # Disco backup > #disk = ['file:/mnt/teste-backupLVM/DiscoVirtualWin2003Infra.img,ioemu:hdb,w'] > > #,'file:/opt/teste/SW_CD_Windows_Svr_Std_2003_R2_64-BIT_English_-2_x64_R2_CD1_ISO_MLF_X12-58050.ISO,hdd:cdrom,r'] > #,'file:/opt/teste/SW_CD_Windows_Svr_Std_2003_R2_64-BIT_English_x64_R2_CD2_ISO_MLF_X12-03810.ISO,hdc:cdrom,r'] > > device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm' > > > > boot="dc" > sdl=0 > vnc=1 > vncviewer= 1 > vncconsole=1 > vncpasswd='' > vnclisten='0.0.0.' > serial='pty' > usbdevice='tablet' > > > On Fri, Sep 23, 2011 at 7:43 PM, Ian Tobin <itobin@tidyhosts.com> wrote: > Hi, > > > > What is your config? > > > > Thanks > > > > Ian > > > > From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Bruno Steven > Sent: 23 September 2011 23:05 > To: Xen User-List > Subject: [Xen-users] Problem with windows 2008 > > > > Dear, > > I am trying install virtual machine with Windows 2008 R2 64 bits but the installer doesn´t find drivers for disk local. Some body knows whether there is some incompatibility between driver XEN 4 with Windows 2008 R2 ? > > Thanks . > Bruno Steven > > -- > Bruno Steven - Administrador de sistemas > LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ > > <image001.png> > > > > > > > > > > -- > Bruno Steven - Administrador de sistemas > LPIC-2 / MCSA-Windows 2003 / CompTIA Security+ > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users