Bisher konnte ich openSuSE leap über PXE installieren.
Seit Leap 16 funktioniert das nicht mehr - ich bekomme dracut Fehler und dann steht das startende System vollständig. Unbter 15.6 hat alles noch funktioniert, Konfiguration ist identisch:
menuentry “openSuSE Leap 15.6 Installer” {
clear
echo “Loading openSuSE 15.6 Kernel…”
linuxefi /openSuSE/Leap15.6/linux splash=silent showopts install=nfs://fhserver.fhotz.local:/data/nfs/opensuse15.6
echo “Loading initrd…”
initrdefi /openSuSE/Leap15.6/initrd
echo “Files loaded. Booting…”
boot
}
menuentry “openSuSE Leap 16.0 Installer” {
clear
echo “Loading openSuSE 16.0 Kernel…”
linuxefi /openSuSE/Leap16.0/linux splash=silent showopts install=nfs://fhserver.fhotz.local:/data/nfs/opensuse16.0
echo “Loading initrd…”
initrdefi /openSuSE/Leap16.0/initrd
echo “Files loaded. Booting…”
boot
}
Was ist da ohne jeden Hinweis geändert worden?