Feisty: LT4500 - Thin client freeze before the splash screen shows up

Gavin McCullagh gmccullagh at gmail.com
Mon Sep 17 14:41:13 BST 2007


On Mon, 17 Sep 2007, Gavin McCullagh wrote:

> On Mon, 17 Sep 2007, Philipp Hanselmann wrote:
> 
> > Is there a way to deactivated the splash screen during a thin client
> > boot? I tried already a little bit to get this working, but I failed :-(.
> > May it's only a matter with the splash screen?
> 
> Edit 
> 
> 	/var/lib/tftpboot/ltsp/i386/pxelinux.cfg/default
> 
> which should contain:
> 
> 	DEFAULT vmlinuz ro initrd=initrd.img quiet splash
> 
> and drop the "splash" and the "quiet"

I should say that this will make the change for all thin clients.  If you'd
just like to make it for a single thin client with MAC address
00:1A:A0:0A:AF:BE, then do:

	cd /var/lib/tftpboot/ltsp/i386/pxelinux.cfg/
	sudo cp default 01-00-1a-a0-0a-af-Be

and edit 01-00-1a-a0-0a-af-Be to your linking.  Note that the filename is
very sensitive, to work it out:

1. take machine mac address and lower case all letters
2. change all colons to hyphens
3. prefix the whole address with "01-"

Gavin




More information about the edubuntu-users mailing list