Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


admin_grundlagen:bootloader

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
admin_grundlagen:bootloader [2019/11/10 12:07]
ingo_wichmann [Grub2 mit Passwort absichern]
admin_grundlagen:bootloader [2021/03/10 11:29]
ingo_wichmann [Grub2 mit Passwort absichern]
Zeile 69: Zeile 69:
  
 === Grub absichern === === Grub absichern ===
 +(( Weitere Absicherungsmöglichkeiten:​
 +  http://​0pointer.net/​blog/​unlocking-luks2-volumes-with-tpm2-fido2-pkcs11-security-hardware-on-systemd-248.html
 +))
 +
 == Passwort Hash erzeugen == == Passwort Hash erzeugen ==
-Debian 6, CentOS 7:+Debian 6, CentOS ​(ab 7), openSuSE Leap 15.1:
   grub2-mkpasswd-pbkdf2   grub2-mkpasswd-pbkdf2
  
Zeile 88: Zeile 92:
  
   chmod +x /​etc/​grub.d/​45_password   chmod +x /​etc/​grub.d/​45_password
- 
-== grub Konfigurationsdatei neu erzeugen == 
-Debian (ab 6), Ubuntu (14.04): 
-  grub-mkconfig -o /​boot/​grub/​grub.cfg 
- 
-CentOS (7): 
-  grub2-mkconfig -o /​boot/​grub2/​grub.cfg 
-oder für UEFI-Systeme:​ 
-  grub2-mkconfig -o /​boot/​efi/​EFI/​centos/​grub.cfg 
  
 == Auswahl ermöglichen,​ editieren absichern == == Auswahl ermöglichen,​ editieren absichern ==
Zeile 104: Zeile 99:
 ... ...
 </​file>​ </​file>​
 +
 +== grub Konfigurationsdatei neu erzeugen ==
 +Für BIOS-Systeme:​
 +
 +Debian (ab 6), Ubuntu (ab 14.04):
 +  grub-mkconfig -o /​boot/​grub/​grub.cfg
 +
 +CentOS (ab 7), openSuSE (Leap 15.1):
 +  grub2-mkconfig -o /​boot/​grub2/​grub.cfg
 +
 +Für UEFI-Systeme:​
 +
 +Debian, Ubuntu, openSuSE: wie bei BIOS-Systemen
 +
 +CentOS (8)
 +  grub2-mkconfig -o /​boot/​efi/​EFI/​centos/​grub.cfg
  
 == testen == == testen ==
Zeile 109: Zeile 120:
   grep password /​boot/​grub/​grub.cfg   grep password /​boot/​grub/​grub.cfg
   reboot   reboot
-CentOS (7):+CentOS (ab 7):
   grep password /​boot/​grub2/​grub.cfg   grep password /​boot/​grub2/​grub.cfg
   reboot   reboot
admin_grundlagen/bootloader.txt · Zuletzt geändert: 2024/04/17 12:37 von natureshadow2