similar to: Installing extlinux into a disk image without being root?

Displaying 20 results from an estimated 11000 matches similar to: "Installing extlinux into a disk image without being root?"

2020 Apr 16
1
Installing extlinux into a disk image without being root?
Hello, Thanks for your feedback! On Thu, 16 Apr 2020 11:02:41 +0300 Ady via Syslinux <syslinux at syslinux.org> wrote: > I think that you are misusing the options. > > Depending on what exactly "disk.img" actually is, you _might_ (perhaps) get to > install the bootloader by means of other options. disk.img is a disk image, which contains a partition table, itself
2020 Apr 16
0
Installing extlinux into a disk image without being root?
> 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
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:
2020 Mar 24
2
[PATCH] efi/main.c: include <efisetjmp.h>
Building syslinux against gnu-efi 3.0.10 currently fails with: syslinux/efi/main.c:33:8: error: unknown type name ?jmp_buf? 33 | static jmp_buf load_error_buf; | ^~~~~~~ syslinux/efi/main.c: In function ?local_boot?: syslinux/efi/main.c:189:5: warning: implicit declaration of function ?longjmp? [-Wimplicit-function-declaration] 189 | longjmp(&load_error_buf, 1); |
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 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
2014 Nov 21
3
[RFC] make extlinux work without mount the filesystem
Hello syslinux, I'm a newbie to extlinux, and I'm a developer from yocto project (an embedded linux project). The device or filesystem must be mounted before we can install the bootsector to the device if I understand correctly, for example: $ mount /dev/sdcX /tmp/mnt $ extlinux -i /tmp/mnt Usually, the mount command requires the root privilage, we may not have the root privilage when
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 Dec 25
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> > Hi Ady, > > Thank you very much, I prefer this one, add the extN support to > linux/syslinux-nomtools, create a new "e2fs/syslinux" may make things > more complicated for the user, I will make it as: > > 1) If it is a extN device, then root privilege is not required. > 2) Otherwise work as before. > > Any suggestions is appreciated. > > //
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 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 >
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
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. >>
2014 May 13
4
Building extlinux (Syslinux 6.03-pre11)
On May 13, 2014 4:04 PM, "Ady" <ady-sf at hotmail.com> wrote: > > On Tue, May 13, 2014 at 7:51 PM, Ady <ady-sf at hotmail.com> wrote: > > > I wonder why the already built-in binaries are not enough / adequate. > > I don't believe it can be used as is: > > bash# file syslinux > > syslinux: ELF 32-bit LSB executable, Intel 80386, version
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 Jan 12
3
(no subject)
Hi! I was looking to download EXTLINUX in the following page : http://www.syslinux.org/wiki/index.php/Download But I do not see that it can be done. It is said that "The SYSLINUX download includes PXELINUX, ISOLINUX and MEMDISK as well." But, there is no word about EXTLINUX Please, advise Thanks Mau
2005 Jan 04
2
Re: Problem compiling syslinux-3.01
In my last post I pasted the last few line of the compile log for syslinux-3.02pre2. Here are the correct lines from my failed attempt to compile syslinux-3.01. Still the same error. make[1]: Leaving directory `/usr/src/syslinux-3.01/unix' make[1]: Entering directory `/usr/src/syslinux-3.01/extlinux' gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W -Wall -Wno-sign-compare
2010 Jul 28
3
Fix for Syslinux Installers
git://gnx.ath.cx/syslinux.git On branch for_hpa, I've made the changes to resolve the issue noticed by Gert Hulselmans and confirmed as a bug by hpa and also show "-d" in the extlinux installer. (2 separate commits) -- -Gene