Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: baz on June 29, 2010, 04:23:03 AM

Title: How to load extensions from unetbootin "install"
Post by: baz on June 29, 2010, 04:23:03 AM
If I install tc on a usb stick using unetbootin, then boot it up, install extensions right on the same usb stick in a /tce folder, I would expect those extensions to load next boot, but they don't. How would I go about having those extensions loaded at boot?
Title: Re: How to load extensions from unetbootin "install"
Post by: bmarkus on June 29, 2010, 04:31:17 AM
If I install tc on a usb stick using unetbootin, then boot it up, install extensions right on the same usb stick in a /tce folder, I would expect those extensions to load next boot, but they don't. How would I go about having those extensions loaded at boot?

Do you have waitusb=5 boot option? You can add it easily editing syslinux.cfg in the root difrectory of the USB stick:

Quote
append initrd=/ubninit quiet max_loop=256 tinycore waitusb=5

Certain sticks require larger value, e.g. 10

Title: Re: How to load extensions from unetbootin "install"
Post by: maro on June 29, 2010, 04:32:22 AM
A couple of simple checks:
 
Title: Re: How to load extensions from unetbootin "install"
Post by: roberts on June 30, 2010, 06:57:47 PM
If I install tc on a usb stick using unetbootin, then boot it up, install extensions right on the same usb stick in a /tce folder, I would expect those extensions to load next boot, but they don't. How would I go about having those extensions loaded at boot?

Upon first boot from unetbootin use control panel Set TCE Drive then use appbrowser.
Set TCE Drive does all the setup needed on a new system.
Title: Re: How to load extensions from unetbootin "install"
Post by: bmarkus on June 30, 2010, 11:01:26 PM
Or just create an empty tce directory in the root of the USB stick, it will be recognised and used automatically by TC (don't forget the waitusb=5 boot option).