similar to: EXTLINUX gone, branch reshuffling

Displaying 20 results from an estimated 10000 matches similar to: "EXTLINUX gone, branch reshuffling"

2016 Jan 31
0
sys/extlinux booting of kernel on different partition (two linux installs)
On Sun, Jan 31, 2016 at 12:41 AM, james harvey via Syslinux <syslinux at zytor.com> wrote: > I have LVM volumes: > /dev/disk1/main > /dev/disk1/mainboot > /dev/disk1/other > /dev/disk1/otherboot > > I can boot main by using syslinux with syslinux.cfg including: > LABEL main > MENU LABEL Main > LINUX ../vmlinuz-linux > APPEND root=UUID={UUID} {kernel
2010 Jul 07
2
extlinux-4.0 can't boot on our platform.
Hi all: my filesystem is btrfs. /boot and / is on the same partition(/dev/sda2, format btrfs). i install syslinux as following: 1. rpm -ivh syslinux-4.00-1.i386.rpm syslinux-extlinux-4.00-1.i386.rpm syslinux-tftpboot-4.00-1.i386.rpm 2. extlinux-i /boot/extlinux. (the extlinux.sys can't be create on the directory). 3. i copy extlinux.conf to /boot/extlinux . (of course
2009 Aug 10
1
fsc branch: merged ldlinux.asm and extlinux; failing test
Hi, I merged ldlinux.asm and extlinux.asm on the fsc branch, observing that there were very little difference between them left. So far, so good. I found, however, a test which fails on the fsc branch (with or without the merge.) I have tracked it down to vfat_mangle_name() overwriting a bunch of random .bss16 memory, eventually including the CallbackSP variable.
2004 Dec 20
0
SYSLINUX 2.20-pre9 released, now with EXTLINUX
... and this is pretty much the first version of 2.20 which can be considered likely to actually work, except for the Win32 installer. The big news in this prerelease, by far, is EXTLINUX. I'm also hacking on a "simple menu system" as a com32 module; basically a hack to re-parse the config file and display a menu of its label statements. Don't know when that'll be ready
2010 Jun 28
1
Syslinux 4.00 released
After 64 prereleases, 626 commits, 52,742 lines of changes, and tons of work by many, many people, Syslinux 4.00 is now officially released. Syslinux 4.00 is the first of a set of major code restructuring releases. The single biggest new features are btrfs and ext4 support, and support for disks larger than 2 TiB. Huge thanks to: - Intel, for sponsoring mine, Alek Du's and Feng Tang's
2015 Nov 26
0
[syslinux:master] extlinux: code cleanup and simplification
Commit-ID: 82c0ec7b39acb87175ea588f2fa11b21331503c4 Gitweb: http://www.syslinux.org/commit/82c0ec7b39acb87175ea588f2fa11b21331503c4 Author: Nicolas Cornu via Syslinux <syslinux at zytor.com> AuthorDate: Fri, 13 Nov 2015 20:35:29 +0100 Committer: Paulo Alcantara <pcacjr at zytor.com> CommitDate: Wed, 25 Nov 2015 21:58:23 -0200 extlinux: code cleanup and simplification Merge
2019 Sep 26
0
extlinux: Failed to load ldlinux.c32 with btrfs subvolume
I am new to syslinux/extlinux. Can I boot from a linux btrfs subvolume? I am getting "Failed to load ldlinux.c32" when I attempt to boot from a btrfs subvolume. Setup: 1) I have a USB disk with one partition. The partition is marked "active". 2) I make a btrfs filesystem with "mkfs.btrfs /dev/sdd1". I mount the partiton and execute "btrfs su create root".
2019 Sep 29
0
extlinux| Failed to load ldlinux.c32 with btrfs subvolume
I am new to syslinux/extlinux. Can I boot from a linux btrfs subvolume? I am getting "Failed to load ldlinux.c32" when I attempt to boot from a btrfs subvolume. Setup: 1) I have a USB disk with one partition. The partition is marked "active". 2) I make a btrfs filesystem with "mkfs.btrfs /dev/sdd1". I mount the partiton and execute "btrfs su create
2019 Sep 30
0
[extlinux]Failed to load ldlinux.c32 with btrfs subvolume
I am new to syslinux/extlinux. Can I boot from a linux btrfs subvolume? I am getting "Failed to load ldlinux.c32" when I attempt to boot from a btrfs subvolume. Setup: 1) I have a USB disk with one partition. The partition is marked "active". 2) I make a btrfs filesystem with "mkfs.btrfs /dev/sdd1". I mount the partiton and execute "btrfs su create
2015 Nov 18
0
[PATCH] extlinux: code cleanup and simplification
2015-11-13 20:35 UTC+01:00, Nicolas Cornu via Syslinux <syslinux at zytor.com>: > Merge btrfs_read_adv and xfs_read_adv into a single generic function > ext_read_adv and split ext_write_adv_offset out of ext_write_adv. > > Use those new functions in rewrite_boot_image and btrfs_install_file > where it is actually hardcoded. > > Signed-off-by: Nicolas Cornu <nicolac76
2015 Nov 18
1
[PATCH] extlinux: code cleanup and simplification
Right sorry for that ;) Le Mercredi 18 novembre 2015 7h31, Celelibi <celelibi at gmail.com> a ?crit : 2015-11-13 20:35 UTC+01:00, Nicolas Cornu via Syslinux <syslinux at zytor.com>: > Merge btrfs_read_adv and xfs_read_adv into a single generic function > ext_read_adv and split ext_write_adv_offset out of ext_write_adv. > > Use those new functions in
2015 Nov 15
0
[PATCH] extlinux/main.c: typo fixes
Some typo fixes in extlinux/main.c. None of them effects code execution. --- extlinux/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 6871fb1..26eb43c 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -14,7 +14,7 @@ /* * extlinux.c * - * Install the syslinux boot block on an fat, ntfs, ext2/3/4, btrfs, xfs, +
2015 Nov 15
0
[PATCH] extlinux/main.c: typo fixes
Some typo fixes in extlinux/main.c. None of them effects code execution. Signed-off-by: Geert Stappers <stappers at stappers.nl> --- extlinux/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 6871fb1..26eb43c 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -14,7 +14,7 @@ /* * extlinux.c * - * Install
2012 May 24
1
Scientific Linux, Centos, Fedora, etc without grub (only extlinux)
OK, I can do Debian and Ubuntu installs that don't use grub (and don't even install it) and instead only use extlinux. The extlinux configuration gets automatically updated during kernel upgrades, changes to extlinux configuration in /etc, and so forth. Is there anyway to do this in a straightforward (or semi straightforward) way in a modern RedHat derivative? On old legacy installs that
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> Hello syslinux, > > Merry Christmas! These patches will make extlinux work with umounted > ext2/3/4 filesystem, for example: > > $ extlinux -i /dev/sdXN > or > $ extlinux -i file_block > > Also it can work with something like: > $ extlinux /dev/sdXN --reset-adv > or > $ extlinux file_block --reset-adv > Thank you. The 'extlinux' command
2015 Nov 13
2
[patch] 6.03 extlinux/main.c typos
diff U3 syslinux-6.03/extlinux/main.c syslinux-6.03_typo/extlinux/main.c --- syslinux-6.03/extlinux/main.c Mon Oct 06 16:27:44 2014 +++ syslinux-6.03_typo/extlinux/main.c Fri Nov 13 02:29:56 2015 @@ -14,7 +14,7 @@ /* * extlinux.c * - * Install the syslinux boot block on an fat, ntfs, ext2/3/4, btrfs, xfs, + * Install the syslinux boot block on a fat, ntfs, ext2/3/4, btrfs, xfs, * and ufs1/2
2019 Sep 30
3
[extlinux] Failed to load ldlinux.c32 with btrfs subvolume
I am new to syslinux/extlinux. Can I boot from a linux btrfs subvolume? I am getting "Failed to load ldlinux.c32" when I attempt to boot from a btrfs subvolume. Setup: 1) I have a USB disk with one partition. The partition is marked "active". 2) I make a btrfs filesystem with "mkfs.btrfs /dev/sdd1". I mount the partiton and execute "btrfs su create
2015 Oct 20
1
Syslinux/Extlinux chain : Unexpected change of Extlinux configuration folder after reboot
On Tue, Oct 20, 2015 at 1:08 PM, Ady via Syslinux <syslinux at zytor.com> wrote: > >> Hello, >> >> We are experiencing a strange behaviour on an embedded system (i386 PC board). >> >> The structure of our disk is the following one : >> - A 2GB fat16 partition with DOS and syslinux >> - A 100GB Ext4 partition with Extlinux an several linux images
2014 Dec 24
0
[PATCH 1/8] extlinux/main.c: support unmounted ext2/3/4 filesystem
Add install_file_to_device() to support unmounted ext2, ext3 and ext4 filesystem. Usage: $ extlinux -i /dev/sdXN or $ extlinux -i file_block We don't need any new options, it will check whether the target is a directory or device and decide what to do, it would stop and error if the device is mounted. More info: * It will use libext2fs to read and write the file. * It will be used when the
2015 Oct 20
0
Syslinux/Extlinux chain : Unexpected change of Extlinux configuration folder after reboot
> Hello, > > We are experiencing a strange behaviour on an embedded system (i386 PC board). > > The structure of our disk is the following one : > - A 2GB fat16 partition with DOS and syslinux > - A 100GB Ext4 partition with Extlinux an several linux images to boot on ram > - A swap partition > > The system boot on syslinux to choose among Dos and Linux boot using