WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TinyCore v15 on a usb  (Read 1289 times)

Offline Troy

  • Newbie
  • *
  • Posts: 1
TinyCore v15 on a usb
« on: January 29, 2025, 08:14:36 PM »
Hi all,

I have been trying to create a bootable USB of CorePlus-current so that later install into the HDD.

I have tried, with no luck with the following.

sudo dd if=/home/fischer/CorePlus-current.iso of=/dev/sda1 bs=4M status=progress oflag=sync

core2usb-16 in Windows, py script failed.

Used Ethcher & Unetbootin to create it.

Upgrade the bios, disable secureboot.

Test the media on another computer with the same result.

Both the the bios detects the USB, but it doesn't give me the option to select to boot.

Thanks for your time.
Troy

Offline ovacikar

  • Jr. Member
  • **
  • Posts: 80
Re: TinyCore v15 on a usb
« Reply #1 on: January 29, 2025, 09:58:20 PM »
The dd command should say of=/dev/sda , the whole device, not a partition.

After that, during the BIOS self test screen, try hitting the function key to select the desired boot device.
« Last Edit: January 29, 2025, 10:03:32 PM by ovacikar »

Offline PDP-8

  • Hero Member
  • *****
  • Posts: 942
Re: TinyCore v15 on a usb
« Reply #2 on: June 17, 2025, 09:35:16 PM »
I get it.  DD or other dd utils don't work to boot.  Not TC's fault, but just the way it's done, and modern uefi machinery can sometimes present issues.

UNOFFICIAL way to kick the tires without going bananas about hardware etc:

Create a VENTOY usb stick.  Use the latest version as they have fixed a TC boot issue in 1.104.  Both windows and linux cli versions available.  This will boot the iso directly.

Put your tinycore iso on the Ventoy stick and reboot.

Once booted into TC, run from the terminal:

Code: [Select]
tce-setdrive
and point this to any writable disk you have.

Now you can play around, have persistence, add applications, drivers, utils, and so forth.  Treat this Ventoy boot stick like a CD from the olden days (because it is booting a read-only iso) - that is, if you want to make any changes to your TC grub boot config for specific options, you'll need to temporarily halt the process, typically with the "E" key.  Make your necessary changes, and continue to boot with F10.  It's there, you'll see.

At least this will get you into a working environment with persistence and get familiar from a bootable usb stick viewpoint before delving into much more complicated setups.



That's a UNIX book! - cool  -- Garth