TIPS & TRICKS
To search the contents of the man pages
# man -k searchterm |
Manage Root Password
Manage Root Password 1
SUPPRIMER TOUTES DIRECTIVES console=...
puis Ctrl-X.
- Ajouter
init=/bin/bash
dans la console de grub
On doit obtenir un prompt # en bas d’écran, pensez à taper sur entrée au cas où le terminal soit rempli de messages console.
Si l’écran reste noir, vous avez laissé traîner des console=
, c’est vrai aussi avec rd.break.
# mount -o remount / |
Manage Root Password 2
SUPPRIMER TOUTES DIRECTIVES console=...
- Add
rd.break
Press e on line with “linux”, add this at the end, and then do CTRL+X
# mount -o remount,rw /sysroot |
Autre cas
1
- Mettre rd.break console=tty0 Press e on line with “linux”, add this at the end, and then do CTRL+X
2
- You should also remove existing parameters ro and crashkernel=….
mount -o remount,rw /sysroot |
3
- type rd.break enforcing=0
switch_root:/# mount -o remount,rw /sysroot |
4
- type rd.break enforcing=0 before rgb quiet
# mount -o remount,rw /sysroot |
5
- rd.break enforcing=0 (initramfs)
# mount -o remount,rw /sysroot |
If not working
- Replace ro crashkernel=auto by rd.break enforcing=0 (initramfs)
# mount -o remount,rw /sysroot |
Documentations
Internet
Git
ChatGPT