Hello guys,
i'm new here, so it's probably stupid question, but could anyone help me with QEMU?
I want to instal Windows 95 to one image and Windows 98 to another one. But i was not able to achieve that.
1] I tried prepared image "1GB Bootable HDD Image premade for Windows95 Setup" and everything works how it should, but 1GB it's just to few. So i tried to resize image with qemu-img resize.. no luck. Final image is working under ubuntu, but no chance to load it on pandora. Then i tried convert to raw, cat and convert back.. same result.
2] I tried to install W95 directly on pandora with booting CD. in 99% it get stuck on initial progress bar of setup. It worked once and i was able to install W95, but once i mount some virtual CD the mechanic in W95 just disappear.
3] I tried to install free dos and then install W95. It work perfectly but again. Once i'll mount any image the CD drive in windows disappear.
4] I tried to install everything on ubuntu with 0.14 and 0.15
qemu-img create -f qcow2 ~/win98.img 2G
kvm -M pc-0.14 -cpu pentium -no-kvm -no-acpi -no-hpet -m 128 -hda win95.qcow2 -cdrom Win95.iso -boot d -soundhw sb16 -usb -usbdevice tablet -vga cirrus -net none
Result = Absolutely no way to load that image on pandora.
5] I tried Qemu manager on Windows 8.. same result as 4]
I'm getting to be really frustrated. Do i have to set up some extra parameter to mount virtual cd under W95 or what can be wrong? :/
i'm new here, so it's probably stupid question, but could anyone help me with QEMU?
I want to instal Windows 95 to one image and Windows 98 to another one. But i was not able to achieve that.
1] I tried prepared image "1GB Bootable HDD Image premade for Windows95 Setup" and everything works how it should, but 1GB it's just to few. So i tried to resize image with qemu-img resize.. no luck. Final image is working under ubuntu, but no chance to load it on pandora. Then i tried convert to raw, cat and convert back.. same result.
2] I tried to install W95 directly on pandora with booting CD. in 99% it get stuck on initial progress bar of setup. It worked once and i was able to install W95, but once i mount some virtual CD the mechanic in W95 just disappear.
3] I tried to install free dos and then install W95. It work perfectly but again. Once i'll mount any image the CD drive in windows disappear.
4] I tried to install everything on ubuntu with 0.14 and 0.15
qemu-img create -f qcow2 ~/win98.img 2G
kvm -M pc-0.14 -cpu pentium -no-kvm -no-acpi -no-hpet -m 128 -hda win95.qcow2 -cdrom Win95.iso -boot d -soundhw sb16 -usb -usbdevice tablet -vga cirrus -net none
Result = Absolutely no way to load that image on pandora.
5] I tried Qemu manager on Windows 8.. same result as 4]
I'm getting to be really frustrated. Do i have to set up some extra parameter to mount virtual cd under W95 or what can be wrong? :/