Volgendes Problem, Ich möchte die aktuelle Ubuntu 12.10 x64 als live System und als direkt Installation in das pxe Menü einbauen doch leider scheitere ich daran ... Ich hoffe einer von euch könnte mir helfen und mir auf die Sprünge helfen was und wieso das nicht funktioniert
/srv/tftp/pxelinux.cfg/default
Code:
label ubuntu12.10_amd64-setup
MENU LABEL Ubuntu 12.10 setup (64-bit)
kernel ubuntu/12.10/amd64/vmlinuz
APPEND boot=casper netboot=nfs nfsroot=192.168.255.4:/srv/nfsroot/ubuntu/12.10/amd64 fetch=tftp://192.168.255.4/ubuntu/12.10/amd64/filesystem.squashfs initrd=ubuntu/12.10/amd64/initrd.lz
label ubuntu12.10_amd64-live
MENU LABEL Ubuntu 12.10 live (64-bit)
kernel ubuntu/12.10/amd64/vmlinuz
append initrd=ubuntu/12.10/amd64/initrd.lz vga=normal --
MfG GGEETTOO