WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Booting TC with iPXE  (Read 306 times)

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 501
Booting TC with iPXE
« on: May 16, 2025, 01:52:33 PM »
Could you create a website where all IBM PC vesions of TC can be booted through http protocol?
I tested netboot.xyz and I am not fully satisfied.

First step
32 bit or 64 bit
Second step
latest
archive 1-16
Third step
dcore
microcore
iso (TinyCorePlus)


https://mirror.slitaz.org/boot/

In the future there can be easy PXE to iPXE chainloading for computers that can be booted only by PXE.

Offline neonix

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 501
Re: Booting TC with iPXE
« Reply #1 on: May 16, 2025, 02:01:11 PM »
There could be also BIOS or UEFI step, but I never use UEFI and don't know much about this mode.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 755
Re: Booting TC with iPXE
« Reply #2 on: May 16, 2025, 03:35:49 PM »
Have tried that, many years ago, but I was running with another approach on Raspberry PI.
Used dnsmasq and nginx and memdisk to load hole iso into memory of the pc.
Could also be using Linux kernel files and initrd files, but i used memdisk to load the hole iso with http or ftp.
I have also seen some progress with Ventoy, called iVentoy, to boot iso from pxe.
https://www.iventoy.com/

And if you want to be more fun you can maybe load grub2 with pxe.
https://linuxguideandhints.com/el/pxeboot/
If you have time to set it up :)


Here some hints for some of the config files:

Code: [Select]
dnsmasq.conf
pxe-service=x86PC,"Boot",lpxelinux

pxelinux.cfg
LABEL pmagic
MENU LABEL Parted Magic
LINUX http://192.168.1.73/memdisk
INITRD http://192.168.1.73/pmagic_2014_11_19.iso
APPEND iso