search for: extlinux

Displaying 20 results from an estimated 851 matches for "extlinux".

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 tri...
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'. Pre...
2010 Jun 25
2
extlinux boot failer
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 extlinux.conf is my attached file. 4. cd /boot/extlinux ln -sf ../vmlinuz-2.6.32....
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 extlinux anymore. Here is an Q&A that I got from the syslinux site: > Hi! > > I was looking to downlo...
2006 May 06
1
extlinux 3.20-pre8 notes
hi Peter, everyone, I recently installed extlinux on my CF drive. after a few botches, it works, with menu.c32 too. Heres a few notes/observations: - menuing seems pretty sensitive to presence of tabs in extlinux.conf, unlike with pxelinux.cfg/default, Is this an oversight, or something Im misremembering ? - extlinux doesnt have the timeout aft...
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...
2009 Jun 28
4
how to remove extlinux?
hello, quick question about extlinux: I accidentally installed extlinux on the wrong partition (I run extlinux -i somewhere beofre mounting my usb key to somewhere). Now extlinux seems to be stuck in my main hd partition... how do I remove extlinux from the hard drive? I mean both the extlinux.sys file and the bits in the partition ta...
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 the boot sector of the Ext4 partition (chain hd0 2) The Ext4 partition contains several folders each containing a linux ra...
2007 Jun 10
3
Problem booting extlinux from disk
Hi, I am having a problem booting from a disk installed with extlinux. The exact configuration that worked with version 3.36, when upgraded to 3.50, appears to still work on the same disk. But if I zap out the disk (i.e. start from scratch again) and install extlinux, the disk fails to boot. Extlinux stops at the boot: prompt after displaying "Could not find ker...
2019 Aug 04
3
Extlinux no longer bootable, how to fix?
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 has always been working for me, for at least 10+ years. However recently I started to du...
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
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 We don't use a new option (I planed to use "-d" but it is already in...
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 Bl...
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...
2015 Oct 20
1
Syslinux/Extlinux chain : Unexpected change of Extlinux configuration folder after reboot
...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 to boot on ram >> - A swap partition Presumably FAT16 at the first (hd0 1; sda1) and EXT4 at second (hd0 2; sda2). >> The system boot on syslinux to choose among Dos and Linux boot using chain. >> When Linux is chosen, syslinux chains to the boot sector o...
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 , i have edit the extlinux.conf) 4. extlinux -U /boot/extlinux 5. cat /usr/share/sy...
2013 Jan 06
3
[PATCH] extlinux: Make sure ldlinux.sys file is installed
...d allocation feature on XFS filesystems, a write is not guaranteed to flushed out to the underlying file system after crash or something else - so we need to make sure that ldlinux.sys is installed correctly in the mounted filesystem. Signed-off-by: Paulo Alcantara <pcacjr at zytor.com> --- extlinux/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extlinux/main.c b/extlinux/main.c index 0204caa..f7eeeb7 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -687,6 +687,8 @@ static int xfs_install_file(const char *path, int devfd, struct stat *rst) } close(dirfd); + +...
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 setup ), at this point no user acknowledgment is required, but BR modified and extlinux.sys written to /media/disk. TODO: run a few tests with hpa's extlinux to verify. DONE: ./extlinux -i /media will in...
2014 Dec 24
0
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
> 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 > Thank you. The 'extl...
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 the differences between # extlinux -M 'An old linux version' /boo...
2012 Jul 29
3
extlinux.conf not found
Hello, I noticed the following behavior of extlinux 4.05: I created an ext3 filesystem on the first (primary and active) partition of a usb stick. I mounted it at /mnt/. Then I copied to /mnt/ldlinux.sys the ldlinux.sys found in the syslinux 4.05 archive and I created a basic /mnt/extlinux.cfg. Then I ran "extlinux -i /mnt/" and rebooted...