Compare commits

...

2 Commits

Author SHA1 Message Date
08501e86bb README: Add HOS System Requirements 2022-11-03 13:29:05 -04:00
10a2d63e08 Add instructions to run HOS from GRUB 2022-11-03 13:27:24 -04:00

View File

@ -1,3 +1,11 @@
= HOS System Requirements
HOS requires:
* A 64-bit CPU.
* A UEFI system.
* 128MB of RAM.
= Running HOS
== Physical Machine
@ -18,6 +26,20 @@ To install HOS to an EFI partition, follow these steps:
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
To create a VM in VirtualBox: