User Tools

Site Tools


kb_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
kb_linux [2022/03/21 10:19] – [Running a script through Satellite fails...] atlkb_linux [2023/08/24 03:09] (current) atl
Line 1: Line 1:
 ====== Boot ====== ====== Boot ======
 +
 +===== Interrupt Boot process and change the //root// password =====
 +
 +  - **Edit** the kernel boot parameters by pressing **e**
 +  - **Go to** the end of the 3linux3 line by pressing **Ctrl+e**, removing //ro crash// and add //rd.break enforcing=0//
 +  - **Start** the system by pressing **Ctrl+x**
 +  - **Remount** the root of the system:\\  mount -o remount,rw /sysroot
 +  - **Switch** to /sysroot:\\  chroot /sysroot
 +  - **Reset** the root password
 +  - **Enable** SELinux relabeling:\\  touch /.autorelabel
 +  - **Exit** the shell
  
 ===== Grub ===== ===== Grub =====
kb_linux.1647872378.txt.gz · Last modified: by atl