Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: sanji on January 29, 2015, 08:57:03 AM

Title: onboot for newcomers
Post by: sanji on January 29, 2015, 08:57:03 AM
Hi all.
I have a pendrive with three partitions:
   - 1 FAT   (tinycore64)
   - 2 EXT2 (extensions)
   - 3 EXT2 (my personal stuff, documents etc.)
Missing XVesa 64bit, I tried to install Xorg in ONBOOT mode, selecting /mnt/sdb2/tce as TCE path.
..but there's obviously something I don't get, 'cause at reboot Xorg is not mounted

some help?

thank you
Title: Re: onboot for newcomers
Post by: Juanito on January 29, 2015, 09:06:54 AM
Xvesa does not exist in 64-bit.

You'll need to use either Xfbdev or Xorg-7.7
Title: Re: onboot for newcomers
Post by: curaga on January 29, 2015, 09:39:25 AM
Perhaps the stick is slow, see the waitusb bootcode.
Title: Re: onboot for newcomers
Post by: CentralWare on January 29, 2015, 12:07:48 PM
@sanji: Different possibilities exist depending on the machine you're trying to boot on.
1) If the machine has one or more storage devices (hdd, other usb drives, etc.) "sda1" may rotate.
2) If the machine is x64 capable and you're launching Xvesa, it doesn't work.

If your pendrive is being used entirely for TC, I'd recommend a standard frugal install which will assign the boot code tce=UUID="something" for you and if you add the boot code home=UUID="(same as tce)" you have your "Personal Storage" tended to as well.

To get up and running with a general desktop:
tce-load -wi Xorg-7.7 Xprogs flwm_topside wbar alsa
Afterward, run tce-ab and Search for the word firmware to see if your specific video card is listed (such as ATI/AMD Radeon video cards require firmware-radeon extension.)  This doesn't cover ALL possibilities, but many which are "required" by Xorg.  Next, run a search for "graphics" and repeat.
If you don't need any of these items (or need and installed from the list) now type startx and if everything was successful, you should be on the desktop after a couple seconds.  If it lasts more than 5 or so seconds you'll likely be told wait-for-X failed and if lucky, why.  IF SO, add the boot codes debug and syslog to open the options for finding out why X failed.
Title: Re: onboot for newcomers
Post by: sanji on January 30, 2015, 08:11:22 AM
Thank you all for your clear and useful (@centralware) answers.
As curaga said, my slow usb stick was the problem, and a "waitusb" of 10 sec. solved the issue.

cheers