similar to: extlinux vs ext4 64 bit

Displaying 20 results from an estimated 2000 matches similar to: "extlinux vs ext4 64 bit"

2017 Aug 27
1
[PATCH] ext4: Fix 64bit feature
As per ext4 specification: > In ext2, ext3, and ext4 (when the 64bit feature is not enabled), the > block group descriptor was only 32 bytes long and therefore ends at > bg_checksum. On an ext4 filesystem with the 64bit feature enabled, the > block group descriptor expands to at least the 64 bytes described below; > the size is stored in the superblock. Since block group
2013 Mar 02
0
[GIT-PULL] ext4 inline data support
Hi, This branch contains the new ext4's inline data support which has been added recently to kernel 3.8. In addition to inline data support, there are other patches that remove trainling whitespaces and extra new lines in ext2fs code and the other adds an assert() macro to Syslinux core. I think it's worth mentioning that these changes were made against master branch.
2011 Jun 12
1
Chainload isohybrid image from extlinux
Hi, I'm trying to boot Debian-Installer image from extlinux with chain.c32; i.e.: - I'm doing this from a loopback device (loop0) which later will be dumped to an USB stick. - GPT disklabel. - Partition 15 (loop0p15) contains extlinux info, and partition 12 contains Debian multi-arch installer image *dumped*[1], and its corresponding menu entry for extlinux is something like: LABEL
2016 Jun 07
0
Request EXTLINUX support 64bit features in ext4
In ext4 / e2fsprogs, there is such a thing as "64bit" features. More than 2 years ago (2014May) there was a request to improve EXTLINUX so to support such characteristics. Without supporting this feature, EXTLINUX fails to boot (or rather it fails to be installed correctly) in ext4 when the fs includes such "64bit" characteristic(s). Back then, the request was mainly
2009 Mar 31
1
[PATCH 1/1] CORE/cache: add cache priority parameter
From: Gene Cumm <gene.cumm at gmail.com> CORE/cache: add cache priority parameter; Passing in DX=0 forces the cache entry to stay at the least recently used spot. Any other value allows it to continue on previous behavior of most recently used position in the list. Change ldlinux.asm and extlinux.asm (the only 2 users of cache) to pass in DX=1. Push/Pop DX unless it's definitely safe
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello, First of all, thanks very much for this piece of software, it's working like a charm. I'm using it to boot a Linux distro I'm working on. What I want to deal with is the display of accented characters in ISOLINUX. First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem so far. I wrote a config file ordering to load a font (lat-9w) to display french
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply
2014 Apr 24
2
Bootloader data in /boot vs package systems (and atomic updates)
On Apr 24, 2014 3:19 AM, "Ferenc Wagner" <wferi at niif.hu> wrote: > > Colin Walters <walters at verbum.org> writes: > > However, syslinux relies on loadable modules in /boot. At present in > > Fedora at least, the RPM package updates these, and it has a %post to > > ensure that when a newer version of extlinux is installed, we update > > both
2014 Apr 22
4
Bootloader data in /boot vs package systems (and atomic updates)
Hi, I'm working on https://wiki.gnome.org/Projects/OSTree which is a general-purpose update system for Linux-based operating systems. It isn't a package system itself, but operates at the same level. A primary goal of OSTree is fully atomic updates, and the "swapped chroots" model works well for most of userspace and the kernel/initramfs. However, syslinux relies on
2009 Jun 28
4
how to remove extlinux?
hello, quick question about extlinux: I accidentally installed extlinux on the wrong partition (I run extlinux -i somewhere beofre mounting my usb key to somewhere). Now extlinux seems to be stuck in my main hd partition... how do I remove extlinux from the hard drive? I mean both the extlinux.sys file and the bits in the partition table... Could not find any info how to doit. Thanks. Paolo
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2005 Oct 31
2
What is the history of CONFIG_EXT{2,3}_CHECK?
Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK? There is code for a "check" option for mount if these options are enabled, but there's no way to enable them. TIA Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said.
2014 Apr 23
0
Bootloader data in /boot vs package systems (and atomic updates)
On Tue, Apr 22, 2014 at 6:58 PM, Colin Walters <walters at verbum.org> wrote: > Hi, > > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It isn't a > package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic updates, and the "swapped
2014 Apr 24
0
Bootloader data in /boot vs package systems (and atomic updates)
Colin Walters <walters at verbum.org> writes: > I'm working on https://wiki.gnome.org/Projects/OSTree which is a > general-purpose update system for Linux-based operating systems. It > isn't a package system itself, but operates at the same level. > > A primary goal of OSTree is fully atomic updates, and the "swapped > chroots" model works well for most
2014 Apr 24
0
Bootloader data in /boot vs package systems (and atomic updates)
Gene Cumm <gene.cumm at gmail.com> writes: > On Apr 24, 2014 3:19 AM, "Ferenc Wagner" <wferi at niif.hu> wrote: >> >> Colin Walters <walters at verbum.org> writes: >> >>> However, syslinux relies on loadable modules in /boot. At present in >>> Fedora at least, the RPM package updates these, and it has a %post to >>>
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
It's needed to enumerate both UFS1/2 since they have different magic numbers and super block offsets. Besides, UFS2 can be installed in the 0-64k range like BTRFS, whereas UFS1 can't. UFS2 has no cow feature unlike BTRFS. Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> --- extlinux/main.c | 79 ++++++++++--- extlinux/ufs.h | 26 ++++
2008 Mar 21
12
[Bug 1450] New: Support for ConsoleKit on Linux through dbus calls
https://bugzilla.mindrot.org/show_bug.cgi?id=1450 Summary: Support for ConsoleKit on Linux through dbus calls Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
It's needed to enumerate both UFS1/2 since they have different magic numbers and super block offsets. Besides, UFS2 can be installed in the 0-64k range like BTRFS, whereas UFS1 can't. Signed-off-by: Raphael S.Carvalho <raphael.scarv at gmail.com> --- extlinux/main.c | 71 +++++++++--- extlinux/ufs.h | 26 ++++ extlinux/ufs_fs.h | 307
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
2005 Mar 01
2
EXTLINUX 3.07 - trouble with extlinux.conf
Hi, I want use extlinux 3.07 to boot Thinstation from hard disk. o I have kernel, whos name is vmlinuz, and init RAM disk (initrd). My hard disk is... Disk /dev/hda: 65 MB, 65536000 bytes 8 heads, 32 sectors/track, 500 cylinders Units = cylinders of 256 * 512 = 131072 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 499 63856 83