Displaying 20 results from an estimated 10000 matches similar to: "MENU SAVE vs RAID-1"
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
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
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
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
2015 Feb 22
1
Menu too quick
Hi,
I did try that, but then after the boot fails, the menu is displayed ... again...
-Mike
-----Original Message-----
From: Ferenc Wagner [mailto:wferi at niif.hu]
Sent: Sunday, February 22, 2015 3:22 PM
To: Bradley, Mike
Cc: syslinux at zytor.com
Subject: Re: [syslinux] Menu too quick
"Bradley, Mike via Syslinux" <syslinux at zytor.com> writes:
> I'm trying to add a
2014 Feb 22
2
showing informations in menu
On Fri, Feb 21, 2014 at 2:50 AM, Ferenc Wagner <wferi at niif.hu> wrote:
> Alexandre Blanchette <blanalex at gmail.com> writes:
>
> > Is there a way to show some bits of information in the menu, like
> > Syslinux version, MAC address and IP address? When the menu is loaded
> > at startup, this information is quickly erased and is not easily
> > readable.
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)
>
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.
2015 Feb 22
0
Menu too quick
"Bradley, Mike via Syslinux" <syslinux at zytor.com> writes:
> I'm trying to add a boot image to syslinux. It errors out, but the
> menu quickly comes back to cover the message(s).
>
> I'm running syslinux under QEMU/KVM.
>
> Is there a way to see the messages?
Exit the menu with ESC and invoke the label at the boot: prompt.
--
Feri.
2009 Mar 16
1
menu.c32: CPU Fault on console 0
Hi,
I hit a rather strange problem. I'm PXE booting an IBM Blade. It has
a BMC which provides serial over LAN via the BladeCenter management
module. Its BIOS has a "Console Redirection" option, which dumps its
VGA console messages to a serial port. "Redirection after Boot" is
disabled, but pxelinux runs "before boot", so everything arrives twice
on the serial
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 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
2013 Jul 01
2
menu.c32 dies without VGA until version 5
Hi,
Try running menu.c32 from Syslinux 4.06 under qemu -vga none without
disabling console output, for example:
SERIAL 0
SAY ls menu
LABEL ls
COM32 ls.c32
LABEL menu
COM32 menu.c32
This invocation works well:
$ qemu -hda extlinux.img -serial stdio
But this fails after invoking "menu":
$ qemu -hda extlinux.img -serial stdio -vga none
Syslinux 5.xx and 6.xx does not exhibit this
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 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
2013 Aug 30
2
Automatic boot menu?
"H. Peter Anvin" <hpa at zytor.com> writes:
> On 08/29/2013 04:14 AM, Ferenc Wagner wrote:
>
>> "H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> On 08/22/2013 10:20 AM, Ferenc Wagner wrote:
>>>
>>>> Now that Syslinux has ls.c32 and lua.c32, it should be possible to build
>>>> a customizable boot menu in
2014 Mar 02
1
stat() (was: pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding)
On Sun, Mar 2, 2014 at 3:53 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>> And an official stat() implementation would be very useful. After
>> inventing mine, I noticed rosh also invented its own...
#include <sys/stat.h>
int stat(const char *path, struct stat *buf);
I invented my own in rosh after not having one in the libraries based
on what I thought was the most
2009 Jan 21
1
Paravirtualized Debian (on CentOS host)
In order to create a paravirtualized guest/DomU, should i use the same
distro as the host/dom0 is?
Or is it possible to install a paravirtualized Debian (as a guest / DomU)
into a CentOS (host / Dom0) ?
Juan Pablo
On Tue, Jan 20, 2009 at 8:42 AM, Ferenc Wagner <wferi@niif.hu> wrote:
> Juan Pablo Torres <juanpablotorres@gmail.com> writes:
>
> > Im trying to install a
2008 Oct 13
3
console output
Hi All,
Does anyone knows what doest this output means?
[root@serverxen ~]# xm list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 3202 8 r----- 5220.1
vm1 3 4095 2 -b---- 3529.2
vm2 5 8191 4 -b---- 399.0
[root@serverxen ~]# xm