WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: onboot for newcomers  (Read 2375 times)

Offline sanji

  • Newbie
  • *
  • Posts: 7
onboot for newcomers
« on: January 29, 2015, 05: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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: onboot for newcomers
« Reply #1 on: January 29, 2015, 06:06:54 AM »
Xvesa does not exist in 64-bit.

You'll need to use either Xfbdev or Xorg-7.7

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: onboot for newcomers
« Reply #2 on: January 29, 2015, 06:39:25 AM »
Perhaps the stick is slow, see the waitusb bootcode.
The only barriers that can stop you are the ones you create yourself.

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
Re: onboot for newcomers
« Reply #3 on: January 29, 2015, 09:07:48 AM »
@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.
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Offline sanji

  • Newbie
  • *
  • Posts: 7
Re: onboot for newcomers
« Reply #4 on: January 30, 2015, 05: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