Hello,
I've recently assembled 2 low power systems which I'd like to net boot with TCL, but have run into some issues. I've searched around but have had no luck in finding related posts.
1. Booting TCL 4.7 from CD and selecting the first entry in the boot menu seems to be fine. I can launch the appbrowser, connect, select, and install apps. I was able to install Chrome, ALSA sound, GetFlash and connect to Pandora to listen to streaming music.
2. I copied the necessary files from the ISO and configured my tftp server. When I reboot the machine and select to net boot, the desktop is rendered and mouse moves, but I can't seem to launch the appbrowser, nor any other application from the menu bar except the terminal. However, the terminal is missing its title bar and stuck in the upper left corner of the screen.
Is there some funkiness with timing with optical drive spinning up causing a delay that allows for my system to "be happy" that's not happening during the net boot?
My optical drive is only temporarily connected to this system, as I'd prefer to net boot only -- any suggestions on where to look for debugging this problem?
Thanks!
Len
------
contents of my default pxe configuration:
LABEL tinycore
kernel tinycore_4.7/vmlinuz
append initrd=tinycore_4.7/core.gz tz=PST+8PDT,M3.2.0/2,M11.1.0/2 tftplist=XXX.XXX.XXX.XXX:/tinycore_4.7/xbase.lst
------
contents of my xbase.lst:
/tinycore_4.7/extensions/Xvesa.tcz
/tinycore_4.7/extensions/Xlibs.tcz
/tinycore_4.7/extensions/Xprogs.tcz
/tinycore_4.7/extensions/flwm_topside.tcz
/tinycore_4.7/extensions/wbar.tcz
------