Displaying 8 results from an estimated 8 matches for "lnxboot".
Did you mean:
gfxboot
2013 Mar 27
1
[PATCH] Fix support for Linux kernel images with no protected mode code
Some kernel images use the Linux kernel boot protocol and header
structure, but do not actually have any protected-mode code. For
instance, grub's 1024-byte lnxboot.img consists of 1024 real-mode bytes
and 0 protected-mode bytes; you can concatenate it with a full grub
core.img to produce a self-contained bootable kernel, but you can also
use it standalone as the kernel with the core.img loaded as an initrd.
syslinux 4 supports this, but it no longer works wi...
2017 Sep 24
3
Fallback to second menu entry, ONERROR looping forever
...ONERROR, but syslinux just continue to try
starting the first entry.
Am I doing something wrong? or can't this be done with syslinux?
default menu.c32
prompt 0
MENU HIDDEN
MENU AUTOBOOT
TIMEOUT 2
ONERROR live-generic
label grub
??? menu label ^Grub
??? menu default
??? linux /boot/grub/lnxboot.img
??? initrd /boot/grub/core.img
label live-generic
??? menu label ^Live (generic)
??? linux /live/vmlinuz
??? initrd /live/initrd.img
??? append boot=live quiet splash nonetworking
- Kristian Klausen
2015 Feb 09
1
regression: relocatable kernels on a chromebook
......
> There have been discussions and/or reports somewhat related to this
> matter during 2013 (Mar-Dec), and reports about failing to boot some
> kernels with Syslinux 6.03 (2014Q4).
>
> The topics involved:
>
> _ Kernels with no protected-mode code (e.g. grub's kernel lnxboot.img
> initrd=core.img)
> _ bzImage and zImage files
> _ memdisk
> _ grldr, plop(bm)...
> _ memtest (and alternatives), DBAN, several hardware testers...
> _ gPXE/iPXE...
> _ Older kernels and/or kernels for older machines (e.g. PuppyLinux and
> family and derivatives; I co...
2015 Feb 08
0
regression: relocatable kernels on a chromebook
...the reports, the tests and the patch.
There have been discussions and/or reports somewhat related to this
matter during 2013 (Mar-Dec), and reports about failing to boot some
kernels with Syslinux 6.03 (2014Q4).
The topics involved:
_ Kernels with no protected-mode code (e.g. grub's kernel lnxboot.img
initrd=core.img)
_ bzImage and zImage files
_ memdisk
_ grldr, plop(bm)...
_ memtest (and alternatives), DBAN, several hardware testers...
_ gPXE/iPXE...
_ Older kernels and/or kernels for older machines (e.g. PuppyLinux and
family and derivatives; I could mention several others)
_ Non-reloca...
2015 Feb 08
2
regression: relocatable kernels on a chromebook
On Sat, 7 Feb 2015, Ady via Syslinux wrote:
> Thank you for this meaningful report. Ideally, I would suggest
> performing a similar test (at least with the same kernel built with all
> the above "config_*=y" settings) with official pre-built Syslinux
> versions 4.07 and 3.86 (remembering that all Syslinux-related files,
> including c32 modules, if being used, shall
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping forever
....
> MENU HIDDEN
> MENU AUTOBOOT
> TIMEOUT 2
For testing, I'd suggest increasing TIMEOUT to a human value of say
600 (60 seconds) or set to 0 (around 13 years).
> ONERROR live-generic
>
> label grub
> menu label ^Grub
> menu default
> linux /boot/grub/lnxboot.img
> initrd /boot/grub/core.img
>
> label live-generic
> menu label ^Live (generic)
> linux /live/vmlinuz
> initrd /live/initrd.img
> append boot=live quiet splash nonetworking
Your LABELs are clean names and non-ambiguous in the first character.
You&...
2017 Sep 27
0
Fallback to second menu entry, ONERROR looping Syslinux Digest, Vol 174, Issue 3
...use ONERROR, but syslinux just continue to try
starting the first entry.
Am I doing something wrong? or can't this be done with syslinux?
default menu.c32
prompt 0
MENU HIDDEN
MENU AUTOBOOT
TIMEOUT 2
ONERROR live-generic
label grub
??? menu label ^Grub
??? menu default
??? linux /boot/grub/lnxboot.img
??? initrd /boot/grub/core.img
label live-generic
??? menu label ^Live (generic)
??? linux /live/vmlinuz
??? initrd /live/initrd.img
??? append boot=live quiet splash nonetworking
- Kristian Klausen
------------------------------
Subject: Digest Footer
__________________________________...
2010 Aug 10
2
Replace grub with extlinux
Hello all,
I am trying to replace grub with extlinux without any luck. I did
remove the grub from my root Partition and boot from a LiveCD. I
install syslinux and did those steps
Boot Partition:
mkdir -pv /mnt/sda1
mke2fs -jv /dev/hda1
mkfs -t ext3 /dev/hda1
mount /dev/hda1 /mnt/sda1
Root Partition
export SDB1=/mnt/sdb1
mkdir -pv $SDB1