Displaying 20 results from an estimated 394 matches for "localboot".
2015 Oct 26
2
Still fighting localboot on EFI - looping
...yslinux wrote:
>> I'm still trying fruitlessly to get some sort of local disk boot from
>> syslinux EFI to work... using the 6.03 modules. Tried various
>> combinations of configurations on Gene's test binaries.
>
> The test binariers Gene provided don't have a localboot module.
>
> It is wrong to mix components from different builds.
>
What localboot module? What mix? My understanding was "localboot" is
a built-in command - e.g. "localboot -1" in a menu.c32 configuration as
I mentioned. There's no apparent fetch attempt for...
2005 Aug 21
4
SYSLINUX 3.10-pre15
I just picked up 3.10-pre15 and the "PXELINUX corrupts graphic filename
referenced from DISPLAY file" bug is zapped. Yipee! Thanks hpa. And
Arwin too, if that 'xor esi,esi' was the crux.
However, LOCALBOOT -1 and LOCALBOOT 0 don't work the same as they did
for me in 3.07. :-(
3.07:
LOCALBOOT -1 apears to work as I have a hard disk listed in bios boot
order after the net card.
LOCALBOOT 0 also works fine by booting the disk as specified.
3.10-pre15:
LOCALBOOT -1 causes the system to reboot....
2015 Oct 26
5
Still fighting localboot on EFI - looping
...ate as it comes. The UEFI boot order
has the hard drives and OS ESPs before the PXE interfaces (the default).
A boot-from-cold loads the OS no problem.
Here's what I've tried so far:
* chain.c32 - doesn't work, as expected... just throws a 0D General
Protection Exception.
* "localboot 0" and "localboot -1" - If I perform a "one time boot from
PXE", the system starts PXE and loads syslinux.efi OK, and via menu.c32
displays my menu and starts a countdown. If it expires or I choose the
"localboot" option, the menu simply restarts (loops, appears...
2015 Oct 27
0
Still fighting localboot on EFI - looping
...this
NIC or is the server automatically selecting this?
> Here's what I've tried so far:
>
> * chain.c32 - doesn't work, as expected... just throws a 0D General
> Protection Exception.
chain.c32 is useless since it's currently just BIOS. No need to test.
> * "localboot 0" and "localboot -1" - If I perform a "one time boot from
> PXE", the system starts PXE and loads syslinux.efi OK, and via menu.c32
> displays my menu and starts a countdown. If it expires or I choose the
> "localboot" option, the menu simply restarts...
2008 Jul 16
2
LOCALBOOT
Hi,
I'm trying to get the LOCALBOOT option to work with syslinux. I have a
bootable USB that boots using syslinux and when ever I select the localboot
label it says that it could not find the kernel image. This is my syslinux
set up
LABEL start
localboot 0x80
and when I type "start" at the boot prompt this is what I...
2014 Sep 25
1
localboot.lua: a lua.c32 script that uses DMI data to decide between localboot/chainloading
Hi,
we use PXELINUX in our product to show a boot menu on client computers,
with options like "Boot from local hard disk", "Install Windows", etc.
Unfortunately, a lot of computers seem to have broken BIOSes and won't
boot with the LOCALBOOT command, and need to be booted with chain.c32
instead. We also have encountered some computers where it works only the
other way - chainloading does not work, while LOCALBOOT works fine.
To solve this issue, we have written a Lua script that uses the DMI data
of the computer to decide whether it s...
2006 Jan 05
0
ONTIMEOUT LOCALBOOT -1 and menu.c32 -- Solution: "ONTIMEOUT .localboot -1" works!
Hi,
I just found this post:
http://syslinux.zytor.com/archives/2005-September/005814.html
ONTIMEOUT was broken in menu.c32, and you fixed it. But the fix broke support for LABEL references in ONTIMEOUT.
I changed my "ONTIMEOUT local" to "ONTIMEOUT .localboot -1" and it works!
Anoying is that I tried ONTIMEOUT LOCALBOOT -1 before. This failed, but after having a look at the source code seeing that you compare the kernel arg to ".localboot" I figured that might be it. And it was... :)
My entire config follows:
DEFAULT menu.c32
PROMPT 0...
2015 Oct 26
0
Still fighting localboot on EFI - looping
...> I'm still trying fruitlessly to get some sort of local disk boot from
> >> syslinux EFI to work... using the 6.03 modules. Tried various
> >> combinations of configurations on Gene's test binaries.
> >
> > The test binariers Gene provided don't have a localboot module.
> >
> > It is wrong to mix components from different builds.
> >
>
> What localboot module? What mix? My understanding was "localboot" is
> a built-in command - e.g. "localboot -1" in a menu.c32 configuration as
> I mentioned. There'...
2011 Feb 28
2
[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
2013 Jul 30
3
syslinux 6.01 boot into GPT EFI hdd
How to boot from syslinux 6.01 over PXE (syslinux.efi) into an EFI
installed GPT system on a hdd?
Via localboot 0 it doesn't work. (no output)
Also via chain.c32 hd0 1 it doesn't work.
Errormessage:
Can not find MBR magic, treat hdd as raw disk.
Stop booting.
2014 Feb 25
3
boot from local drive does't work
Hi, all
I can't boot from local drive on some machines(thinkpad x200 and
thinkpad x1 carbon) using
syslinux 3.05 or syslinux 4.05.
And i change localboot 0xffff to localboot 0x80, boot from local drive
is available.
I find "0x80 is the primary hard drive. The special value -1(0xffff)
causes ISOLINUX to report failure to the BIOS, which, on recent BIOSes,
should mean that the next device in the boot sequence should be
activated" on syslinu...
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 in...
2019 Jan 16
2
A bug in command localboot was introduced in version 6.03.
A bug in command localboot was introduced in version 6.03.
This bug was created because of inserting memsets in core/localboot.c.
The third memset before /* Read one sector */ clears the field ireg.edx,
which was assigned earlier and is required for subsequent __intcall0x13.
So localboot type works as localboot 0.
I think,...
2005 Jan 25
4
PXE floppy, PXELINUX and LOCALBOOT
Hi!
A friend of mine has tried a PXE floppy (build from the new etherboot
5.3.12) to load PXELINUX.0; a menu voice of the pxelinux.cfg use the
LOCALBOOT statement.
Selecting this statement, the PC retry to boot from the floppy... is
this normal?
The user expected that LOCALBOOT would have tried the NEXT boot device
(ie CDROM or HD), not the FIRST boot device (the floppy)...
(note: this has been tried this on a couple of PC...)
Bye!
--
Paolo S...
2019 Jan 21
2
A bug in command localboot was introduced in version 6.03.
diff --git a/core/localboot.c b/core/localboot.c
index 0b8769e4..30bfb272 100644
--- a/core/localboot.c
+++ b/core/localboot.c
@@ -63,7 +63,6 @@ __export void local_boot(int16_t ax)
ireg.eax.w[0] = 0; /* Reset drive */
__intcall(0x13, &ireg, NULL);
- memset(&ireg, 0, sizeof(ireg));
ireg.eax.w[0] = 0x0201; /*...
2019 Apr 11
2
Question of syslinux chainloading
...you (still)?
Yes. Whether with or without USB device plugged in, BIOS can boot to
Windows on fixed HD . I set boot preference to USB first, so with USB
plugged in, I press F12 to change BIOS boot order. Or I can set boot
preference to fixed HD first, both OK.
>
>
> The failure of "localboot 0x80" directive is not very helpful in this
> case, since we don't even know how exactly this BIOS is recognizing
> the local HDD. There is some chance that "localboot 0x81" (not "80")
> might work successfully, but I wouldn't bet on it.
>
I tried this,...
2015 Oct 27
3
Still fighting localboot on EFI - looping
...> Did you try inserting another boot selection after PXE, even if it's a
> repeat like CD? My current theory is it's either a bug in Syslinux
> calling back incorrectly or it's the firmware not using the data right
> and looping.
>
With Gene's recent test binaries, localboot (0 or 1) for argument:
* I've tried reordering the boot order, putting disks after the NICs.
Basically putting the PXE interface that can boot at the top, other
stuff (disks, USB, etc) last.
* The boot menu is displayed. When the localboot option is triggered,
it /appears/ that the system may...
2007 Sep 20
2
com32 -> localboot problem
Summary
=======
I am having trouble with com32 API call
AX=0014h [3.10] Local boot [PXELINUX, ISOLINUX]
Input: AX 0014h
DX Local boot parameter
Output: Does not return
My observation is that is returning from the call and is not localbooting
the system.
Detail
======
I am using a com32 program to configure some hardware before I boot from
the local hard disk.
If I have multiple labels in my pxelinux.cfg/default file then I can
successfully localboot after my com32 program returns ... as in:
DEFAULT foo
LABEL foo
KERNEL foo.c32...
2011 Oct 27
2
PXELINUX LOCALBOOT 0 hang on Dell Optiplex 990
I have been using PXELINUX, with "LOCALBOOT 0" when wanting to boot
from disk, for many years. Now on new Dell Optiplex 990 machines,
PXE boot with "LOCALBOOT 0" hangs after message
Booting from local disk...
without the expected "Exiting PXE" message. I tried "LOCALBOOT -1" and
some other values also, no...
2013 Aug 05
2
Intel DX79TO localboot problem with CentOS
2013/8/5 H. Peter Anvin <hpa at zytor.com>
> On 08/05/2013 07:04 AM, Jonas Keidel wrote:
> >
> > So i've also tried to use chain.c32, but there are also some problems.
> > For example FreeBSD doesn't boot with chain.c32, so we've decided to use
> > localboot, because it works in 90%, except with that board.
> > Maybe you have an idea how to fix that? Or what do you think is broken?
> >
>
> It would be a BIOS problem. There might be a BIOS update.
>
I've installed the latest bios from their website on the board.
>
> &q...