Inicialize um DRBL Live via pxe

Inicialize um DRBL Live via pxe

Estou executando umNÉVOAservidor e adicionei muitos hacks ao meu menu pxe, mas agora quero adicionarDRBL ao vivomas não funciona

Eu tentei isso com esta configuração pxe

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

Eu obtenho initrd.imga vmlinuziso do DRBL Live e os parâmetros das configurações do grub lá $DRBLiso/EFI/boot/grub.cfg.

Ao inicializar na opção DRBL, recebo os seguintes erros:

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

alguém pode ver o que há de errado aqui?

Responder1

Bem .. funciona como mágica!

Adicionei o arquivo filesystem.squashfsà raiz do meu servidor web e modifiquei a terceira linha:

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

Responder2

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

informação relacionada