[QUOTE][FONT=Consolas]Remember, that you’ve already loaded a kernel, so loading vmlinuz shouldn’t work to my knowledge[/FONT][/QUOTE]
Are you saying I should leave [CODE] ltsp/i386/boot/vmlinuz[/CODE] completely out or does that need to be replaced by something else?
Posts made by darkapec
-
RE: Boot LTSP from FOG
-
RE: Boot LTSP from FOG
Hi Tom,
Thanks for the response. I do seem to have made some headway with this.
I currently have:
[CODE]
LABEL LTSP
MENU LABEL LTSP 12.04 x32
KERNEL ltsp/i386/boot/linux.c32
APPEND ltsp/i386/boot/vmlinuz initrd=ltsp/i386/boot/initrd.img ro quiet splash
[/CODE]Using the config above I am able to boot to the ubuntu loading page but then the kernel crashes and dumps to a busy box shell. If I try to exit the shell I get a kernel panic error and the system hangs.
I think I maybe trying to do something that is not technically possible. One thing I forgot to mention in the original post is the FOG server and LTSP server are on the same machine. I am currently experimenting with KVM to see if that will allow me to solve all of my needs.
-
Boot LTSP from FOG
Hello,
I have seen a post similar to this one on the forums ([url]http://fogproject.org/forum/threads/adding-ltsp-to-fog-menu.3634/#post-8894[/url]). However it does not explain if this is possible or not and the info given does not seem to work.
I currently have fog up and running, but I would like to add options to boot multiple thin client environments. The LTSP images are currently stored in /opt/ltsp/. Can fog grab images from there or does everything need to be moved to /tftpboot/? My current configuration is as follows
[CODE]
LABEL Ubuntu LTSP 12.04
MENU LABEL LTSP - Ubuntu Desktop
KERNEL linux.c32
append tftp:/192.168.1.145/opt/ltsp/i386/boot/vmlinuz initrd=tftp:/192.168.1.145/opt/ltsp/images/i386.img ro quiet splash
[/CODE]When trying to boot I get “tftp:/192.168.1.145/ltsp/i386/boot/vmlinuz” file not found. So I did a loopback mount and mounted /opt/ltsp on /tftpboot/ltsp then changed the configuration to
[CODE] append tftp:/192.168.1.145/ltsp/i386/boot/vmlinuz initrd=tftp:/192.168.1.145/ltsp/images/i386.img ro quiet splash[/CODE]
I am still having the same issue. Has anyone been successful with this in the past? Or is there anyway to verify FOG is able to see the directory I am trying load the image from?
Thanks