Adding LTSP to FOG menu
-
Hello, I am trying to add our Ubuntu 12.04 LTSP server to the fog menu. I found this site:
[url]http://www.mmaloney.net/index.php?option=com_content&view=article&id=62:fun-with-pxeboot&[/url]…
In it I found this infoto add to the menu
LABEL LTSP
MENU LABEL LTSP - Ubuntu Desktop
KERNEL linux.c32
append tftp:/172.16.8.14/ltsp/i386/vmlinuz initrd=tftp:/172.16.8.14/ltsp/i386/initrd.img ro quiet splashI changed the last line to:
append tftp:/xxx.xxx.x.x/ltsp/i386 initrd=tftp:/xxx.xxx.x.x/opt/ltsp/images/i386.img ro quiet splashThe menu item shows up but nothing happens when I click. I am new to Fog so this could be something very simple. Any help would be appreciated.
-
Linux.c32 has to be in fogs /tftpboot/folder I think. And you didn’t specify a kernel after your tftpboot://xxxxxxxxx/ltsp/i386
-
[quote=“chad-bisd, post: 8501, member: 18”]Linux.c32 has to be in fogs /tftpboot/folder I think. And you didn’t specify a kernel after your tftpboot://xxxxxxxxx/ltsp/i386[/quote]
After a little delay I’m back on this project. Where do I find Linux.32 and How do I specify the kernel?
-
append tftp:/xxx.xxx.x.x/ltsp/i386/[SIZE=4][U][B]KERNELGOESHERE[/B][/U][/SIZE] initrd=tftp:/xxx.xxx.x.x/opt/ltsp/images/i386.img ro quiet splash
linux.c32 - google says: [url]http://www.kernel.org/pub/linux/utils/boot/syslinux/[/url]
-
[quote=“chad-bisd, post: 8718, member: 18”]append tftp:/xxx.xxx.x.x/ltsp/i386/[SIZE=4][U][B]KERNELGOESHERE[/B][/U][/SIZE] initrd=tftp:/xxx.xxx.x.x/opt/ltsp/images/i386.img ro quiet splash
linux.c32 - google says: [url]http://www.kernel.org/pub/linux/utils/boot/syslinux/[/url]
:)[/quote]
append tftp:/xxx.xxx.x.x/ltsp/i386/boot/grub/kernel.img
That doesn’t work.
Could someone explain what the parts of that line are:
[LIST=1]
[]append tftp:
[]initrd=tftp:
[/LIST]
Are these on the FOG server or on the LTSP server? The line came from the site in the first post.