* qemu-kvm 0.12.0-rc2: can't install windows 2008 std
@ 2009-12-20 14:11 Thomas Mueller
2009-12-20 14:25 ` Avi Kivity
2009-12-20 15:52 ` Avi Kivity
0 siblings, 2 replies; 7+ messages in thread
From: Thomas Mueller @ 2009-12-20 14:11 UTC (permalink / raw)
To: kvm
after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
thought trying the new 0.12.0-rc2 and make some tests.
so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
Standard 64bit.
it shows the "Windows is loading files" screen and then BSOD with
0x0000007E . I tried if=ide and if=scsi. none of them are working. at
least with qemu-kvm 0.11.0 this was working.
booting an existing WinXP guest or a linux live cd (sysresccd) is
working with 0.12.0-rc2
kvm cmd:
kvm \
-usbdevice tablet \
-drive file=drive1.raw,cache=none,if=ide,boot=on \
-net nic,model=e1000 -net user \
-k de-ch -m 2048 \
-smp 2 -monitor stdio \
-localtime -drive file=win2008.iso,media=cdrom,if=ide
- Thomas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 14:11 qemu-kvm 0.12.0-rc2: can't install windows 2008 std Thomas Mueller
@ 2009-12-20 14:25 ` Avi Kivity
2009-12-20 14:37 ` Gleb Natapov
2009-12-20 14:43 ` Thomas Mueller
2009-12-20 15:52 ` Avi Kivity
1 sibling, 2 replies; 7+ messages in thread
From: Avi Kivity @ 2009-12-20 14:25 UTC (permalink / raw)
To: Thomas Mueller; +Cc: kvm
On 12/20/2009 04:11 PM, Thomas Mueller wrote:
> after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
> thought trying the new 0.12.0-rc2 and make some tests.
>
> so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
> Standard 64bit.
>
> it shows the "Windows is loading files" screen and then BSOD with
> 0x0000007E . I tried if=ide and if=scsi. none of them are working. at
> least with qemu-kvm 0.11.0 this was working.
>
> booting an existing WinXP guest or a linux live cd (sysresccd) is
> working with 0.12.0-rc2
>
How large is your disk? The Internet indicates this error may occur if
you run out of disk space during install.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 14:25 ` Avi Kivity
@ 2009-12-20 14:37 ` Gleb Natapov
2009-12-20 14:48 ` Thomas Mueller
2009-12-20 14:43 ` Thomas Mueller
1 sibling, 1 reply; 7+ messages in thread
From: Gleb Natapov @ 2009-12-20 14:37 UTC (permalink / raw)
To: Avi Kivity; +Cc: Thomas Mueller, kvm
On Sun, Dec 20, 2009 at 04:25:35PM +0200, Avi Kivity wrote:
> On 12/20/2009 04:11 PM, Thomas Mueller wrote:
> >after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
> >thought trying the new 0.12.0-rc2 and make some tests.
> >
> >so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
> >Standard 64bit.
> >
> >it shows the "Windows is loading files" screen and then BSOD with
> >0x0000007E . I tried if=ide and if=scsi. none of them are working. at
> >least with qemu-kvm 0.11.0 this was working.
> >
> >booting an existing WinXP guest or a linux live cd (sysresccd) is
> >working with 0.12.0-rc2
>
> How large is your disk? The Internet indicates this error may occur
> if you run out of disk space during install.
>
Does BSOD looks like the one attached to this bug report?
http://sourceforge.net/tracker/?func=detail&atid=893831&aid=2902983&group_id=180599
If yes, make sure you reinstalled BIOS image.
--
Gleb.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 14:37 ` Gleb Natapov
@ 2009-12-20 14:48 ` Thomas Mueller
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Mueller @ 2009-12-20 14:48 UTC (permalink / raw)
To: kvm
Am Sun, 20 Dec 2009 16:37:59 +0200 schrieb Gleb Natapov:
> On Sun, Dec 20, 2009 at 04:25:35PM +0200, Avi Kivity wrote:
>> On 12/20/2009 04:11 PM, Thomas Mueller wrote:
>> >after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o
>> >I thought trying the new 0.12.0-rc2 and make some tests.
>> >
>> >so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
>> >Standard 64bit.
>> >
>> >it shows the "Windows is loading files" screen and then BSOD with
>> >0x0000007E . I tried if=ide and if=scsi. none of them are working. at
>> >least with qemu-kvm 0.11.0 this was working.
>> >
>> >booting an existing WinXP guest or a linux live cd (sysresccd) is
>> >working with 0.12.0-rc2
>>
>> How large is your disk? The Internet indicates this error may occur if
>> you run out of disk space during install.
>>
> Does BSOD looks like the one attached to this bug report?
> http://sourceforge.net/tracker/?
func=detail&atid=893831&aid=2902983&group_id=180599
>
> If yes, make sure you reinstalled BIOS image.
it does look similiar, but the ACPI line is missing. my screenshot:
http://chaschperli.ch/screenshot-bsod-win2008.png
i've remove all kvm files and installed again, the problem consists.
- Thomas
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 14:25 ` Avi Kivity
2009-12-20 14:37 ` Gleb Natapov
@ 2009-12-20 14:43 ` Thomas Mueller
1 sibling, 0 replies; 7+ messages in thread
From: Thomas Mueller @ 2009-12-20 14:43 UTC (permalink / raw)
To: kvm
Am Sun, 20 Dec 2009 16:25:35 +0200 schrieb Avi Kivity:
> On 12/20/2009 04:11 PM, Thomas Mueller wrote:
>> after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
>> thought trying the new 0.12.0-rc2 and make some tests.
>>
>> so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
>> Standard 64bit.
>>
>> it shows the "Windows is loading files" screen and then BSOD with
>> 0x0000007E . I tried if=ide and if=scsi. none of them are working. at
>> least with qemu-kvm 0.11.0 this was working.
>>
>> booting an existing WinXP guest or a linux live cd (sysresccd) is
>> working with 0.12.0-rc2
>>
>>
> How large is your disk? The Internet indicates this error may occur if
> you run out of disk space during install.
the disk is 20G .
the "windows is loading files" screen ist the first screen in black/white
when booting from cd/dvd. after that it would switch to the next screen
where you have to choose the language *. So there isn't even the disk
involved yet. I only can think of that the win-setup can't access the cd/
dvd drive at this stage.
screenshots:
http://chaschperli.ch/screenshot-loadingfiles.png
http://chaschperli.ch/screenshot-bsod-win2008.png
- Thomas
* http://osdp.bplaced.net/de/screen_gallery.php?bsgfx=microsoft/server/
windows-server-2008-scr-01.jpg
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 14:11 qemu-kvm 0.12.0-rc2: can't install windows 2008 std Thomas Mueller
2009-12-20 14:25 ` Avi Kivity
@ 2009-12-20 15:52 ` Avi Kivity
2009-12-20 18:46 ` [SOLVED] " Thomas Mueller
1 sibling, 1 reply; 7+ messages in thread
From: Avi Kivity @ 2009-12-20 15:52 UTC (permalink / raw)
To: Thomas Mueller; +Cc: kvm
On 12/20/2009 04:11 PM, Thomas Mueller wrote:
> after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
> thought trying the new 0.12.0-rc2 and make some tests.
>
> so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
> Standard 64bit.
>
> it shows the "Windows is loading files" screen and then BSOD with
> 0x0000007E . I tried if=ide and if=scsi. none of them are working. at
> least with qemu-kvm 0.11.0 this was working.
>
> booting an existing WinXP guest or a linux live cd (sysresccd) is
> working with 0.12.0-rc2
>
> kvm cmd:
>
> kvm \
> -usbdevice tablet \
> -drive file=drive1.raw,cache=none,if=ide,boot=on \
> -net nic,model=e1000 -net user \
> -k de-ch -m 2048 \
> -smp 2 -monitor stdio \
> -localtime -drive file=win2008.iso,media=cdrom,if=ide
>
>
>
>
I can't reproduce this with your command line.
What Windows version is this (2008, 2008 r2, x86, x64)? What's your
host cpu type? And what's your kvm version?
Does -smp 1 work?
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 7+ messages in thread
* [SOLVED] Re: qemu-kvm 0.12.0-rc2: can't install windows 2008 std
2009-12-20 15:52 ` Avi Kivity
@ 2009-12-20 18:46 ` Thomas Mueller
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Mueller @ 2009-12-20 18:46 UTC (permalink / raw)
To: kvm
Am Sun, 20 Dec 2009 17:52:11 +0200 schrieb Avi Kivity:
> On 12/20/2009 04:11 PM, Thomas Mueller wrote:
>> after having problems with qemu-kvm 0.11.0 and windows 2008 under i/o I
>> thought trying the new 0.12.0-rc2 and make some tests.
>>
>> so i've compiled qemu-kvm 0.12.0-rc2 and tried to install Windows 2008
>> Standard 64bit.
>>
>> it shows the "Windows is loading files" screen and then BSOD with
>> 0x0000007E . I tried if=ide and if=scsi. none of them are working. at
>> least with qemu-kvm 0.11.0 this was working.
>>
>> booting an existing WinXP guest or a linux live cd (sysresccd) is
>> working with 0.12.0-rc2
>>
>>
>>
> I can't reproduce this with your command line.
>
> What Windows version is this (2008, 2008 r2, x86, x64)? What's your
> host cpu type? And what's your kvm version?
>
> Does -smp 1 work?
I used:
kernel 2.6.30.2
qemu-kvm 0.12.0-rc2
processor: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz
os: windows 2008 standard 64bit english
I switched now to:
kernel 2.6.32
qemu-kvm 0.12.1
now i don't get the BSOD anymore.
so now I can go on and do i/o tests. :)
thanks!
- Thomas
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2009-12-20 18:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-20 14:11 qemu-kvm 0.12.0-rc2: can't install windows 2008 std Thomas Mueller
2009-12-20 14:25 ` Avi Kivity
2009-12-20 14:37 ` Gleb Natapov
2009-12-20 14:48 ` Thomas Mueller
2009-12-20 14:43 ` Thomas Mueller
2009-12-20 15:52 ` Avi Kivity
2009-12-20 18:46 ` [SOLVED] " Thomas Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox