From af8bf778dbb5f6dcd2f82e86d513ab5f3c3b1089 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 10 May 2022 11:13:15 +0200 Subject: [PATCH] properly link images --- rhel8/installation.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/rhel8/installation.md b/rhel8/installation.md index fc7ff2e8..1df95ddc 100644 --- a/rhel8/installation.md +++ b/rhel8/installation.md @@ -15,29 +15,29 @@ 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: +Start the machine and select network boot (if not already the default), then you get following menu: +![Grub default menu](installation/grub_default.png) -[Grub default menu](installation/grub_default.png) -There select "Windows and Tools Menus" (do not get irrited by the name) 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) +There select "Windows and Tools Menus" (do not get irrited by the name) 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) +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: +Start the machine and select network boot (if not already the default), then you get following menu: +![PXE default menu](installation/pxe_default.png) -[PXE default menu](installation/pxe_default.png) -There select "Red Hat Enterprise Linux 7 Network Install MEnu" to get into the iPXE menu, where you can do also a lot of other stuff. -[PXE menu selection for iPXE](installation/pxe_select.png) +There select "Red Hat Enterprise Linux 7 Network Install MEnu" to get into the iPXE menu, where you can do also a lot of other stuff. +![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: -[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) +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)