WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: bypass isolinux  (Read 1342 times)

Offline rexi

  • Newbie
  • *
  • Posts: 37
bypass isolinux
« on: November 29, 2023, 11:55:55 AM »
Hello,
is there any way to bypass isolinux?
Thanks

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11285
Re: bypass isolinux
« Reply #1 on: November 29, 2023, 12:55:29 PM »
Hi rexi
I don't understand what you mean by that.

Offline rexi

  • Newbie
  • *
  • Posts: 37
Re: bypass isolinux
« Reply #2 on: November 30, 2023, 06:34:17 AM »
When you boot tiny core from a USB flash drive, a blue window appears with boot options (see picture below).
And I wonder how to bypass it?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11285
Re: bypass isolinux
« Reply #3 on: November 30, 2023, 06:49:29 AM »
Hi rexi
Boot the flash drive and load  tc-install-GUI.tcz  (or tc-install.tcz for no GUI).
Use that to install Tinycore to a second flash drive and then boot that.

Also, see this:
http://tinycorelinux.net/install.html

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: bypass isolinux
« Reply #4 on: November 30, 2023, 06:53:52 AM »
Hi rexi. You need some kind of bootloader so you can't bypass isolinux (in your case) completely. But you can set default option and a very short timeout (100 ms). I use grub2, so am not too familiar with isolinux. Assuming isolinux starts counting at 1, try editing syslinux.cfg so that the relevant lines look like this:
Code: [Select]
prompt 1
timeout 1
More info here.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11285
Re: bypass isolinux
« Reply #5 on: November 30, 2023, 07:02:31 AM »
Hi GNUser
That's all well and good, but if he does that, he should
also set  ONTIMEOUT  to point to the  LABEL  entry
he wants to boot.

Offline rexi

  • Newbie
  • *
  • Posts: 37
Re: bypass isolinux
« Reply #6 on: November 30, 2023, 07:05:24 AM »
Yes, I already noticed the syslinux.cfg configuration, but I thought it could be done better.
And can grub2 be used when booting from a USB flash drive?
Can you somehow configure the menu.c32? (it is in isolinux)
PS: by default syslinux.cfg is set like this
Code: [Select]
PROMPT 0
TIMEOUT 600

Offline rexi

  • Newbie
  • *
  • Posts: 37
Re: bypass isolinux
« Reply #7 on: November 30, 2023, 07:08:46 AM »
Hi GNUser
That's all well and good, but if he does that, he should
also set  ONTIMEOUT  to point to the  LABEL  entry
he wants to boot.
hi, thank you, but i already know this

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: bypass isolinux
« Reply #8 on: November 30, 2023, 07:16:44 AM »
And can grub2 be used when booting from a USB flash drive?
I have a frugal installation of TCL (just /boot, /tce, and /opt) on a laptop partition, so I'm using grub2 in the most vanilla way: With vintage BIOS, installed to hardrive's MBR. I've never used grub2 on a USB flash drive but there are tutorials on how to do this on the internet, so I guess it is possible.

Offline GNUser

  • Hero Member
  • *****
  • Posts: 1378
Re: bypass isolinux
« Reply #9 on: November 30, 2023, 07:29:39 AM »
P.S. Not that I'm recommending you use grub2 on your USB stick. That would be unusual--I think isolinux is more common for your use case.

I've heard that you can get away with using no bootloader whatsoever on UEFI machines (which can load the kernel directly if properly configured), but I don't have any experience with that. Rich is more savvy and may be able to direct to if that's what you're trying to achieve.

Offline Leee

  • Jr. Member
  • **
  • Posts: 88
Re: bypass isolinux
« Reply #10 on: December 03, 2023, 01:09:56 AM »
Juanito's instructions, linked below, from 2015 regarding grub2-multi on a USB stick (for both BIOS and UEFI) works like a charm - I use it all the time.

https://forum.tinycorelinux.net/index.php/topic,19364.msg119228.html#msg119228
core 14.0 x86_64