Re: Legacy PXE Boot schlägt
Verfasst: 13 Mär 2020, 12:49
hallo,
ich habe jetzt versucht ihm die Miniroot-x64.bz2 per HTTP über einen Apache2 zu Verfügung zu stellen da das einfach performanter ist als über den TFTP.
ich habe die Vermutung das der Bootloader damit nicht klar kommt. da ich dann folgende Fehlermeldung bekommen :

hat jemand eine idee wie ich ihm die Datei trotzdem per HTTP zu Verfügung stellen könnte?
ich habe jetzt versucht ihm die Miniroot-x64.bz2 per HTTP über einen Apache2 zu Verfügung zu stellen da das einfach performanter ist als über den TFTP.
Code: Alles auswählen
label install
menu label Start ^opsi bootimage
text help
Start opsi linux bootimage from tftp server.
endtext
kernel install
append initrd=http://***:80/miniroot.bz2 video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=https://***:4447/rpc
label install-x64
menu label Start o^psi bootimage (x64)
text help
Start opsi linux bootimage 64-Bit from tftp server.
endtext
kernel install-x64
append initrd=http://***:80/miniroot-x64.bz2 video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=https://***:4447/rpc
#label install
# menu label Start ^opsi bootimage
# text help
# Start opsi linux bootimage from tftp server.
# endtext
# kernel install
# append initrd=miniroot.bz2 video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=https://***:4447/rpc
#label install-x64
# menu label Start o^psi bootimage (x64)
# text help
# Start opsi linux bootimage 64-Bit from tftp server.
# endtext
# kernel install-x64
# append initrd=miniroot-x64.bz2 video=vesa:ywrap,mtrr vga=791 quiet splash --no-log console=tty1 console=ttyS0 service=http://***:4447/rpc

hat jemand eine idee wie ich ihm die Datei trotzdem per HTTP zu Verfügung stellen könnte?