Boot Process
Hardware sources
- PXE (pre-boot execution environment)
- install operating system online
- iPXE(uses HTTPS)
See the init boot procsse right from grub
Steps
-
POST
(power on self)- Turning On for the system firemwer
-
Selecting Bootable device
- Either From UEFI or for the bios
-
Loding the boot loader
(Grub or Grub2) -
Loading the Kernel
-
Loading
initramfs
- On Rehl it also contains the complate OS
-
Starting /sbin/init
- And loading systemd-udev daemon
-
Process initrd.target
(ececute all units to create minimal env)- mounting root file system on
/sysroot
- mounting root file system on
-
Switch to rootfs
- Runing the default target afterwards
Changing the root password
- Enter the rescue mode
- Add this line before
intird
- Then boot
- Mount the system in rw perrmison to be able to applay changes
Rembert to
.autorelabel
for SELinux - reboot the system