透過 pxe 啟動 DRBL Live

透過 pxe 啟動 DRBL Live

我正在運行一個多霧路段伺服器並在我的 pxe 選單中添加了許多 hack,但現在我想添加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 中取得 和 以及其中 grub 配置的initrd.img參數。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至我的網頁伺服器根目錄並修改了第三行:

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

相關內容