Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 3088  / 3 Years ago, tue, june 29, 2021, 11:26:44

I'm running a FOG server and added many hacks to my pxe menu but now I want to add DRBL Live but it doesn't work



I tried that with this pxe configuration



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


I get initrd.img and vmlinuz from the iso of DRBL Live and the parameters from the grub configurations in there $DRBLiso/EFI/boot/grub.cfg.



When booting to DRBL option I get the following errors :



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


can anyone see what's wrong here ?


More From » boot

 Answers
2

Well .. it works like magic !



I added the file filesystem.squashfs to my webserver root and modified the thrid line :



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

[#31893] Wednesday, June 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
doredtness

Total Points: 153
Total Questions: 113
Total Answers: 106

Location: South Georgia
Member since Fri, Nov 13, 2020
4 Years ago
;