[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Windows 7 as the guest
From: |
Narcis Garcia |
Subject: |
Re: [Qemu-discuss] Windows 7 as the guest |
Date: |
Fri, 29 Apr 2016 13:27:01 +0200 |
This is the command line I use for one Windows7 guest (not all specs are
necessary too low):
qemu-system-i386 -M pc -cpu pentium3 -m 1024 -net nic,model=rtl8139
-net user -enable-kvm -boot c -drive
"file=windows7pro-sp1_msie11.img,media=disk,index=0" -vga cirrus
-soundhw hda
El 29/04/16 a les 11:13, Mahmood Naderan ha escrit:
> Hi,
> I am trying to install a Win7 guest on Centos-6 as the host. However,
> the installation stuck at the very early stage (the black screen with
> the blue/cyan windows logo) without any progress. The command I ran is
>
> qemu-system-x86_64 -m 4096 -hda win7hp -boot d -usbdevice tablet
> -enable-kvm -cdrom /home/mahmood/win7.iso
>
> With the same command above, I installed windows xp without any problem.
> Any idea for that?
>
>
> Regards,
> Mahmood