Roberto Leiva M. wrote:
hi!

[ltsp 4.1]

if possible boot thin client from Usb Pen Drive ? how to ?

AutoResponse =)

*step by step

save ltsp-kernel (pxes) into PenDrive

1) mkdosfs /dev/sda1
   Format type msdos (FAT)

2) syslinux /dev/sda1
   make boot point (Linux)

3) mkdir /mnt/usb_pen
4) mount /dev/sda1 /mnt/usb_pen
5) copy ltsp-kernel -> in my case the PATH is /tftpboot/lts/2.6.9-ltsp-3
   ( bzImage-2.6.9-ltsp-3 ,  initrd-2.6.9-ltsp-3.gz ) to /mnt/usb_pen

6) rename files because is ncecesary in SystemFile (FAT) format 8.3

   bzImage-2.6.9-ltsp-3 = bzI_269
   initrd-2.6.9-ltsp-3.gz = i_269.gz

7) make file syslinux.cfg

**<-- syslinux.cfg

TIMEOUT 20
DEFAULT linux
LABEL linux
    KERNEL bzI_269
    APPEND init=/linuxrc rw root=/dev/ram0 initrd=i_269.gz

**<-- end

8) list files /mnt/usb_pen (only verify)

   ls /mnt/usb_pen
   bzI_269  i_269.gz  ldlinux.sys  syslinux.cfg

9) Restart with PenDrive (change bios for start with USB)

--
Roberto Leiva M.
Santiago - Chile


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
     https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to