WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
TCB Talk / Re: CorePlus-13.1.iso can not boot on a UEFI only system.
« Last post by Juanito on February 16, 2026, 11:51:52 AM »
It’s also possible to install a 32bit uefi boot loader using the grub2-multi extension in the x86 repo.
62
TCB Talk / Re: CorePlus-13.1.iso can not boot on a UEFI only system.
« Last post by Rich on February 16, 2026, 11:43:37 AM »
Hi Elwood

I have an old ASUS T100-CHI tablet that is not Linux friendly.
It has a 64 bit Atom but 32 bit UEFI firmware.

I also found out this tablet would not boot a 32 bit kernel, so I used vmLinuz64 with
Core64 (not CorePure64) so I could still run 32 bit applications since this tablet only
has 2 Gig of soldered in non expandable RAM.

To create Core64:
Download  rootfs.gz  and  modules64.gz  from here:
http://tinycorelinux.net/17.x/x86/release/distribution_files/

Then:
Code: [Select]
cat rootfs.gz modules64.gz > Core64.gz
Download  vmlinuz64  from here:
http://tinycorelinux.net/17.x/x86/release/distribution_files/

Place  Core64.gz  and  vmlinuz64  in your boot directory and
point the boot loader at them.

If you have any  6.18.2-tinycore.tcz  extensions installed, you'll
need to run:
Code: [Select]
update-everythingso it fetches  6.18.2-tinycore64.tcz  versions of those extensions.
63
Final Releases / Re: Tiny Core v17.0
« Last post by Stefann on February 16, 2026, 11:43:00 AM »
Thanks!

Yes I updated all in one go.
Used the corebook to help me.
In “normal live” I work from the commandline by ssh. But for these update things I like using the gui for reason it requires me to do a lot of things I very rarely do. And be aware that I’m absolutely not an expert.
The reason I asked is that I only marginally did understood your guidance.
And… I prefer understanding what I do, as that helps a lot when things go wrong.
Still thanks. I did reread it 5 times and I think I start to understand it (lol). Learning is fun.

So…
I did the apps update from the gui.
As indicated by the corebook you can select all apps together by selecting the first, holding shift, and selecting the last.


All in all….
I’m doing a much better job than last year. TC15-to-16.
Last year I only updated core.gz and vmlinuz. I was totally not aware that I should have done something with the apps. The initial reply from @juanito did guide me to that (thanks).

It’s all a bit tricky as the systems are headless. So if I loose them I have to physically unmount them and get a keyboard and monitor from the attic.
64
Final Releases / Re: Tiny Core v17.0
« Last post by Rich on February 16, 2026, 11:20:00 AM »
Hi Stefann
... Question: so far so good? or do I need to revert back to step 2 and follow your guidance?
Sounds like you have it under control.You said you ran
apps, update. There's an  update-everything  command
that handles it all in one shot.
65
Final Releases / Re: Tiny Core v17.0
« Last post by Stefann on February 16, 2026, 10:31:28 AM »
oops...
Thanks @rich...
however... I found some time and already started.

On my HP510 thin client with Via Eden 1GHz dual core 64bit processor
Im using the 32bit iso because this is the staging system for my ultra low power Via Eden 500MHz single core 32bit system
Its a frugal install from the internal compact flash
Its a headless system reachable by ssh & VNC with samba file-service

What I did:
1/
- download the core-17.0.iso to my MacBook
- copied core.gz to /mnt/sda1/tce/boot/core17.gz
- copied vmlinuz to /mnt/sda1/tce/boot/vmlinuz17
- changed /mnt/sda1/tce/boot/extlinux/extlinux.conf to boot from core17.gz & vmlinuz17
sudo reboot

==> succesfull!
==> both ssh & VNC connection work, samba works

2/
made copy of the tce/optional folder to make sure I can revert back.

3/
Using the VNC gui:
- apps, update
- process
wait about 10 minutes.
==> All successfully updates BUT some apps require python3.14 (was running on 3.9, coming from TC15)

4/
installed python3.14.tcz
==> success

5 (still to be done)/
Now I need to update some python3.9 modules I installed myself, will do that later

Question: so far so good? or do I need to revert back to step 2 and follow your guidance?



66
Final Releases / Re: Tiny Core v17.0
« Last post by Rich on February 16, 2026, 09:57:07 AM »
Hi Stefann
... You can replace core.gz and vmlinuz to update, ...
In addition, you will need to replace any kernel module extensions you
are using, for example:
Code: [Select]
alsa-modules-KERNEL.tcz
filesystems-KERNEL.tcz
graphics-KERNEL.tcz
i2c-KERNEL.tcz
wireless-KERNEL.tcz
etc

Where the  KERNEL  part looks something like  6.12.11-tinycore.

A better plan would be to create a new tce directory as Juanito
suggested and download new copies of all of your extensions
from the TC17 repo.

You can simplify the process if you  cd  to the tce/optional/
directory you want to clone.
Then:
Code: [Select]
ls -1 *.tcz > Ext.lstThat's a  dash one  after  ls.
Move the  Ext.lst file to your new  tce/optional/  directory.

Grab a copy of the latest  FetchExt.sh  script from here:
https://forum.tinycorelinux.net/index.php/topic,23034.msg178902.html#msg178902
Place it in your new  tce/optional/  directory and make it executable.
Read the  Define Variables  section of the script, or run:
Code: [Select]
./FetchExt.sh -h
For  Intel  type processors run this:
Code: [Select]
KString="\-[0-9]+.[0-9]+.[0-9]+-tinycore.*.tcz"
sed -i -E 's|'$KString'|-KERNEL.tcz|g' Ext.lst

For  Arm  type processors run this:
Code: [Select]
KString="\-[0-9]+.[0-9]+.[0-9]+-piCore.*.tcz"
sed -i -E 's|'$KString'|-KERNEL.tcz|g' Ext.lst

Then run:
Code: [Select]
for F in $(cat Ext.lst); do ./FetchExt.sh "$F"; doneThat should populate your new  tce/optional/  directory with new
versions of all of your extensions.
67
TCB Talk / Re: CorePlus-13.1.iso can not boot on a UEFI only system.
« Last post by Juanito on February 16, 2026, 09:15:05 AM »
It will uefi boot for me from a usb stick with secure boot turned off
68
Raspberry Pi / Re: ' The Lumi H5P Desktop Editor'
« Last post by Rich on February 16, 2026, 08:49:02 AM »
Hi geev03
In TinyCoreLinux 16.0 aarch64:

libEGL.tcz  provides  /usr/local/lib/libgbm.so.1
Code: [Select]
libEGL.tcz
/usr/local/lib/libEGL.so
/usr/local/lib/libEGL.so.1
/usr/local/lib/libEGL.so.1.0.0
/usr/local/lib/libgbm.so
/usr/local/lib/libgbm.so.1
/usr/local/lib/libgbm.so.1.0.0

udev257-lib.tcz  provides  usr/local/lib/libudev.so.1
Code: [Select]
udev257-lib.tcz
usr/local/lib/libudev.so.1.7.10
usr/local/lib/libudev.so.1
69
Raspberry Pi / Re: ' The Lumi H5P Desktop Editor'
« Last post by geev03 on February 16, 2026, 07:23:47 AM »
Which bits were missing?

Code: [Select]
libgbm.so.1
libudev.so.1

    [Edit]: Fixed code tags.  Rich
70
TCB Talk / Re: CorePlus-13.1.iso can not boot on a UEFI only system.
« Last post by Elwood on February 16, 2026, 06:44:22 AM »
I can confirm the same with CorePure64-17.0.iso

I wrote my USB key with BalenaEtcher.
I try to boot on an Asus T100 Transformer. Secure boot is disabled. When booting, the boot menu doesn't display the USB drive.
And if I do the same with an ISO of Haiku, the drive is selectable in the boot menu.
Pages: 1 ... 5 6 [7] 8 9 10