Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blog:netboot [2018/11/08 21:21] – created john | blog:netboot [2018/11/28 09:02] (current) – [pxelinux] john | ||
|---|---|---|---|
| Line 54: | Line 54: | ||
| * **/ | * **/ | ||
| * **/ | * **/ | ||
| + | |||
| + | I then have the following in the **default** menu file: | ||
| + | |||
| + | < | ||
| + | default syslinux/ | ||
| + | prompt 0 | ||
| + | |||
| + | MENU TITLE Installer Menu | ||
| + | menu separator | ||
| + | |||
| + | LABEL LinuxMint | ||
| + | MENU LABEL Linux - Mint Menu | ||
| + | KERNEL menu.c32 | ||
| + | APPEND pxelinux.cfg/ | ||
| + | |||
| + | LABEL LinuxUbuntu | ||
| + | MENU LABEL Linux - Ubuntu Menu | ||
| + | KERNEL menu.c32 | ||
| + | APPEND pxelinux.cfg/ | ||
| + | |||
| + | LABEL NetBSD | ||
| + | MENU LABEL Unix - NetBSD Menu | ||
| + | KERNEL menu.c32 | ||
| + | APPEND pxelinux.cfg/ | ||
| + | |||
| + | LABEL DOS | ||
| + | MENU LABEL MS-DOS/ | ||
| + | KERNEL menu.c32 | ||
| + | APPEND pxelinux.cfg/ | ||
| + | </ | ||
| + | |||
| + | This serves as my root menu, with operating system flavours branching off. For example, the Linux - Ubuntu menu would then serve to actually boot and install Ubuntu, selecting MS-DOS/ | ||
| + | |||
| + | ---- | ||
| + | |||
| + | Currently I have the following entries: | ||
| + | |||
| + | * [[blog: | ||
| + | * [[blog: | ||
| + | * [[blog: | ||
| + | * [[blog: | ||
| + | * [[blog: | ||