[syslinux] vesamenu back to text before booting

Ady ady-sf at hotmail.com
Fri Dec 5 02:25:27 PST 2014


> On Fri, 5 Dec 2014, Gene Cumm wrote:
> 
> > >> mostly in C and be BIOS-only) or making the MirOS kernel act like
> > >> either an MBOOT kernel or a Linux kernel (for their boot protocols),
> 
> The MirBSD _bootloader_ (not kernel) can act as a Multiboot kernel.
> It can then use disc access (not PXE), or you can pass it the "real"
> kernel, but also e.g. configuration files, as Multiboot modules,
> which are made available as a pseudo-filesystem inside that loader.
> 
> > If so: http://www.syslinux.org/wiki/index.php/Mboot.c32
> 
> I´m not permitted to edit either that page or its talk page.
> Do I submit the content addition here, then?
 
Please do. Alternatively (or, even better), you could send a link to 
original documentation about your boot loader.

About additional possibilities, there are 2 KERNEL-like directives for 
boot sectors files (IIRC, valid for SYSLINUX only, but I could be 
misremembering):

LABEL asbootsector
BS yourbootsectorfile

LABEL as_doslike_bootsector
BSS yourbootsetorfile

Similarly, chain.c32 also accepts bs/bss options. For example:

LABEL chain_to_bs_in_same_boot_partition
COM32 chain.c32
APPEND boot bs=yourbootsectorfile

There are additional options for chain.c32 (see the 2 wiki pages about 
it).

Regards,
Ady.



More information about the Syslinux mailing list