[CentOS-virt] Windows 10 tech preview build 10130

Tue Jun 30 01:50:53 UTC 2015
ToddAndMargo <ToddAndMargo at zoho.com>

On 06/29/2015 02:04 PM, Kanwar Ranbir Sandhu wrote:
> On Mon, 2015-06-29 at 13:47 -0700, Greg Bailey wrote:
>> I've installed it on a KVM guest on a CentOS 7 host.
>
> I was hoping it wasn't going to come to that. That is, I hope it's not a
> CentOS 6 issue.
>
>> I've always had more success using the drivers obtained from running the
>> spice guest tools vs. the virtio-win stuff.  I use:
>>
>> http://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-0.100.exe
>
>
> The thing is I can't even get the install going. Windows complains that
> drivers are missing and won't tell me what for!! WTF.

Hi Ranbir,
I have Son-of-Frankenstein (SOF, or W10) on Scientific Linux 6.6
under KVM.  I am currently on 10130.  And I am downloading 10158.

I suspect your ISO is corrupted.  Run your sha1sum against it.

5EF5A65B474D63BC3DF46CC84D47064B142AA800 
Windows10_InsiderPreview_x64_EN-US_10130.iso

Here is the latest English 64 bit iso:
http://windows.microsoft.com/en-us/windows/preview-iso-update-1504

Product key: 6P99N-YF42M-TPGBG-9VMJP-YKHCF


And this is my qemu run string, if it helps:



$ ps ax | grep -i [w]10

16031 ?        Sl    29:48 /usr/libexec/qemu-kvm -name KVM-W10 -S -M 
rhel6.3.0 -cpu 
Nehalem,+rdtscp,+pdcm,+xtpr,+tm2,+est,+vmx,+ds_cpl,+monitor,+dtes64,+pbe,+tm,+ht,+ss,+acpi,+ds,+vme 
-enable-kvm -m 4096 -realtime mlock=off -smp 
4,sockets=2,cores=2,threads=2 -uuid d56df577-367f-1b6b-c6e8-eaa42a14ffc3 
-nodefconfig -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/KVM-W10.monitor,server,nowait 
-mon chardev=charmonitor,id=monitor,mode=control -rtc 
base=localtime,driftfix=slew -no-shutdown -device 
piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 -drive 
file=/home/kvm/KVM-W10.img,if=none,id=drive-ide0-0-0,format=raw,cache=none 
-device 
ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=2 
-drive 
file=/home/kvm/Windows10_InsiderPreview_x64_EN-US_10130.iso,if=none,media=cdrom,id=drive-ide0-0-1,readonly=on,format=raw 
-device 
ide-drive,bus=ide.0,unit=1,drive=drive-ide0-0-1,id=ide0-0-1,bootindex=1 
-netdev tap,fd=23,id=hostnet0 -device 
rtl8139,netdev=hostnet0,id=net0,mac=52:54:00:4d:5f:22,bus=pci.0,addr=0x3 
-chardev pty,id=charserial0 -device 
isa-serial,chardev=charserial0,id=serial0 -chardev 
spicevmc,id=charchannel0,name=vdagent -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0 
-device usb-tablet,id=input0 -spice 
port=5910,addr=127.0.0.1,disable-ticketing,seamless-migration=on -vga 
qxl -global qxl-vga.ram_size=67108864 -global qxl-vga.vram_size=67108864 
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 -msg timestamp=on

16709 ?        S      0:00 remote-viewer spice://127.0.0.1:5910 --title 
KVM-W10