Difference between revisions of "Hyper-V"

From ReactOS Wiki
Jump to: navigation, search
m
m (Hyper-V (comes with windows 8))
Line 1: Line 1:
== Hyper-V (comes with windows 8) ==
+
== Hyper-V (comes with windows pro) ==
 
With Hyper-V, you can test ReactOS in a virtual machine on your windows (8 or 10) PC.
 
With Hyper-V, you can test ReactOS in a virtual machine on your windows (8 or 10) PC.
 
see also alternatives [[QEMU]] or [[VirtualBox]]
 
see also alternatives [[QEMU]] or [[VirtualBox]]

Revision as of 17:17, 1 November 2018

Hyper-V (comes with windows pro)

With Hyper-V, you can test ReactOS in a virtual machine on your windows (8 or 10) PC. see also alternatives QEMU or VirtualBox

First you have to add Hyper-V to your Windows installation. In explorer, go to add/uninstall programs. on the left is: Windows features activate. There you check the Hyper-V. easy.

Now on the start page, you will find 'Hyper-V manager'. Make a link to desktop or start for easy use.

In Hyper-V, create a virtual machine. use the type 1 (no secure boot). Remove the netcard and the SCSI component from the new virtual PC. Add a virtual disk 'hdd1.vdh' with 1GB and MBR-partition style. Do not use .vdhx.

Important: In the virtual disk don't create a volume or drive letter, yet. Don't format it yet. Add the reactos-install-iso as cd/dvd image to the VM.

Start the VM .. It should boot from the install cd. You should see the light blue background. In the installer you create a big partition and format it with FAT. let the installer install a bootloader in VBR, not in MBR. Installation is fast. Reboot from disk and enjoy. ReactOS will find a ACPI device but not a driver. Just click it away. When you shutdown the VM you can mount/unmount the virtual disk in your windows explorer. With right click and the hdd1.vdh. now you can copy/rename/delete files in your reactos installation.

The Hyper-V also allows kernel debugging. You create a pipe for the virtual com port. It is the same like kernel debugging of a normal windows-VM. Google kernel debugging with hyper-V.

Getting Hyper-V networking to work with ReactOS

See this article: https://enviableyapper0.wordpress.com/2018/08/02/getting-hyper-v-networking-to-work-with-reactos-how-to/