Displaying 20 results from an estimated 9000 matches similar to: "syslinux 5.01 serial regression..."
2013 May 27
3
syslinux 5.01 serial regression...
On Mon, May 27, 2013 at 5:55 AM, Daniel J Blueman
<daniel at 1degreenorth.com> wrote:
> On 27/05/2013 17:53, Ferenc Wagner wrote:
>>
>> Daniel J Blueman <daniel at 1degreenorth.com> writes:
>>
>>> When moving from syslinux 4.06 to 5.01, I found serial output isn't
>>> working. The issue reproduces simply [1] and I get back serial output
2013 May 29
0
syslinux 5.01 serial regression...
On Mon, 27 May, at 04:55:18PM, Daniel J Blueman wrote:
> Hi HPA et al,
>
> When moving from syslinux 4.06 to 5.01, I found serial output isn't
> working. The issue reproduces simply [1] and I get back serial
> output when I move back to syslinux 4.06.
I've just committed a fix in the SERIAL parsing code. Are you able to
build Syslinux from the git repository? It would be
2013 Jun 28
2
extlinux >= 5.01 menu.c32 timeout doesn't work
Hi,
I am using qemu for testing new versions of syslinux before installing on an embedded computer.
Everything works fine under qemu (1.5.0), so I updated extlinux from 4.06 to 5.11-pre3 on the computer.
I found that the autostart's timeout does not work.
The timeout value is correct but nothing happens.
It worked well with extlinux 4.06...
I tried with extlinux 5.01, 5.10, 5.11-pre3 and
2012 May 24
3
PXE looping on localboot
I have seen posts about this problem, but have had trouble finding how/if it was resolved. I am trying to upgrade from syslinux-3.11 to syslinux-3.86 on RHEL5.
On 3.86, when it performs a local boot from hard disk, it just keeps looping back into PXE boot again instead of booting from the hard disk. It will perform a system install just fine, but when it switches to localboot after the install,
2013 Jun 27
3
Syslinux 6.00 released
Hi,
I have the same problem as Helmut with INCLUDE keyword and extlinux 5.10 an later.
The following configuration has been tested and worked with extlinux 4.05, 4.06, 5.01
Contents of "boot_label" file
DEFAULT 1
---------------------------------------
Contents of "extlinux.conf" file
# Enable menu.c32
UI menu.c32
# Disable the boot: prompt
PROMPT 0
# 5 sec
TIMEOUT 50
#
2013 Jun 30
1
extlinux >= 5.01 menu.c32 timeout doesn't work
Le 29/06/2013 12:39, Gene Cumm a ?crit :
> On Fri, Jun 28, 2013 at 7:24 AM, Romain Naour <romain.naour at openwide.fr> wrote:
>> Hi,
>>
>> I am using qemu for testing new versions of syslinux before installing on an embedded computer.
>> Everything works fine under qemu (1.5.0), so I updated extlinux from 4.06 to 5.11-pre3 on the computer.
>>
>> I found
2013 May 07
1
Syslinux 5.01 fails to boot iPXE
I have an issue to boot iPXE with Syslinux 5.01. However, the same
method works for Syslinux 4.06.
The error messages I got is (see attached png file):
===================================
iPXE 1.0.0+git-20120202.f8840ba-3 -- Open Source Network Boot Firmware
-- http://ipxe.org
Features: VLAN HTTP iSCSI DNS TFTP AoE SRP BzImage COMBOOT ELF MBOOT PXE
PXEXT
/syslinux/ipxe.lkn: command not found
2013 Aug 02
2
syslinux 6.01 boot into GPT EFI hdd
On 08/01/2013 01:13 AM, Matt Fleming wrote:
>
> I've got a patch to support LOCALBOOT -1 on EFI, which will boot the
> next entry in the EFI Boot Manager (the thing configured with
> efibootmgr), and which I'll commit shortly, but it doesn't support
> LOCALBOOT 0.
>
> I'm not actually convinced that we should support LOCALBOOT 0 under EFI.
> Even on BIOS,
2013 Aug 02
2
syslinux 6.01 boot into GPT EFI hdd
Yes, I think so. The integer really means the same as EFI's ExitBootServices.
Matt Fleming <matt at console-pimps.org> wrote:
>On Fri, 02 Aug, at 07:50:57AM, H. Peter Anvin wrote:
>> I don't know if there is a meaningful difference between "localboot
>-1"
>> and "localboot 0" on EFI... they are really two different ways to ask
>> the BIOS
2013 Aug 18
1
pxelinux 5.01 chain.c32 hd0 not working on SmartArray P220i
Hello,
I've been having a problem trying to boot from first hard drive via
pxelinux 5.01 on a HP Proliant server having a SmartArray P220i RAID
controller. On other hardware and VMs that i've tried it works. My config
file looks like this:
label localboot
kernel chain.c32
append hd0
Is this a known issue or has anyone experienced this?
Thanks,
Andrei
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.
2013 Jul 19
3
Illegal OpCode on PXE exit with syslinux-6.0{1,2}
Hi,
> Do you see the same error with 5.11-pre8?
Yes, I do :(
--
Regards,
Igor
2013 Feb 01
2
5.01 BOOT_IMAGE= is missing in cmdline but path appears two times
Hello
Booting with 4.06 cmdline looks like:
# cat /proc/cmdline
archisobasedir=arch archisolabel=ARCH_201301
initrd=boot/i686/archiso.img console=ttyS0 BOOT_IMAGE=boot/i686/vmlinuz
while using 5.01:
# cat /proc/cmdline
boot/i686/vmlinuz boot/i686/vmlinuz archisobasedir=arch
archisolabel=ARCH_201302 initrd=boot/i686/archiso.img console=ttyS0
And this cause some issues for cmdline parsing, I
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
HAS_LOCALBOOT is set unconditionally in config.inc.
Signed-off-by: Sebastian Herbszt <herbszt at gmx.de>
diff --git a/core/comboot.inc b/core/comboot.inc
index 59db7ec..d6f670c 100644
--- a/core/comboot.inc
+++ b/core/comboot.inc
@@ -723,13 +723,9 @@ comapi_idle:
;
; INT 22h AX=0014h Local boot
;
-%if HAS_LOCALBOOT
comapi_localboot:
mov ax,P_DX
jmp local_boot
-%else
2013 Apr 28
2
isolinux failing on serial console
Hi,
I have a problem with isolinux failing to boot a kernel whenever I navigate
and trigger the menu via serial console. My test machine is a DL585 G2,
with iLO2. Navigating and booting the kernels off of the video console
works 100% of the time. With the serial connection however, I _sometimes_
get a "menu.c32: not a COM32R image" error. Sometime it works fine. I
suspect the serial
2005 May 17
1
Xen serial console on Bladecenter virtual serial port
Has anyone accessed Xen or the dom0 Linux serial console on the virtual
serial port of a Bladecenter blade via Serial-over-LAN?
Was able to see bios boot screen and access grub boot menu, but only the
first few characters of the kernel boot sequence are shown, then nothing.
Rich
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2013 Jun 26
2
Syslinux 6.00 released
Hallo,
I wrote am 26.06.13:
> Running "pxelinux": more problems than with 5.10.
> 5.00-pre6: all worked fine
> 5.10: the start menu (GUI) wasn't shown; "tab" showed the labels, and
> the textual menus. Invoking the labels worked.
> 6.00: no GUI start menu. "tab" showed the textual menus. Invoking
> them seems to do nothing (after some
2014 Feb 23
3
nouveau graphical corruption in 3.13.2
On 9 February 2014 02:57, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Sat, Feb 8, 2014 at 10:38 AM, Daniel J Blueman <daniel at quora.org> wrote:
>> Interestingly, there was graphical failure booting 3.6.11, even
>> nvidia-current fails to initialise, but these two issues could be due
>> to running the Xorg stack in Ubuntu 14.04 pre-release. Using
>>
2013 Feb 12
3
Problem with pxelinux 5.0 and memtest
Hello,
This is my first post to this list.
After searching through the archives and google searches I could not find a solution
for my memtest problem.
In previous versions of pxelinux/gpxelinux (4.04 and 4.06) I could successfully
start the memtest utility. But using pxelinux/gpxelinux versions 5.01 and 5.02 the
memtest utility does not boot and I get an error message:
boot:
Loading
2012 Dec 06
4
problems with isolinux over serial console
Hi,
I'm missing something in my isolinux.cfg configuration but I'm not quite
sure what it is. menu.c32 displays properly over video console, but on the
serial connection, the first letter of the labels are duplicated, and the
margin is pushed off towards the right:
http://dl.dropbox.com/u/59666947/isolinux.jpg
my config is:
--- cut ---
1. serial 0 115200
2. console 0
3.
4.