


Scroll down to select vboxusers, then click Properties, The rest of the installation will proceed automatically.If you are a Linux ubuntu user and you just want to do any thing in Windows when you are operating in ubuntu,you may not want to restart your computer and select to boot Windows.This tutorial tells how to install Windows XP with virtualbox inside ubuntu,and I hope it may help.Following is my virtual XP system.ġ.First,install Virtualbox, here tells you how to install it.Ģ.After Virtualbox installed,click to System–>Administration–>Users&Groups,Ĭlick unlock at following window,enter you password then click Manage Groups If needed, install remote-viewer or spicy as prompted If neither of these is found in the system, you will get a message instructing you to install them. ⒾYou will need to manually provide a VGA console access by installing either remote-viewer or spicy. ⒾReplace /home/mionaalex/Downloads/ with your own path to the repackaged file Lxc config device add win11 install disk source=/home/mionaalex/Downloads/ boot.priority=10 The last thing we need to do is add the install media Itself and make it a boot priority (so it boots automatically) Lxc config device add win11 vtpm tpm path=/dev/tpm0 Adding TPM will also enable you to enable things like bitlocker inside of your VM. We can call it vtpm as it is a virtual TPM after all. Next, we need to add TPM (Trusted Platform Module) as it’s one of the things Windows requires. Lxc config set win11 limits.cpu=4 mory=8GiB We should also increase the CPU limits for optimal performance Lxc config device override win11 root size=50GiB

The default storage/disk provided to new VMs is 10GB, which is not enough for Windows so we need to increase the size of the disk to 50GB with the following command before proceeding Create a new VMĪfter we create the Windows image, We can create a new empty VM that we can call ”win11”
