QEMU/Guests/Windows Longhorn and File:LisaEM.png: Difference between pages

From Computernewb Wiki
(Difference between pages)
Jump to navigation Jump to search
 
No edit summary
 
Line 1: Line 1:
'''[[How_to_install_Windows_XP_in_QEMU|< Windows XP]]''' | '''[[How_to_install_Windows_Vista_in_QEMU|Windows Vista >]]'''


[[File:4051Desktop.png|thumb|Windows Longhorn build 4051.]]
'''Windows Longhorn''' is the codename for Windows Vista, It's first (leaked) build was compiled on September 23rd, 2002.
==Running on CollabVM==
Windows Longhorn builds are usually unstable, but they work fine with CollabVM.
==Before you begin==
Mostly all Longhorn builds have a timebomb, you can set the date by adding <pre>-rtc base="YYYY-MM-DD",clock=vm</pre>, replace the YYYY with the year, MM with the month and DD with the day. For example, using <pre>-rtc base="2002-09-23",clock=vm</pre> would set the date to September 23rd, 2002 which is what you want if you are going to be hosting 3683.
==QEMU==
====Pre-installation====
[[File:5259Glitch.PNG|thumb|Setup if you do not add -vga cirrus]]
Make a qcow2 image (or a raw image if you want) by typing
<pre>qemu-img create -f qcow2 lh.img 20G</pre>
Windows Longhorn, just like XP requires some disk space, you can make this 10 gigabytes if you want, but it is recommended to have at least 20 GB for users to install programs onto.
Assuming that the build you downloaded is 32-bit, you will run these commands:
<pre>qemu-system-i386 -hda lh.img -cdrom longhorn_iso_name.iso -boot d -accel kvm -cpu host -m 1G -usbdevice tablet -vga cirrus -rtc base="YYYY-MM-DD",clock=vm</pre>
Or if running without root or virtualization:
<pre>qemu-system-i386 -hda lh.img -cdrom longhorn_iso_name.iso -boot d -cpu epyc -m 1G -usbdevice tablet -vga cirrus -rtc base="YYYY-MM-DD",clock=vm</pre>
* <b>Warning: Removing "-vga cirrus" WILL make the setup look messed up in terms of graphics.</b>
1 gigabytes of memory is highly recommended for optimal performance, but you can use 512 megabytes if absolutely necessary.
====After installation====
<pre>qemu-system-i386 -hda lh.img -cdrom longhorn_iso_name.iso -boot c -accel kvm -cpu host -m 1G -usbdevice tablet -vga cirrus -rtc base="YYYY-MM-DD",clock=vm</pre>
Or if running without root or virtualization:
<pre>qemu-system-i386 -hda lh.img -cdrom longhorn_iso_name.iso -boot c -cpu epyc -m 1G -usbdevice tablet -vga cirrus -rtc base="YYYY-MM-DD",clock=vm</pre>
====Setting up your VM====
After setup, install a version of Firefox. For me, 10.0 worked fine for me. Mypal does not work and so does any other modern version of Firefox (even the latest one that supports XP!)
[[Category:Windows installation guides]]
[[Category:OS Installation guides]]
[[Category:Operating systems]]
[[Category:QEMU guides]]
'''[[How_to_install_Windows_XP_in_QEMU|< Windows XP]]''' | '''[[How_to_install_Windows_Vista_in_QEMU|Windows Vista >]]'''

Revision as of 01:28, 4 April 2023