AdriandMartin / LightNIX

Linux based operating system with minimal overhead for low-specs computers
https://adriandmartin.github.io/LightNIX/
GNU General Public License v3.0
1 stars 0 forks source link

Create ISOs which can boot on real machines #4

Open AdriandMartin opened 3 years ago

AdriandMartin commented 3 years ago

ISO file which is now created isn't able to boot when it's burned into an USB stick using Balena Etcher or Unetbootin

I've finally got it booted into a real machine, but I had to do the following:

It must be added some of the files which Unetbootin creates to the ISO file when it's created; for example, the following syslinux.cfg file should be included mandatory:

default menu.c32
prompt 0
menu title Boot menu
timeout 100

label LightNIX
menu label LightNIX v0.1
kernel /kernel.gz
append initrd=/rootfs.gz