WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v17.1  (Read 333 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15703
Tiny Core v17.1
« on: July 16, 2026, 10:39:43 AM »
Team Tiny Core is proud to announce the release of Core v17.1
http://www.tinycorelinux.net/17.x/x86/release
http://www.tinycorelinux.net/17.x/x86_64/release

Changelog for 17.1 beta1:
* update kernel to 6.18.35
* update zsync - thanks to @GNUser

Note that you will need the updated kernel module extensions from the appropriate repo - it is probably better to download the ones you need prior to updating rootfs*gz, modules*gz and vmlinuz* and rebooting.

Offline CNK

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 457
Re: Tiny Core v17.1
« Reply #1 on: July 16, 2026, 07:14:22 PM »
Core-17.1.iso is an empty file (zero bytes).

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12914
Re: Tiny Core v17.1
« Reply #2 on: July 16, 2026, 07:57:10 PM »
Hi Juanito
How about that. It even says zero bytes here:
http://www.tinycorelinux.net/17.x/x86/release/  ;D

Offline Leee

  • Wiki Author
  • Full Member
  • *****
  • Posts: 227
Re: Tiny Core v17.1
« Reply #3 on: July 16, 2026, 08:18:58 PM »
I am -so- glad I was busy/lazy today and didn't get around to the install yet.  There's no  telling how long it would have taken me to figure that out.    ;D
core 17.0 x86_64, jwm

Offline Chinaboy5216

  • Newbie
  • *
  • Posts: 2
Re: Tiny Core v17.1
« Reply #4 on: July 16, 2026, 08:50:54 PM »
Hi All,

sorry to barge in, I'm currently on 17.0 and would like to upgrade to 17.1 but as brand new user have no idea how to do this.

Would there be a step by step guide available for this? Don't want to ruin my good old eeepc 701sd.

Many thanks in advance, really like Tiny core a lot, it brought my oldie back to life

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12914
Re: Tiny Core v17.1
« Reply #5 on: July 16, 2026, 09:09:04 PM »
Hi Chinaboy5216
Before updating kernels, you should download updated versions of
kernel modules you are using:
Code: [Select]
getMirror
cd /etc/sysconfig/tcedir/optional
for File in *\-6.18.2\-*.tcz*; do wget $MIRROR/${File/\-6.18.2\-/\-6.18.35\-}; done

Then you can download and boot updated vmlinuz and core.gz files:
http://www.tinycorelinux.net/17.x/x86/release/distribution_files/

Offline Chinaboy5216

  • Newbie
  • *
  • Posts: 2
Re: Tiny Core v17.1
« Reply #6 on: July 16, 2026, 09:21:04 PM »
Hi Rich,

Thank you for your help, I will try after doing a backup and well if it doesn't work can always reinstall tiny core.

Thanks mate, much appreciated.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 15703
Re: Tiny Core v17.1
« Reply #7 on: July 17, 2026, 03:15:22 AM »
Core-17.1.iso is an empty file (zero bytes).

Hmm - some fat fingered typing - it should be alright now.

Offline Leee

  • Wiki Author
  • Full Member
  • *****
  • Posts: 227
Re: Tiny Core v17.1
« Reply #8 on: Today at 06:32:44 AM »
I haven't done a lot of research on this but on Tiny Core 17.1 on x86-64, configured exactly as with Tiny Core17.0 on x86_64, the clock in the jwm tray does not update.  I didn't notice this issue in 17.1-beta, though I might have simply missed it.

Unrelated: Lightning strike just about knocked me out of my chair while I typed that - I think I'll shut down for a while.

edit: Never mind - I'm seeing the same in 17.0/x86-64 now, so it looks like I've broken something.
« Last Edit: Today at 06:41:21 AM by Leee »
core 17.0 x86_64, jwm

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12914
Re: Tiny Core v17.1
« Reply #9 on: Today at 09:39:28 AM »
Hi Leee
First make sure the system time is working:
Code: [Select]
tc@E310:~$ date; sleep 3; date
Sat Jul 18 09:19:33 UTC 2026
Sat Jul 18 09:19:36 UTC 2026
The 2 times reported should be 3 seconds apart.

Next, check your jwm config file (~/.jwmrc). Check any StartupCommand
and Clock* entries to make sure any clock related scripts or programs are
both present and running.

Offline Leee

  • Wiki Author
  • Full Member
  • *****
  • Posts: 227
Re: Tiny Core v17.1
« Reply #10 on: Today at 02:37:38 PM »
Hi Leee
First make sure the system time is working:
Code: [Select]
tc@E310:~$ date; sleep 3; date
Sat Jul 18 09:19:33 UTC 2026
Sat Jul 18 09:19:36 UTC 2026
The 2 times reported should be 3 seconds apart.

Next, check your jwm config file (~/.jwmrc). Check any StartupCommand
and Clock* entries to make sure any clock related scripts or programs are
both present and running.
The problem, as usual, turned out to be one of my own making.  And it was two or three days old.


Instead of a single <Clock> tag in .jwmrc-tray, displaying both the date and time, I had I had split it into two separate <Clock> tags, one for the date and one for the time, so that I could attach different <Button> tags to each.

It turns out that, if there are multiple <Clock> tags, only the first one updates - so the "date" one would have updated correctly but, of course, only once per day.  I had made this change a couple of days ago and very carefully tested that both were displayed and the right, middle and left <Button> actions worked for each <Clock> tag but never noticed that the time was not ticking off the seconds.

Upon review, the jwm docs do mention something about having only one <Clock> tag.
core 17.0 x86_64, jwm