Hi,
i cant boot Tails 5.21 Linux over PXE
https://tails.net/
my config
set path /images/os/tails/521
kernel http://${fog-ip}${path}/vmlinuz
initrd http://${fog-ip}${path}/initrd.img
imgargs initrd=initrd.img config boottype=usb root=/dev/ram0 rw ramdisk_size=1300000 rootfstype=ext4 nopersistence noprompt timezone=Etc/UTC splash noautologin module=Tails slab_nomerge slub_debug=FZ mce=0 vsyscall=none init_on_free=1 mds=full,nosmt page_alloc.shuffle=1 randomize_kstack_offset=on fetch=http://${fog-ip}${path}/filesystem.squashfs ipby=dhcp ro ipv6.disable=1 FSUUID=A690-20D2_
boot || goto MENU
orginal USB config
label live
menu label Tails 5.21
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config live-media=removable nopersistence noprompt timezone=Etc/UTC splash noautologin module=Tails slab_nomerge slub_debug=FZ mce=0 vsyscall=none init_on_free=1 mds=full,nosmt page_alloc.shuffle=1 randomize_kstack_offset=on quiet
sysappend 0x40000
label livefailsafe
menu label Tails (Troubleshooting Mode)
kernel /live/vmlinuz
append initrd=/live/initrd.img boot=live config live-media=removable nopersistence noprompt timezone=Etc/UTC splash noautologin module=Tails slab_nomerge slub_debug=FZ mce=0 vsyscall=none init_on_free=1 mds=full,nosmt page_alloc.shuffle=1 randomize_kstack_offset=on noapic noapm nodma nomce nolapic nosmp
sysappend 0x40000
I used the configuration below, these parameters give the same effect
https://superuser.com/questions/1772635/how-to-create-a-pxeboot-for-tails-os
Can anyone tell me where to look for a solution? Thank you in advance for your tips…