pxe経由でDRBL Liveを起動する

pxe経由でDRBL Liveを起動する

私はサーバーとPXEメニューに多くのハックを追加しましたが、今私は追加したいDRBLライブしかし、それは機能しません

この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

DRBL Live の ISO から取得しinitrd.img、そこにある grub 構成からパラメータを取得します。vmlinuz$DRBLiso/EFI/boot/grub.cfg

DRBL オプションで起動すると、次のエラーが発生します。

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

ここで何が間違っているのか誰か分かりますか?

答え1

まあ、それは魔法のように機能します!

ファイルをfilesystem.squashfsウェブサーバーのルートに追加し、3 行目を変更しました。

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

答え2

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

関連情報