gparted-live-0.33.0-1-i686.iso herunterladen
Diese Iso-Datei Datei ins root-Verzeichnis reinkopieren
mount -o loop gparted-live-0.33.0-1-amd64.iso /mnt
mkdir -p /var/lib/tftpboot/gparted0.33.0-1/amd64
cp -a /mnt/live/filesystem.squashfs /mnt/live/initrd.img /mnt/live/vmlinuz /var/lib/tftpboot/gparted0.33.0-1/amd64/
umount /mnt
rm gparted-live-0.33.0-1-amd64.iso
nano /var/lib/tftpboot/pxelinux.cfg/default
label gparted0.33.0-1-amd64
menu label GParted Live 0.33.0-1 amd64
kernel /gparted0.33.0-1/amd64/vmlinuz
append initrd=/gparted0.33.0-1/amd64/initrd.img boot=live config noswap nosplash noprompt gfxpayload=1024x768x16,1024x768 i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.blacklist=yes fetch=tftp://192.168.252.49/gparted0.33.0-1/amd64/filesystem.squashfs