Inicialize um DRBL Live via pxe

0

Estou executando um servidor FOG e adicionei muitos hacks ao meu menu pxe, mas agora quero adicionar DRBL Live mas não funciona

Eu tentei isso com essa configuração de 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 recebo initrd.img e vmlinuz da iso do DRBL Live e os parâmetros das configurações do grub lá $DRBLiso/EFI/boot/grub.cfg .

Ao inicializar a 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?

    
por Ammar Lakis 04.04.2013 / 10:04

2 respostas

1

Bem .. funciona como mágica!

Eu adicionei o arquivo filesystem.squashfs na raiz do meu servidor e modifiquei a linha "thrid":

kernel fog/drbl/live/vmlinuz boot=live config nomodeset vga=785 ip=frommedia nosplash fetch=http://MYWEBSERVERIP/filesystem.squashfs
    
por Ammar Lakis 04.04.2013 / 14:18
0
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
    
por BashOrgRu 24.02.2014 / 08:36