Displaying 20 results from an estimated 10000 matches similar to: "extlinux on RAID docs"
2014 Jan 13
2
installing syslinux on a fresh system (SATA)
Thanks
but I am still in the same spot :
1) I have created a partition (ext2 with GParted).
2) Now what ? I was thinking that I should install syslinux (the
bootloader).
All the examples say something like "syslinux --directory
/boot/syslinux/ --install /dev/sdb1"
but this does not make any seance, because the is no /boot on the
system.
I have tried it anyways, but the
2015 Feb 10
0
extlinux installer build failed
Alexey Orishko via Syslinux <syslinux at zytor.com> writes:
> On Mon, Feb 9, 2015 at 11:58 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
>
>> _ I doubt Syslinux can be successfully built in a "pure 64-bit" OS, but
>> I could be wrong. I have always seen some form of "multilib" or
>> "lib32-glibc" or similar as a dependency.
2014 Jan 13
3
installing syslinux on a fresh system (SATA)
Hi
I understand you (mostly).
0) How do i "install the MBR code as well and to activate your partition."
1) "mount /dev/sda1 /mnt" -->> successfully completed.
2) "mkdir /mnt/extlinux" -->> successfully completed.
3) "extlinux --install /mnt/extlinux" -->> does not work.
Funny, but it it seems that there is no such thing as
2008 Apr 26
3
extlinux: missing text on serial output
Hi!
Using the following extlinux.conf
serial 0x2f8 57600 0x013
# that is, RTS/CTS flow control on COM2
prompt 1
timeout 100
say Select 'linux' or 'xen'.
say Automatically booting 'xen' in 10 seconds.
default xen
label linux
kernel /vmlinuz-2.6.18-6-686
append initrd=/initrd.img-2.6.18-6-686 root=/dev/mapper/xen1-root ro console=tty0 console=ttyS1,57600n8r noresume
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
2015 Feb 09
2
extlinux installer build failed
On Mon, Feb 9, 2015 at 11:58 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
> _ I doubt Syslinux can be successfully built in a "pure 64-bit" OS, but
> I could be wrong. I have always seen some form of "multilib" or
> "lib32-glibc" or similar as a dependency. If you succeed in building
> Syslinux in a "pure 64-bit" OS, please let us
2010 Jul 13
2
EDD errors from extlinux on USB
Hi,
I got this from my digital camera with Syslinux compiled from source
(yes, I've got a configuration file with a UI directive):
SYSLINUX 4.02 pre-1-g0ee5047 CHS Copyright (C) 199...
EDD: Error 0100 reading sector 0
EDD: Error 0100 reading sector 2252244088
EDD: Error 0100 reading sector 2252244089
EDD: Error 0100 reading sector 2252244090
EDD: Error 0100 reading sector 2252244091
EDD:
2013 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Geert Stappers <stappers at stappers.nl> writes:
> Op 2013-10-15 om 20:03 schreef Ferenc W?gner:
>
>> lua: import Lua 5.2.2
>
> Posted as [patch01/21]
> Which was too big for the mailinglist.
> So some other way is needed to share that information ...
Hmm, yes. The series is available at https://github.com/wferi/syslinux
as well (lua52 branch, based on upstream
2010 May 30
1
MENU SAVE vs RAID-1
Hi,
How does MENU SAVE interact with /boot on RAID-1? Doesn't it introduce
a hidden inconsistency, which may resolve in unexpected ways? (Like
mentioned in extlinux.txt at boot-once support.)
--
Thanks,
Feri.
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi,
This is my current patch queue. The patches are independent, AFAIK,
so feel free to cherry-pick or reject them independently.
The bottom one was needed for a successful build here; the top one
contains all the modifications you requested on IRC, and more.
Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to
get rid of them.
Comments welcome.
---
Ferenc Wagner (5):
2007 Sep 15
2
keeppxe+memdisk+FreeDOS example?
Hi,
I'm trying to get the above working, without success so far: UNDIS.DOS
refuses to load with an invalid NDIS stack message (from memory).
keeppxe has some effect: it reduces the available conventional memory
by 140 kbytes or so... still, the packet driver doesn't seem to find
the interface. Does anybody have a working setup I could look at?
--
Thanks,
Feri.
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses
the first sector on /dev/sda1 but EXT3 filesystem doesn't?
On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote:
> Kun Huang <gareth at unitedstack.com> writes:
>
> > For a bootable usb drive, syslinux seems use MBR and VBR
>
> (and some files on the partition)
>
2010 May 31
1
[PATCH] docs: explain the danger of IPAPPEND 1
Signed-off-by: Ferenc Wagner <Ferenc Wagner wferi at niif.hu>
---
doc/syslinux.txt | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 76cae24..0ec2695 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -163,11 +163,10 @@ IPAPPEND flag_val [PXELINUX only]
... based on the input from the DHCP/BOOTP or PXE boot
2013 Dec 17
6
EFI build problems
Hi,
The internal Gnu-EFI build gives me grief:
* efi/check-gnu-efi.sh: uses realpath, which is not available on my
Debian wheezy system. I now use readlink -f, but wonder if it's
needed at all.
* efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd,
which is not built into a standard Bourne shell invoked by #!/bin/sh.
Again I wonder what's the point of it, as
2015 Mar 18
0
Fail to set up UEFI syslinux on ArchLinux USB Flash Drive
alex lupu <alupu01 at gmail.com> writes:
> On Tue, Mar 17, 2015 at 4:16 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>
>> alex lupu via Syslinux <syslinux at zytor.com> writes:
>>
>>?>? Obviously it would work IF I moved the vmlinuz
>>> and initramfs ?files from /dev/sdd2 to /dev/sdd1.
>>>
>>> I figured that would probably be
2014 Jan 14
2
installing syslinux on a fresh system (SATA)
Thanks all,
I did find extlinux in "my syslinux tarball" (I think that I understand
my confusion now - I will explain at the end).
So, now almost everything is fine......
Clearly my extlinux.conf is working (I can see my output on the console
(SAY XXX))
I have a bzImage + rootfs.tar
I tried :
0) mount /dev/sda1 /mnt/MyMountForSda1 -->> success
1) cd /mnt/MyMountForSda1
2014 Jan 02
2
[syslinux:firmware] version: Bump version & Lua
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 12/12/2013 12:31 AM, Ferenc Wagner wrote:
>
>> Shall I rebase it to the current firmware head?
>>
>> Also, 5.2.3 was released a couple of days ago. It's a bugfix release.
>> I made it into a sepearete commit (pushed).
>>
>> Better default Lua paths (source and binary) would be
2014 Jan 12
4
installing syslinux on a fresh system (SATA)
Hi!
It's funny, but I was unable to find an answer to my question.
I am building an embedded system (x86).
I want to install syslinux on a fresh system.
So, I am booting from a USB LINUX CD (Ubuntu 12.04 in this case).
1) I must have an ext2 partition (This is my application).
2) I understand that I must have a FAT partition (to install
syslinux). Correct ?
So, basically I understand that
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
2008 Jul 07
1
.config in menu.c32
Hi,
Playing with menu.c32 I noticed that with config
extlinux.conf:
default menu.c32
label other
config other.conf
other.conf:
label default
config extlinux.conf
pressing TAB on the menu item "other" prints
> .config other.conf
Is this .config thing internal to menu.c32? Is it supported at all?
Selecting it freezes under QEMU. I know I could load