forked from Controls/gitea-pages
22 lines
514 B
Markdown
22 lines
514 B
Markdown
# Installation
|
|
|
|
## Minimal HW/VM Requirements
|
|
- 4GB RAM
|
|
- 64GB Disk
|
|
|
|
## Network Installation
|
|
|
|
The machine you want to install needs to be [registered in `sysdb`](../admin-guide/deployment/sample).
|
|
|
|
Optional you can set `netboot` and RHEL 9 installer but that can also be selected manually in be boot menu:
|
|
|
|
```
|
|
bob node netboot $FQDN
|
|
bob node set-attr $FQDN ipxe_installer=rhel9install
|
|
```
|
|
### Installation with UEFI
|
|
Start the machine and select network boot
|
|
|
|
### Installation with Legacy BIOS
|
|
Not supported yet
|