I am interested in setting up a boot DVD, a DVD from which I can boot, containing a kernel which is compatible with Ubuntu.
Is this a reasonable thing to attempt? Is there a command I can use which will generate such a DVD?
I am interested in setting up a boot DVD, a DVD from which I can boot, containing a kernel which is compatible with Ubuntu.
Is this a reasonable thing to attempt? Is there a command I can use which will generate such a DVD?
It is "trivial" to do this.
1) Install the necessary packages
2) Make a working directory
3) Move your kernel, initramfs, and
isolinux.bin
to the working directory4) Create (write) a
isolinux.cfg
file, save it atDVD/isolinux/isolinux.cfg
5) Make the iso
6) Burn the DVD, although it will fit on a flash drive or CD easily.
For additional information see
https://wiki.archlinux.org/index.php/Syslinux
The arch wiki page has great information on syslinux, and some splash and menu options I did not cover.