fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


opentext:linux:sles

SLES

Wenn Folgender Fehler auftritt:

a start job is running for dev-disk-by...

Können wir das System einmal mit einer Rescue Disk hochfahren

Tastaturlayout auf deutsch stellen

setxkbmap de

Anschließend hängen wir die Interne Festplatte ein und Chroot uns ins System

mount /dev/sda1 /mnt                 # Beispiel, paedML-Novell (zServer)
 
mount /dev/sda3 /mnt                 # Beispiel, paedML-Novell (gServer)
mount /dev/sda1 /mnt/boot            # Beispiel, paedML-Novell (gServer)
 
mount --rbind /proc /mnt/proc
mount --rbind /sys /mnt/sys
mount --rbind /dev /mnt/dev
mount --rbind /run /mnt/run
 
chroot /mnt
mount -a

Anschließend schreiben wir denn Bootloader neu

dracut --regenerate-all --force
grub2-mkconfig -o /boot/grub2/grub.cfg

Und anzünden

exit
Init 6
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
opentext/linux/sles.txt · Last modified: by gsys