Tiny Core Extensions > TCE Corepure64

64 bit and windows manager

<< < (3/6) > >>

null:
This is my config (using grub2), booting from USB stick:

GRUB.CFG
========
set timeout=10
set default=0

#
menuentry "Tinycore 64 bit"
{
   set uuid_partition=de0146ba-e550-432a-aac2-453d91646485
   search --no-floppy --fs-uuid $uuid_partition --set=root
   
   linux /vmlinuz64 vga=795 waitusb=5 home=UUID=$uuid_partition restore=UUID=$uuid_partition
   initrd /corepure64.gz tce showapps desktop=flwm lst=base.lst
   
}

base.lst
========
Xorg-7.6-lib.tcz
Xorg.tcz
Xprogs.tcz
Xlibs.tcz
flwm.tcz
wbar.tcz

---- note that the above tcz files are stored on the stick on /tce/optional. the base.lst file is on /tce


losetup
=======
/dev/loop0: 0 /mnt/sdc1/tce/optional/Xlibs.tcz
/dev/loop1: 0 /mnt/sdc1/tce/optional/fltk-1.1.10.tcz
/dev/loop2: 0 /mnt/sdc1/tce/optional/flwm.tcz
/dev/loop3: 0 /mnt/sdc1/tce/optional/wbar.tcz

gerald_clark:
You have not installed Xprogs nor Xorg-7.6.

tinypoodle:

--- Quote from: null on July 15, 2013, 10:54:08 AM ---This is my config (using grub2), booting from USB stick:

home=UUID=$uuid_partition restore=UUID=$uuid_partition

--- End quote ---

Unless you know exactly what you're doing such combo might get you in trouble.

Suggestion that you stick with default and omit advanced options like "home=" until you are somewhat familiar with the inner workings of the system.

null:
Noted.

I have removed all other boot params except for initrd with desktop=flwm tce showapps.

the onboot.lst now contains all the packages and losetup now shows:
..../optional/fltk-1.1.10.tcz
..../optional/Xlibs.tcz
..../optional/Xprogs.tcz
..../optional/Xorg-7.6-lib.tcz
..../optional/jwm.tcz
..../optional/flwm.tcz
..../optional/wbar.tcz

But still can't start up x. Seems that there's no /etc/X11, or X logging file in /var/log/

Also in /home/tc/.xsession , the first line is:

Xvesa -br -screen 1024x768x32 ............

So is it somehow confused and trying to load Xvesa instead of Xorg?


gerald_clark:
Sounds like you have a mydata.tgz backup file with erroneous data in it.  Delete it and reboot.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version