Displaying 20 results from an estimated 2000 matches similar to: "Manually installing syslinux?"
2016 Dec 21
3
How to install manually?
>> could it be implemented? If that's not possible, what's doing SysLinux
>
> Consider bios/mtools/syslinux
Just what I needed, thanks! :-D I have not seen any reference to that
on the wiki docs, maybe it would make sense to add a little note about
it?
And regarding to the extra modules (menu.c32 and so), I need to add
them previously by hand, isn't it? Just to be sure...
2005 Jan 09
4
More on Problems with PXELinux and ramdisk not loading
Had to changed the Subject header because the mailing list software thought the previous one ("so old bootloader" ...) was suspicious.
Just a backgrounder and a little more info I've gathered:
Trying to install Fedora Core 3 via PXE using DHCP-TFTP. Kernel loads but initrd isn't used for rootfs.
The machine's an AMD Athlon 64-based box with 512MB physical memory (one DDR
2016 Dec 20
3
How to install manually?
I'm trying to install SysLinux on a disk image as part of NodeOS
automated build process, but seems SysLinux requires administrative
priviledges. I suposse this is needed because `syslinux` command try
to mount the disk image / device to store the needed files, that
otherwise would be have been written before and this step omitted. The
other half would be to write the MBR bootloader, that
2016 Dec 21
2
How to install manually?
On Wed, Dec 21, 2016 at 10:51:16AM -0500, Gene Cumm via Syslinux wrote:
> On Wed, Dec 21, 2016 at 4:16 AM, piranna at gmail.com <piranna at gmail.com> wrote:
> >>> could it be implemented? If that's not possible, what's doing SysLinux
> >>
> >> Consider bios/mtools/syslinux
> >
> > Just what I needed, thanks! :-D I have not seen any
2004 Jun 30
1
initramfs and kernel 2.6.7
Hi,
I 'am trying to launch linux kernel 2.6.7 with initramfs.
My pxelinux.cfg/default file looks as follows:
default a1
prompt 1
timeout 600
label a1
kernel vmlinuz-2.6.7-1
append initrd=initramfs_data.cpio.gz root=/dev/ram0 init=/linuxrc
Kernel image vmlinuz-2.6.7-1 and initramfs_data.cpio.gz was loaded
succesfully by pxelinux.
Kernel says:
checking if image is initramfs... it is
but
2008 Dec 09
21
Selective Compression/Encryption
Currently compression and I assume if encryption is implemented it is
turned on or off during mount. There are however many times when a user may
want to select which files/directories they want to compress or encrypt.
This will also be helpful when implementing btrfs support in grub for
example. We can say the disk can be compressed/encrypted except for /boot so
compression/encryption
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
2015 Jan 06
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/07/2015 03:47 AM, H. Peter Anvin wrote:
> On 01/05/2015 07:20 PM, Robert Yang wrote:
>>
>> Hello,
>>
>> After more investigations, I'm a little worried about add the extX support
>> to mtools/syslinux:
>> 1) Its name is mtools/syslinux, can't express the libext2fs.
>
> Renaming it is not a problem.
Do you have any suggestion about the new
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 07
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/06/2015 02:28 PM, Robert Yang wrote:
>
>
> On 01/07/2015 03:47 AM, H. Peter Anvin wrote:
>> On 01/05/2015 07:20 PM, Robert Yang wrote:
>>>
>>> Hello,
>>>
>>> After more investigations, I'm a little worried about add the extX
>>> support
>>> to mtools/syslinux:
>>> 1) Its name is mtools/syslinux, can't
2015 Jan 06
0
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
On 01/05/2015 07:20 PM, Robert Yang wrote:
>
> Hello,
>
> After more investigations, I'm a little worried about add the extX support
> to mtools/syslinux:
> 1) Its name is mtools/syslinux, can't express the libext2fs.
Renaming it is not a problem.
> 2) The mtools/syslinux isn't fully functioned, for example, as the code
> shows:
> if (opt.sectors ||
2015 Jan 08
2
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
> On 01/06/2015 02:28 PM, Robert Yang wrote:
> >
> >
> > On 01/07/2015 03:47 AM, H. Peter Anvin wrote:
> >> On 01/05/2015 07:20 PM, Robert Yang wrote:
> >>>
> >>> Hello,
> >>>
> >>> After more investigations, I'm a little worried about add the extX
> >>> support
> >>> to mtools/syslinux:
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
2015 Nov 10
2
[PATCH] mtools: Remove local xpread/xpwrite, use ones from syslxcom
From: Nicolas Cornu <ncornu at aldebaran.com>
---
mtools/Makefile | 1 +
mtools/syslinux.c | 59 +------------------------------------------------------
2 files changed, 2 insertions(+), 58 deletions(-)
diff --git a/mtools/Makefile b/mtools/Makefile
index 0d0b1b2..c980420 100755
--- a/mtools/Makefile
+++ b/mtools/Makefile
@@ -9,6 +9,7 @@ SRCS = syslinux.c \
2003 Feb 07
1
Security issues with SYSLINUX 2.01
I have just received some audit info on the SYSLINUX 2.01 installer
running setuid. There seems to be some issues, and although I can fix
them easily enough I'm somewhat questioning the whole approach.
The other alternative would be to make the syslinux installer a wrapper
around mtools, and use mtools for the filesystem access. Since this
would be done entirely in userspace, as a normal
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
2012 Oct 16
3
[PATCH] minor documentation updates (4.06-pre14)
syslinux.txt: syslinux binary is in "linux" directory
menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory
---
doc/menu.txt | 2 +-
doc/syslinux.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/menu.txt b/doc/menu.txt
index 620527e..8a999cd 100644
--- a/doc/menu.txt
+++ b/doc/menu.txt
@@ -18,7 +18,7 @@ See menu/README for more
2008 Jun 27
6
Last call for Syslinux 3.70
Hi all,
I have just released syslinux-3.70-pre25. Unless someone has something
big and scary that either I have managed to miss or was just stumbled
over, I'm going to release 3.70 final some time between tomorrow and Monday.
Thus, *please holler now* if there are any stop-ship problems still known...
-hpa
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:
2009 Dec 17
2
mantel test and NAs
Dear R users,
I am having a problem performing the mantel test (both with functions mantel
{vegan} and mantel.test {ape}) due to I believe the presence of NAs on my
distance matrices, which look like e.g.:
NA
1 2
1 2 3
NA 4 5 6
and
1
1 2
2 3 4
5 6 7 8
Would any of you have a solution for that?
Thank you for much for your help!
Marcia Rocha
--
View this message in