From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: centos 6.4 kvm, can't install windows 2008r2 Date: Wed, 13 Nov 2013 09:48:41 +0200 Message-ID: <20131113074841.GF2008@redhat.com> References: <52830CEC.2030404@belkam.com> <20131113072936.GE2008@redhat.com> <52832D3B.8050101@belkam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Dmitry Melekhov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60557 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383Ab3KMHsq convert rfc822-to-8bit (ORCPT ); Wed, 13 Nov 2013 02:48:46 -0500 Content-Disposition: inline In-Reply-To: <52832D3B.8050101@belkam.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Nov 13, 2013 at 11:41:47AM +0400, Dmitry Melekhov wrote: > 13.11.2013 11:29, Gleb Natapov =D0=C9=DB=C5=D4: > >On Wed, Nov 13, 2013 at 09:23:56AM +0400, Dmitry Melekhov wrote: > >>Hello! > >> > >>My colleague tries to install 64bit windows 2008r2 on centos 6.4 se= rver: > >> > >>here is kernel version: > >> > >># uname -a > >>Linux gesar 2.6.32-358.23.2.el6.x86_64 #1 SMP Wed Oct 16 18:37:12 > >>UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > >> > >> > >>during setup ( at early stage ) he got: > >> > >>driver_irql_not_less_or_equal stop > >> > >>code is 0x000000d1 > >> > >>But he successefully installed windows 2003 on this server.... > >> > >>Any ideas about which driver can cause this and how to fix? > >> > >It is better to report problems with vendor kernel to the vendor, > Absolutely agree, I already posted the same question to centos mail > list, but looks like nobody had such problem before. >=20 > >but you will have to tell us much more. Did he use libvirt or qemu > >directly. What is qemu command line. Did he installed virtio drivers= ? > he use libvirt. >=20 > resulted command line is >=20 > 0:18 /usr/libexec/qemu-kvm -name lubsan -S -M rhel6.4.0 -cpu Penryn,+= osxsave,+xsave,+dca,+pdcm,+xtpr,+tm2,+vmx,+ds_cpl,+monitor,+dtes64,+pbe= ,+tm,+ht,+ss,+acpi,+ds,+vme > -no-kvm -m 2048 -smp 1,sockets=3D1,cores=3D1,threads=3D1 -uuid Why no-kvm? > 9d95c8bf-0888-ac58-da16-85944e450ea9 -nodefconfig -nodefaults > -chardev socket,id=3Dcharmonitor,path=3D/var/lib/libvirt/qemu/lubsan.= monitor,server,nowait > -mon chardev=3Dcharmonitor,id=3Dmonitor,mode=3Dcontrol -rtc > base=3Dlocaltime,driftfix=3Dslew -no-shutdown -device > piix3-usb-uhci,id=3Dusb,bus=3Dpci.0,addr=3D0x1.0x2 -drive file=3D/dev= /mapper/mpathc,if=3Dnone,id=3Ddrive-ide0-0-1,format=3Draw,cache=3Dnone,= aio=3Dnative > -device ide-drive,bus=3Dide.0,unit=3D1,drive=3Ddrive-ide0-0-1,id=3Did= e0-0-1,bootindex=3D2 > -drive file=3D/opt/iso/ru_windows_server_2008_r2_standard_enterprise_= datacenter_and_web_with_sp1_vl_build_x64_dvd_617421.iso,if=3Dnone,media= =3Dcdrom,id=3Ddrive-ide0-1-0,readonly=3Don,format=3Draw > -device ide-drive,bus=3Dide.1,unit=3D0,drive=3Ddrive-ide0-1-0,id=3Did= e0-1-0,bootindex=3D1 > -vnc 127.0.0.1:1 -vga std -device > virtio-balloon-pci,id=3Dballoon0,bus=3Dpci.0,addr=3D0x5 >=20 > cpu type is not default because we tried to do something and changed > it, result is the same. >=20 > There are no virtio drivers installed. >=20 > >What is the host cpu? > > > > > This is xeon E5405 >=20 > Thank you! -- Gleb.