add EFI network installation

This commit is contained in:
2022-05-10 10:44:56 +02:00
parent 32f81537d7
commit 32871fe04e
3 changed files with 13 additions and 2 deletions
+13 -2
View File
@@ -15,13 +15,24 @@ bob node netboot $FQDN
bob node set-attr $FQDN ipxe_installer=rhel85install
```
### Installation with UEFI
Start the machine and select network boot (if not already the default), then you get following menu:
[Grub default menu](installation/grub_default.png)
There select " to get into the iPXE menu, where you can do also a lot of other stuff.
[Grub menu selection for iPXE](installation/grub_select.png)
(I plan to get rid of above menu as it also breaks automatic installation by `sysdb` configuration).
The iPXE menu is then generated according to `sysdb` and its default depends on the configuration, there, but you may override it manualy:
[iPXE menu with local boot default](installation/ipxe_default.png)
[select Test sub menu in iPXE menu](installation/ipxe_select_test.png)
[select RHEL 8 installation](installation/ipxe_select_rhel8.pngg)
### Installation with Legacy BIOS
Start the machine and select network boot (if not already the default), then you get following menu:
[PXE default menu](insatallation/pxe_default.png)
[PXE default menu](installation/pxe_default.png)
There select " to get into the iPXE menu, where you can do also a lot of other stuff.
[PXE menu selection for iPXE](insatallation/pxe_select.png)
[PXE menu selection for iPXE](installation/pxe_select.png)
(I plan to get rid of above menu as it also breaks automatic installation by `sysdb` configuration).
The iPXE menu is then generated according to `sysdb` and its default depends on the configuration, there, but you may override it manualy:
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB