similar to: Help! Extlinux no longer bootable after reorder disk numbers

Displaying 20 results from an estimated 5000 matches similar to: "Help! Extlinux no longer bootable after reorder disk numbers"

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 duplicate my linux system from partition to
2010 Aug 16
2
gpt and extlinux how to get it bootable?
Hi I just tried to implement gpt extlinux booting in my archboot project. extlinux installs fine but i'm not able to boot the hd afterwards. Setting partition to boot on in parted doesn't seem to have an effect in GPT mode. Is there any way to get it booting, i haven't found any docu about it. Thanks in advance greetings tpowa -- Tobias Powalowski Archlinux Developer & Package
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
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
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
2010 Aug 08
1
PATCH/RFC chain.c: update iterator code, yank from chain.c, move both to separate directory
1) code split and move Iterator related functionality is yanked from chain.c and moved to iterator.{c,h}. Both are moved to com32/chain and this way chain.c is ready for further splitting. Alternatively, partiter could be moved to com32/lib at any time in the future. It's potentially useful for other modules (e.g. if someone wanted to code partition dumper or editor). 2) Iterator updates
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
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
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
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
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 table... Could not find any info how to doit. Thanks. Paolo
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
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 'extlinux' command
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 after menu-choice. if I dont choose, it times out and
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
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 kernel image: linux". It
2008 Feb 18
1
3.61 and .62-pre10: extlinux compilation problem on Linux 2.4
make[1]: Entering directory `/home/gzp/src/syslinux-3.62-pre10/extlinux' gcc -Wp,-MT,extlinux.o,-MMD,.extlinux.o.d -W -Wall -Wno-sign-compare -D_FILE_OFFSET_BITS=64 -g -Os -I. -I.. -I../libinstaller -c -o extlinux.o extlinux.c In file included from /usr/include/linux/vfs.h:4, from /usr/include/linux/fs.h:14, from extlinux.c:43: /usr/include/asm/statfs.h:12:
2008 Feb 06
2
EXTLINUX: Reading the extlinux.conf but can't find Kernel
Hi Folks, OK - I'm not entirely new to Linux but I'm certainly not great on the boot process. What I'm trying to achieve is to boot from an external USB HDD (not flash drive) using EXTLINUX. I've run an installation against the disk using a VM. The disk was partitioned as follows: /dev/sda1 = /boot (bootable) /dev/sda2 =/swap /dev/sda3=/ (i.e. root) /dev/sda4=/dos sda1 and 3
2007 Mar 09
1
Converting from isolinux to extlinux
Hi all, This maybe a newbie question in which case I apologise hugely. While I'm not new to Linux I am new to bootloaders :-/ I would like to install a custom CD distribution on a system via serial interface (that bit I can do) but the system doesn't have a CD-ROM drive! I'm trying to copy the ISO to the disk and boot from that. So far I have done this... - Net boot the system