Displaying 20 results from an estimated 6000 matches similar to: "[RFC] make extlinux work without mount the filesystem"
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
On 11/20/2014 10:21 PM, Robert Yang wrote:
>
> which can copy files into test.img without mount it, for example:
> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>
> I'd like to make extlinux can work without mount the filesystem (use
> libext2fs), is it possible for extlinux, please ? And is such a patch
> acceptable, please ? (Add a "-d/--device
2014 Nov 21
2
[RFC] make extlinux work without mount the filesystem
On 11/21/2014 02:33 PM, H. Peter Anvin wrote:
> On 11/20/2014 10:21 PM, Robert Yang wrote:
>>
>> which can copy files into test.img without mount it, for example:
>> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
>>
>> I'd like to make extlinux can work without mount the filesystem (use
>> libext2fs), is it possible for extlinux, please ? And is such
2014 Nov 21
0
[RFC] make extlinux work without mount the filesystem
>
>
> On 11/21/2014 02:33 PM, H. Peter Anvin wrote:
> > On 11/20/2014 10:21 PM, Robert Yang wrote:
> >>
> >> which can copy files into test.img without mount it, for example:
> >> $ mke2fs -t ext3 -d <rootfs_dir> -F test.img
> >>
> >> I'd like to make extlinux can work without mount the filesystem (use
> >>
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> On 12/24/2014 12:16 AM, Robert Yang wrote:
>> 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:
2014 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
>
>
> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
> > On 12/24/2014 12:16 AM, Robert Yang wrote:
> >> 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
2014 Nov 21
1
[RFC] make extlinux work without mount the filesystem
(snip)
> It probably makes more sense in
> the "syslinux" installer rather than "extlinux", since the former
> already operates on an unmounted filesystem.
>
In other words, the Linux-based "syslinux" installers could / would
support ext2/3/4 too.
In particular, the (./bios/mtools/) "syslinux" command does not need
special permissions
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/24/2014 12:16 AM, Robert Yang wrote:
> 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
>
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
> On 01/01/2015 09:05 PM, Robert Yang wrote:
>> Hello,
>>
>> Happy New Year!
>>
>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
>> that is more appropriate, it should be easy to do that.
>>
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/01/2015 09:05 PM, Robert Yang wrote:
> Hello,
>
> Happy New Year!
>
> These patches make syslinux/linux support ext2/3/4, and it doesn't
> require the root privilege, I'd like to add a separate e2fs/syslinux, if
> that is more appropriate, it should be easy to do that.
>
> I put these patches on github so that you can easily get them in case
>
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 04:14 PM, Robert Yang wrote:
>
> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>> Hello,
>>>
>>> Happy New Year!
>>>
>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
>>> require the root privilege, I'd like to add a separate e2fs/syslinux, if
2014 Dec 24
14
[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
We don't use a new option (I planed to use "-d" but it is already in
use), it will check whether the
2014 Dec 25
2
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
On 12/25/2014 01:43 PM, Ady wrote:
>
>>
>>
>> On 12/25/2014 04:33 AM, H. Peter Anvin wrote:
>>> On 12/24/2014 12:16 AM, Robert Yang wrote:
>>>> Hello syslinux,
>>>>
>>>> Merry Christmas! These patches will make extlinux work with umounted
>>>> ext2/3/4 filesystem, for example:
>>>>
>>>> $ extlinux
2012 May 23
3
installing extlinux on image files
Hi,
is there any way to install extlinux on a _not_ mounted ext4 image?
I can easily write the extlinux.sys manually to a fixed inode, and
prepend a prebuild mbr, but is there anything else i am missing?
patch_file_and_bootblock does a couple of magic things, that are beyond
me.
The devices are simple images that run in virtualbox, so do i really
need all of the blocksize magic?
thanks.
2007 Sep 11
3
extlinux can't find extlinux.conf file?
When I try to boot my system using extlinux I get the error:
EXTLINUX 3.51 2007-06-10 EBIOS Copyright (C) 1994-2007 H. Peter Anvin
Could not find kernel image: linux
boot: ????????????????????????????????
I've searched the archives and it would appear that extlinux can't find
the extlinux.conf file.... Is there something glaring that I am missing?
TIA - Phil
I have a 32MB CF card
2015 Jan 06
3
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 08:16 AM, H. Peter Anvin wrote:
> On 01/05/2015 04:14 PM, Robert Yang wrote:
>>
>> On 01/06/2015 08:04 AM, H. Peter Anvin wrote:
>>> On 01/01/2015 09:05 PM, Robert Yang wrote:
>>>> Hello,
>>>>
>>>> Happy New Year!
>>>>
>>>> These patches make syslinux/linux support ext2/3/4, and it doesn't
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
2015 Jan 06
1
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
> On 01/01/2015 09:05 PM, Robert Yang wrote:
> > Hello,
> >
> > Happy New Year!
> >
> > These patches make syslinux/linux support ext2/3/4, and it doesn't
> > require the root privilege, I'd like to add a separate e2fs/syslinux, if
> > that is more appropriate, it should be easy to do that.
> >
> > I put these patches on github so
2020 Apr 16
2
Installing extlinux into a disk image without being root?
Hello,
Is it possible to install extlinux into a disk image, without being
root ?
It seems like extlinux --install absolutely requires the specific block
device in which extlinux should be installed to be mounted. This
prevents from doing an extlinux installation as non-root, which is
annoying for build systems such as Buildroot [1] that build a complete
Linux system from source, without being
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
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello,
Happy New Year!
These patches make syslinux/linux support ext2/3/4, and it doesn't
require the root privilege, I'd like to add a separate e2fs/syslinux, if
that is more appropriate, it should be easy to do that.
I put these patches on github so that you can easily get them in case
you'd like to test them. (The repo's name is sys_tmp, which avoids
confusing others, I will