Difference between revisions of "Virtualbox"
From John Freier
(Created page with "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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
* Also back the file up, just in case. | * 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 |
Latest revision as of 09: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