Gene Cumm
2011-Feb-28 20:29 UTC
[syslinux] [PATCH][git-pull] doc/syslinux.txt: CONFIG and LOCALBOOT
git://git.zytor.com/users/genec/syslinux.git Branch doc-syslinux-for-hpa Expand upon the explanation of the usage of CONFIG (including a new directory). Edit LOCALBOOT to include the fact that all variants understand LOCALBOOT type -1. Compact the PXELINUX section to one paragraph. -- -Gene
Jeff Sadowski
2011-Feb-28 20:51 UTC
[syslinux] [PATCH][git-pull] doc/syslinux.txt: CONFIG and LOCALBOOT
What does localboot option -1 do? I was looking for any documents I could that display how to use localboot all I see is "localboot 0" (which I have used and from my understanding goes to the next boot option in the bios) in any docs I even did "find -type f -exec grep -Hni localboot {} \;" in the syslinux directory that i decompressed from 4.03 and I don't see anything that looks to discuss it. On Mon, Feb 28, 2011 at 1:29 PM, Gene Cumm <gene.cumm at gmail.com> wrote:> git://git.zytor.com/users/genec/syslinux.git > > Branch doc-syslinux-for-hpa > > Expand upon the explanation of the usage of CONFIG (including a new > directory). ?Edit LOCALBOOT to include the fact that all variants > understand LOCALBOOT type -1. ?Compact the PXELINUX section to one > paragraph. > > -- > -Gene > > _______________________________________________ > Syslinux mailing list > Submissions to Syslinux at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. > >
Ferenc Wagner
2011-Mar-01 18:20 UTC
[syslinux] [PATCH][git-pull] doc/syslinux.txt: CONFIG and LOCALBOOT
Gene Cumm <gene.cumm at gmail.com> writes:> git://git.zytor.com/users/genec/syslinux.git > > Branch doc-syslinux-for-hpa > > Expand upon the explanation of the usage of CONFIG (including a new > directory). Edit LOCALBOOT to include the fact that all variants > understand LOCALBOOT type -1. Compact the PXELINUX section to one > paragraph. > > diff --git a/doc/syslinux.txt b/doc/syslinux.txt > index f5e1898..b6d3ec2 100644 > --- a/doc/syslinux.txt > +++ b/doc/syslinux.txt > @@ -241,15 +241,17 @@ LABEL label > Append nothing. APPEND with a single hyphen as argument in a > LABEL section can be used to override a global APPEND. > > - LOCALBOOT type [ISOLINUX, PXELINUX] > - On PXELINUX, specifying "LOCALBOOT 0" instead of a "KERNEL" > - option means invoking this particular label will cause a local > - disk boot instead of booting a kernel. > - > - The argument 0 means perform a normal boot. The argument 4 > + LOCALBOOT type > + Attempt a different local boot method. The special value -1Different to what? Also, the explanation of the special -1 should stay at the end in my opinion.> + causes the boot loader to report failure to the BIOS, which, on > + recent BIOSes, should mean that the next boot device in the > + boot sequence should be activated. Values other than those > + documented may produce undesired results. > + > + On PXELINUX, "type" 0 means perform a normal boot. "type" 4What makes a boot "normal"? Do you mean disk boot? Doesn't it depend on the boot device order configured in the BIOS? In other words, how is this different to -1? -- Thanks, Feri.