search for: ubuntu_10_10_amd64

Displaying 1 result from an estimated 1 matches for "ubuntu_10_10_amd64".

2010 Oct 26
1
trying to chainload the normal ubuntu pxe installer
...pxelinux.configfile "menu.cfg"; option pxelinux.pathprefix "/"; filename "pxe_bin/pxelinux.0"; next-server <tftp_server_ip>; In my menu.cfg, I tried the following to to chainload the ubuntu installer: UI pxe_bin/menu.c32 PROMPT 0 MENU TITLE PXE Boot Menu LABEL ubuntu_10_10_amd64 MENU LABEL Ubuntu 10.10 (Meerkat) AMD64 KERNEL pxe_bin/pxechain.com APPEND <tftp_server_ip>::linux/ubuntu/amd64/meerkat/pxelinux.0 However, it locks the machine up when I try the chainload. Is it actually possible to chainload pxelinux.0 like this? I am using syslinux 4.0.1 file from Ubuntu...