From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Melekhov Subject: Re: centos 6.4 kvm, can't install windows 2008r2 Date: Wed, 13 Nov 2013 11:41:47 +0400 Message-ID: <52832D3B.8050101@belkam.com> References: <52830CEC.2030404@belkam.com> <20131113072936.GE2008@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Gleb Natapov Return-path: Received: from mail.belkam.com ([88.80.32.212]:39248 "HELO mail.belkam.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758722Ab3KMHlw convert rfc822-to-8bit (ORCPT ); Wed, 13 Nov 2013 02:41:52 -0500 In-Reply-To: <20131113072936.GE2008@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 13.11.2013 11:29, Gleb Natapov =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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 ser= ver: >> >> 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=20 list, but looks like nobody had such problem before. > 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. resulted command line is 0:18 /usr/libexec/qemu-kvm -name lubsan -S -M rhel6.4.0 -cpu=20 Penryn,+osxsave,+xsave,+dca,+pdcm,+xtpr,+tm2,+vmx,+ds_cpl,+monitor,+dte= s64,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme=20 -no-kvm -m 2048 -smp 1,sockets=3D1,cores=3D1,threads=3D1 -uuid=20 9d95c8bf-0888-ac58-da16-85944e450ea9 -nodefconfig -nodefaults -chardev=20 socket,id=3Dcharmonitor,path=3D/var/lib/libvirt/qemu/lubsan.monitor,ser= ver,nowait=20 -mon chardev=3Dcharmonitor,id=3Dmonitor,mode=3Dcontrol -rtc=20 base=3Dlocaltime,driftfix=3Dslew -no-shutdown -device=20 piix3-usb-uhci,id=3Dusb,bus=3Dpci.0,addr=3D0x1.0x2 -drive=20 file=3D/dev/mapper/mpathc,if=3Dnone,id=3Ddrive-ide0-0-1,format=3Draw,ca= che=3Dnone,aio=3Dnative=20 -device=20 ide-drive,bus=3Dide.0,unit=3D1,drive=3Ddrive-ide0-0-1,id=3Dide0-0-1,boo= tindex=3D2=20 -drive=20 file=3D/opt/iso/ru_windows_server_2008_r2_standard_enterprise_datacente= r_and_web_with_sp1_vl_build_x64_dvd_617421.iso,if=3Dnone,media=3Dcdrom,= id=3Ddrive-ide0-1-0,readonly=3Don,format=3Draw=20 -device=20 ide-drive,bus=3Dide.1,unit=3D0,drive=3Ddrive-ide0-1-0,id=3Dide0-1-0,boo= tindex=3D1=20 -vnc 127.0.0.1:1 -vga std -device=20 virtio-balloon-pci,id=3Dballoon0,bus=3Dpci.0,addr=3D0x5 cpu type is not default because we tried to do something and changed it= ,=20 result is the same. There are no virtio drivers installed. > What is the host cpu? > > This is xeon E5405 Thank you!