Difference between revisions of "Virtualbox"
From John Freier
Line 13: | Line 13: | ||
---- | ---- | ||
Check your bios and enable virtual hosting. | Check your bios and enable virtual hosting. | ||
+ | |||
+ | |||
+ | Mount share | ||
+ | ----- | ||
+ | sudo mount -t vboxsf {name_of_share} ./shared |
Latest revision as of 08:15, 19 September 2022
Windows 3.11
When installing, I ran into a problem with "Fault Problem". I needed to turn off "Enable VT-x/AMD-V". There is no switch inside Virtualbox to turn this off, I needed to turn it off through XML.
To find the file, ~/VirtualBox\ VMs/Windows\ 3.11\*.vbox.
Then I had to find, "HardwareVirtEx" and turn all the flags to false.
- Also back the file up, just in case.
Only 32bit.
Check your bios and enable virtual hosting.
Mount share
sudo mount -t vboxsf {name_of_share} ./shared