Starten Sie ein DRBL Live über PXE

Starten Sie ein DRBL Live über PXE

Ich betreibe einNEBELServer und fügte viele Hacks zu meinem PXE-Menü hinzu, aber jetzt möchte ich hinzufügenDRBL Liveaber es funktioniert nicht

Ich habe das mit dieser PXE-Konfiguration versucht

LABEL fog.drbl
    MENU PASSWD $1$b1E5ld/w$nRekAlrkmtRfofb4ZJC7L1
    kernel fog/drbl/live/vmlinuz boot=live config nomodeset vga=785 ip=frommedia nosplash
    append initrd=fog/drbl/live/initrd.img
    MENU LABEL DRBL Live
    TEXT HELP
    Start Live DRBL server with clonezilla live &  clonezilla server options
    ENDTEXT

Ich erhalte initrd.imges vmlinuzaus dem ISO von DRBL Live und die Parameter aus den Grub-Konfigurationen dort $DRBLiso/EFI/boot/grub.cfg.

Beim Booten mit der DRBL-Option erhalte ich die folgenden Fehler:

dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module unknown not found in modules.dep
dprobe: module swap not found in modules.dep

sieht irgendjemand, was hier falsch ist?

Antwort1

Nun ja, es funktioniert wie Magie!

Ich habe die Datei filesystem.squashfszum Stammverzeichnis meines Webservers hinzugefügt und die dritte Zeile geändert:

kernel fog/drbl/live/vmlinuz boot=live config nomodeset vga=785 ip=frommedia nosplash fetch=http://MYWEBSERVERIP/filesystem.squashfs

Antwort2

label DRBL Live
MENU DEFAULT
# MENU HIDE
MENU LABEL DRBL Live (Default settings)
# MENU PASSWD
kernel drbl/live/vmlinuz
append initrd=drbl/live/initrd.img boot=live config nomodeset vga=785 ip=dhcp nosplash netboot=nfs nfsroot=192.168.1.91:/var/lib/tftpboot/drbl i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes

verwandte Informationen