WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tclocal on USB drive?  (Read 4571 times)

Offline cmau

  • Newbie
  • *
  • Posts: 2
Tclocal on USB drive?
« on: January 19, 2009, 09:05:05 PM »
Is it possible to place tclocal on a usb stick? The following code doesn't work for me

title Tiny Core Linux
root (hd0,0)
kernel /tcl/bzImage quiet tinycore noswap tclocal=sdb1
initrd /tcl/tinycore.gz tinycore noswap tclocal=sdb1

Note that Tiny Core is booted from sdb1 and the tclocal is also on sdb1.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Tclocal on USB drive?
« Reply #1 on: January 20, 2009, 07:34:04 AM »
Have your treid the waitusb boot option? example waitusb=5

you don't need to repeat the boot options on the initrd line.
10+ Years Contributing to Linux Open Source Projects.

Offline Kingdomcome

  • Sr. Member
  • ****
  • Posts: 286
Re: Tclocal on USB drive?
« Reply #2 on: January 20, 2009, 08:34:25 AM »
also the correct bootcode would be local=sdb1