From f560092e3612ea9ad251b3e28c23a6964586f3f0 Mon Sep 17 00:00:00 2001 From: ebner Date: Tue, 30 Jan 2024 16:18:12 +0100 Subject: [PATCH] add some information regarding bob --- rhel8/installation.md | 6 +++++- rhel9/installation.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/rhel8/installation.md b/rhel8/installation.md index 74801386..0ce8a5bb 100644 --- a/rhel8/installation.md +++ b/rhel8/installation.md @@ -6,7 +6,8 @@ ## Network Installation -The machine you want to install needs to be [registered in `sysdb`](../admin-guide/deployment/sample). +The machine you want to install needs to be [registered in `sysdb`](../admin-guide/deployment/sample). If you don't have the bob command installed locally you can login to __lxsup.psi.ch__ to use it. Remember that you need a valid Kerberos ticket before modifying a sysdb entry via `bob`. +More details regaring `bob` can be found [here](https://git.psi.ch/linux-infra/bob). Optional you can set `netboot` and RHEL 8 installer but that can also be selected manually in be boot menu: @@ -14,6 +15,9 @@ Optional you can set `netboot` and RHEL 8 installer but that can also be selecte bob node netboot $FQDN bob node set-attr $FQDN ipxe_installer=rhel8install ``` + + + ### 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) diff --git a/rhel9/installation.md b/rhel9/installation.md index 83ec8c3d..48a6d816 100644 --- a/rhel9/installation.md +++ b/rhel9/installation.md @@ -6,7 +6,8 @@ ## Network Installation -The machine you want to install needs to be [registered in `sysdb`](../admin-guide/deployment/sample). +The machine you want to install needs to be [registered in `sysdb`](../admin-guide/deployment/sample). If you don't have the bob command installed locally you can login to __lxsup.psi.ch__ to use it. Remember that you need a valid Kerberos ticket before modifying a sysdb entry via `bob`. +More details regaring `bob` can be found [here](https://git.psi.ch/linux-infra/bob). Optional you can set `netboot` and RHEL 9 installer but that can also be selected manually in be boot menu: