Displaying 20 results from an estimated 30000 matches similar to: "ext4, boot error after writing irrelevant files on same partition"
2015 Jun 07
0
chainloading syslinux from an EFI partition to an ext4
(snip)
> > As per the intended setup, it is not possible. There are several
> > reasons for such impossibility.
>
> Could you elaborate a bit more? What are the impediments?
(snip)
> --
> igor
Posting an explanation for every current impediment (as of v.6.03) and,
optionally, potential future improvements, would take (me) some (long)
time, it would be boring
2016 Sep 26
2
possible ext4 handling bug in syslinux 6.03
Hi,
I've spent few long hours on weekend trying to get syslinux as boot
loader for my alpine linux.
Long story short: Failing to load ldlinux.c32 on ext4, but after
changing file system from ext4 to ext3, everything worked (all other
things being the same).
Details below, my setup is fairly complicated so this is might be a
partial reason, ALTHOUGH final and the only change which makes
2018 Jan 05
0
Structure of VBR in FAT32?
On Wed, Jan 3, 2018 at 2:38 AM, Avi Deitcher <avi at deitcher.net> wrote:
> Gene, thanks for doing "Reply-All". I only get digest, so this keeps me in
> the loop. Appreciated.
>
>> > which appears to be included in diskstart.inc. I will have to dig in and
>> > see
>> > how this all gets compiled (pointers always appreciated :-) ).
>>
2018 Jan 03
2
Structure of VBR in FAT32?
Gene, thanks for doing "Reply-All". I only get digest, so this keeps me in
the loop. Appreciated.
> which appears to be included in diskstart.inc. I will have to dig in and
> see
> > how this all gets compiled (pointers always appreciated :-) ).
>
> Yes.
>
Is the build process documented? Or am I just going to have to plod through
the makefiles?
> As Ady said,
2018 Jan 06
0
Structure of VBR in FAT32?
On Sat, Jan 6, 2018 at 12:34 PM, Avi Deitcher <avi at deitcher.net> wrote:
>> > Is the build process documented? Or am I just going to have to plod
>> > through
>> > the makefiles?
>>
>> I don't think so.
> Oh well...
>> > 1. Run installer
>> > 2. Installer loads ldlinux.sys onto the filesystem (and copies
>> >
2019 Aug 05
0
Extlinux no longer bootable, how to fix?
On Sun, Aug 4, 2019 at 6:13 PM Tong Sun via Syslinux
<syslinux at syslinux.org> wrote:
>
> Hi,
>
> I'm experiencing a strange problem, my extlinux is no longer bootable,
> and I'm wondering how to troubleshoot the problem for a fix.
>
> It's not just an one-off thing, but is happening to me all the time --
> I use extlinux to boot up all my linux, and it
2015 Nov 12
1
[PATCH] Unification of ext_(write/read)_adv
Signed-off-by: Nicolas Cornu <nicolac76 at yahoo.fr>
---
extlinux/main.c | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/extlinux/main.c b/extlinux/main.c
index 6871fb1..385b364 100644
--- a/extlinux/main.c
+++ b/extlinux/main.c
@@ -1415,21 +1415,12 @@ static int open_device(const char *path, struct stat *st, char
2019 Aug 04
3
Extlinux no longer bootable, how to fix?
Hi,
I'm experiencing a strange problem, my extlinux is no longer bootable,
and I'm wondering how to troubleshoot the problem for a fix.
It's not just an one-off thing, but is happening to me all the time --
I use extlinux to boot up all my linux, and it has always been working
for me, for at least 10+ years. However recently I started to
duplicate my linux system from partition to
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
2018 Jan 06
2
Structure of VBR in FAT32?
>
> > Is the build process documented? Or am I just going to have to plod
> through
> > the makefiles?
>
> I don't think so.
>
Oh well...
> > 1. Run installer
> > 2. Installer loads ldlinux.sys onto the filesystem (and copies
> ldlinux.c32,
> > but irrelevant for now).
> > 3. Installer calculates which blocks in the filesystem contain
2016 Jan 31
2
sys/extlinux booting of kernel on different partition (two linux installs)
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 parameters}
INITRD ../initramfs-linux.img
(1) I see a lot of places saying syslinux can't boot a kernel on
another partition, and that you have
2015 Jun 06
0
chainloading syslinux from an EFI partition to an ext4
On 06/06/2015 13:14, Stoppa, Igor wrote:
> On 6 June 2015 at 14:03, Didier Spaier via Syslinux <syslinux at zytor.com> wrote:
>>
>>
>> On 06/06/2015 12:19, Stoppa, Igor via Syslinux wrote:
>>
>>> So I'd like to not put all the kernels/initrds in it, because when I
>>> update one of the OSes, I would also have to update the corresponding
2017 Aug 06
0
bootloader installation improvements
On Fri, Aug 4, 2017 at 12:06 PM, ian_bruce--- via Syslinux
<syslinux at zytor.com> wrote:
> I have some concerns about the Syslinux boot process, which I'm now
> investigating in connection with my work on booting Live-CD images from
> USB flashdrives. Some of these are related to what seems to be
> inadequate documentation, but I think that there are also aspects of
>
2017 Oct 10
2
Unable to find linux kernel on ext4, filesystem-related root cause assumed
Dear all,
I'm working on a shell script which is producing a bootable image file. It contains a populated MBR and a single file system (ext4) which again contains a debootstrabed debian stable distribution.
Unfortunately, I'm experiencing problems with the bootability of the produced image. When selecting the installed system at the boot prompt, Syslinux responds with something like
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
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
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