Compare commits

..

No commits in common. "08501e86bb983cf3c0ca5eaec5d05fc61349bf09" and "8aa01ba122eb89e32a7b3420d16e7406802f733f" have entirely different histories.

View File

@ -1,11 +1,3 @@
= HOS System Requirements
HOS requires:
* A 64-bit CPU.
* A UEFI system.
* 128MB of RAM.
= Running HOS = Running HOS
== Physical Machine == Physical Machine
@ -26,20 +18,6 @@ To install HOS to an EFI partition, follow these steps:
efibootmgr -o 2,0,6,5 efibootmgr -o 2,0,6,5
At this point you should be able to boot HOS from your EFI boot selection menu.
If you use GRUB, you can optionally create a GRUB boot entry to load HOS.EFI
with an entry like this:
menuentry 'HOS' {
insmod part_gpt
insmod chain
set root='(hd0,gpt1)'
chainloader /EFI/HOS.EFI
}
Just update the root setting for the correction location to your system's EFI
partition.
== VirtualBox == VirtualBox
To create a VM in VirtualBox: To create a VM in VirtualBox: