Skip to main content

Virtualization - ReactOS on VirtualBox 6.1

 

Installed and working
  • Idea came from https://www.youtube.com/watch?v=2e29I3dA8o4
  • Host platform: Microsoft Windows 10 64-bits
  • Hypervisor: VirtualBox 6.1
  • ReactOS image downloaded from https://reactos.org/. Only the nightly build works. 
  • Full VirtualBox configuration as below
    • For OS only: HDD 4GB
    • For OS and Office packages etc: HDD 10GB
    • For OS, packages and extra space: HDD 20GB

<?xml version="1.0"?>
<!--
** DO NOT EDIT THIS FILE.
** If you make changes to this file while any VirtualBox related application
** is running, your changes will be overwritten later, without taking effect.
** Use VBoxManage or the VirtualBox Manager GUI to make changes.
-->
<VirtualBox xmlns="http://www.virtualbox.org/" version="1.17-windows">
  <Machine uuid="{07795fd6-2615-4564-ab5b-b897e1575e64}" name="ReactOS" OSType="Windows2000" snapshotFolder="Snapshots" lastStateChange="2021-07-27T09:00:44Z">
    <MediaRegistry>
      <HardDisks>
        <HardDisk uuid="{b1124f40-9cb2-406e-85e7-38e823855244}" location="ReactOS.vdi" format="VDI" type="Normal"/>
      </HardDisks>
      <DVDImages>
        <Image uuid="{a8ef16eb-353e-4a99-ae86-920e74bed11b}" location="F:/VMs, Emulators, Simulators/_Media Library/ReactOS-0.4.13-release-28-g5724391.iso"/>
        <Image uuid="{9572aa2a-4bc6-4317-8a47-325a81e5cf55}" location="F:/VMs, Emulators, Simulators/_Media Library/reactos-bootcd-0.4.15-dev-2965-g9a42267-x86-gcc-lin-dbg.iso"/>
      </DVDImages>
    </MediaRegistry>
    <ExtraData>
      <ExtraDataItem name="GUI/LastCloseAction" value="PowerOff"/>
      <ExtraDataItem name="GUI/LastNormalWindowPosition" value="-1837,-105,1600,1251"/>
    </ExtraData>
    <Hardware>
      <CPU>
        <PAE enabled="true"/>
        <NestedHWVirt enabled="true"/>
        <LongMode enabled="false"/>
        <HardwareVirtExLargePages enabled="true"/>
      </CPU>
      <Memory RAMSize="1024"/>
      <HID Pointing="USBTablet"/>
      <Display VRAMSize="32" accelerate3D="true"/>
      <VideoCapture file="." fps="25"/>
      <BIOS>
        <SmbiosUuidLittleEndian enabled="true"/>
      </BIOS>
      <USB>
        <Controllers>
          <Controller name="OHCI" type="OHCI"/>
        </Controllers>
      </USB>
      <Network>
        <Adapter slot="0" enabled="true" MACAddress="0800273DE63B" type="Am79C970A">
          <DisabledModes>
            <InternalNetwork name="intnet"/>
            <NATNetwork name="NatNetwork"/>
          </DisabledModes>
          <BridgedInterface name="Intel(R) Ethernet Connection (11) I219-V"/>
        </Adapter>
      </Network>
      <AudioAdapter driver="DirectSound" enabled="true" enabledOut="true"/>
      <Clipboard/>
      <GuestProperties>
        <GuestProperty name="/VirtualBox/HostInfo/GUI/LanguageID" value="en_US" timestamp="1627376444066822000" flags=""/>
      </GuestProperties>
      <StorageControllers>
        <StorageController name="IDE" type="PIIX3" PortCount="2" useHostIOCache="true" Bootable="true">
          <AttachedDevice type="HardDisk" hotpluggable="false" port="0" device="0">
            <Image uuid="{b1124f40-9cb2-406e-85e7-38e823855244}"/>
          </AttachedDevice>
          <AttachedDevice passthrough="false" type="DVD" hotpluggable="false" port="1" device="0">
            <Image uuid="{9572aa2a-4bc6-4317-8a47-325a81e5cf55}"/>
          </AttachedDevice>
        </StorageController>
      </StorageControllers>
    </Hardware>
    <Groups>
      <Group name="/Active VMs"/>
    </Groups>
  </Machine>
</VirtualBox>

Comments

Popular posts from this blog

Movies - The Bubble (2022)

  Back to Evolution (2001) .

Movie - The Wizard of Oz (1939)

  My views Plot In rural  Kansas ,  Dorothy Gale  lives on a farm owned by her Uncle Henry and Aunt Em, and wishes she could be somewhere else. Dorothy's neighbor, Almira Gulch, who had been bitten by Dorothy's dog, Toto, obtains a sheriff's order authorizing her to seize Toto. Toto escapes and returns to Dorothy, who runs away to protect him. Professor Marvel, a charlatan fortune-teller, convinces Dorothy that Em is heartbroken, which prompts Dorothy to return home. She returns just as a  tornado  approaches the farm. Unable to get into the locked storm cellar, Dorothy takes cover in the farmhouse and is knocked unconscious. She seemingly awakens to find the house moving through the air, with her and Toto still inside it. The house comes down in an unknown land, and Dorothy is greeted by a good witch named  Glinda , who floats down in a bubble and explains that Dorothy has landed in Munchkinland in the  Land of Oz , and that the Munchkins are cel...

IT - Fixing Windows Error 1327: Account Restrictions Are Preventing This User from Signing In

Fixing Windows Error 1327: Account Restrictions Are Preventing This User from Signing In Introduction Error 1327, “Account restrictions are preventing this user from signing in,” is a perplexing and disruptive issue that occurs on some Windows 10 and Windows 11 machines. The message typically appears at login or while connecting to remote resources, like shared folders, network drives, or remote desktops. Table of Contents Symptoms of Error 1327 Common Causes Step-by-Step Troubleshooting Advanced Fixes Automation via PowerShell Prevention Tips Further Reading Symptoms of Error 1327 Users experiencing this error may encounter one or more of the following: Login screen fails after credentials are entered. Error message appears when accessing mapped drives or network resources. Remote Desktop Connection (RDP) is rejected with the 1327 message. Group Policy logon restrictions silently block access. Co...