similar to: extlinux probs

Displaying 20 results from an estimated 5000 matches similar to: "extlinux probs"

2009 Nov 25
1
Eliminating 'Unprintable ASCII' characters
Hi all, I have a csv file containing words with *UNPRINTABLE ASCII* characters (described in the following table). Are there any viable method in eliminating these characters? I realise that *EXTENDED ASCII* characters (i.e , ¡, ¢, £, ¤ etc) can be removed or replaced via *"gsub"* or *"gregexpr"* functions. But am not certain with the *UNPRINTABLE ASCII* characters. Your
2006 Jul 30
1
slightly OT: opinions on best webservice implementation
We have been using more and more Ror for new applications. Right now we are debating on the best way to implement some new webservices that will interact with our payment gateway. These webservices will be backend type functions. Updating customer/billing records, retrieving data, etc.. The interface for actually processing transactions won''t be changing. Ideally, the webservice will
2008 Feb 14
1
Riello Dialog Plus UPS
I have a Riello Dialog Plus UPS... someone knows how to configure nut for this UPS? I have tried the bestups, fentonups and sec driver without result... ( I have tried others driver too...) I have tried the genericups but it does not work... This UPS have a RS232 port and seems not to be a "contact closure" UPS (but the manual, for example, tells that "pin 9 contact close: battery
2015 Aug 08
0
Compiling extlinux statically
On Sat, Aug 8, 2015 at 10:32 AM, Adam Baxter via Syslinux <syslinux at zytor.com> wrote: > Hi, > I'm trying to build extlinux statically, but no matter what CFLAGS or > OPTFLAGS I set in the Makefiles I get bios/extlinux/extlinux: ELF 64-bit > LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared > libs), for GNU/Linux 2.6.24, >
2015 Aug 08
2
Compiling extlinux statically
Hi, I'm trying to build extlinux statically, but no matter what CFLAGS or OPTFLAGS I set in the Makefiles I get bios/extlinux/extlinux: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=ef970f59a48b226b2397b73a56e02a73b79c5f0a, not stripped I have tried adding OPTFLAGS= -static to the extlinux/Makefile as well as
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill, just to notify you that your al175 driver is being removed from the NUT tree, as of 2.4.0-pre1. if you wish to see it entering the tree again, please contact the Development mailing list to talk about it. Merry Christmas and happy New Year. Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader -
2005 Mar 01
2
EXTLINUX 3.07 - trouble with extlinux.conf
Hi, I want use extlinux 3.07 to boot Thinstation from hard disk. o I have kernel, whos name is vmlinuz, and init RAM disk (initrd). My hard disk is... Disk /dev/hda: 65 MB, 65536000 bytes 8 heads, 32 sectors/track, 500 cylinders Units = cylinders of 256 * 512 = 131072 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 499 63856 83
2015 Oct 20
0
Syslinux/Extlinux chain : Unexpected change of Extlinux configuration folder after reboot
> 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 to boot on ram > - A swap partition > > The system boot on syslinux to choose among Dos and Linux boot using
2008 Jan 27
1
[Fwd: Re: extlinux reports "./extlinux: path /media/disk doesn't match device /dev/sda4"]
The problem as I view it, lies in specifying a directory rather than a drive ( /mnt/.. or /media.. instead of /dev/sdb.. or /dev/sdc.. ). If, for instance, /dev/sdb1 is in fact mounted to /media/disk all is fine. If the path exists and is not a mountpoint ( /dev/sd... not mounted to it ), then extlinux will set the system disk as base for the directory. ( i.e. /media/disk = /dev/sda4 in my
2010 Jun 07
0
[PATCH] extlinux: Add the --menu-save option to set the MENU SAVE value from the running system using extlinux
--- extlinux/main.c | 9 ++++++++- libinstaller/syslxopt.c | 8 +++++++- libinstaller/syslxopt.h | 1 + man/extlinux.1 | 3 +++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/extlinux/main.c b/extlinux/main.c index 0669bb9..8a0ac63 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -381,6 +381,13 @@ int modify_adv(void) rv = -1; } } +
2008 May 30
1
extlinux VPATH build issue
Hi: I've been seeing intermittent build failures with the extlinux target, and I believe I've tracked it down to a VPATH issue. See this make -d log: Finished prerequisites of target file `extlinux'. Prerequisite `extlinux.o' is newer than target `extlinux'. Prerequisite `setadv.o' is newer than target `extlinux'. Prerequisite
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
2008 Jan 27
1
[Fwd: Re: extlinux reports "./extlinux: path /media/disk doesn't match device /dev/sda4"]
How often is this the case ? ??? > If extlinux is the system bootloader, then often what you call the > system partition will be the one that should have extlinux installed on it. I think in most cases people try to make _some_other_ disk bootable. If I boot with extlinux as the bootloader why should I want to install it again ? Apart from that it would then require -u not -i. Casual On
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
2019 Aug 05
0
Extlinux no longer bootable, how to fix?
On Sun, Aug 4, 2019 at 6:13 PM Tong Sun via Syslinux <syslinux at syslinux.org> wrote: > > Hi, > > I'm experiencing a strange problem, my extlinux is no longer bootable, > and I'm wondering how to troubleshoot the problem for a fix. > > It's not just an one-off thing, but is happening to me all the time -- > I use extlinux to boot up all my linux, and it
2010 Jun 25
0
extlinux can't boot
Hi all : my /dev/sda2 is ext3 format filesystem, the os moblin is installed in /dev/sda2 which is root partition, the bootloader is grub, now i want to change the bootloader to extlinux, but i came across some trouble, so i did some steps as following: 1. rpm -ivh syslinux-extlinux*.rpm 2. extlinux -i /boot/extlinux 3. i edit extlinux.conf , and put it in /boot/extlinux/, there is
2011 Nov 27
1
What extlinux -M does?
1. Which label is referred by -M, --menu-save=label Set the label to select as default on the next boot ? 2. With # grep 'label' /boot/extlinux/extlinux.conf label 1 menu label An old linux version 2.1 What will be the consequences of # extlinux -M 1 /boot/extlinux and # extlinux -M 'An old linux version' /boot/extlinux 2.2 What are
2010 Jul 07
2
extlinux-4.0 can't boot on our platform.
Hi all: my filesystem is btrfs. /boot and / is on the same partition(/dev/sda2, format btrfs). i install syslinux as following: 1. rpm -ivh syslinux-4.00-1.i386.rpm syslinux-extlinux-4.00-1.i386.rpm syslinux-tftpboot-4.00-1.i386.rpm 2. extlinux-i /boot/extlinux. (the extlinux.sys can't be create on the directory). 3. i copy extlinux.conf to /boot/extlinux . (of course
2015 Oct 20
2
Syslinux/Extlinux chain : Unexpected change of Extlinux configuration folder after reboot
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 to boot on ram - A swap partition The system boot on syslinux to choose among Dos and Linux boot using chain. When Linux is chosen, syslinux chains to
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