Displaying 20 results from an estimated 9000 matches similar to: "Booting linux install on usb key using extlinux"
2009 Sep 30
2
Bootable CD for booting of USB HDD
Hi,
I bought a USB hard drive, got Mandriva installed on it, and made it bootable
with extlinux. Works great on machines that can boot from USB. I also created
a boot cd using the instructions in the wiki. This is working too.
The only problem with the boot cd is that I had to copy the kernel, initrd,
etc. to the cd. This means that whenever I install a new kernel I'll have to
create and
2010 Oct 14
2
Stumped by extlinux After OS Upgrade
Hello fellow syslinux/extlinux users! Please forgive the long post, but I
believe my problem warrants the background info to understand the issue.
I've developed a specialized spin of Fedora that runs off CompactFlash.
The spin is actually produced by the livecd-tools package and is then
transferred to the CF card -- which has been formatted with ext3 -- using
livecd-tools'
2006 Nov 29
1
Booting with extlinux ?!?
Hi,
I'm unable to utilize extlinux properly. I must be doing something wrong:
Clear entire hdd:
dd if=/dev/zero of=/devv/hda bs=1M
Creating single active partition...:
fdisk /dev/hda
Formatting the partition...:
mkfs.ext2 /dev/hda1
Mount it:
mount /dev/hda1 /mnt/hd
Install extlinux:
extlinux -i /mnt/hd
reboot machine and force it to boot from the hdd...
"Booting from
2012 May 17
2
Manually copy over ldlinux.sys
Hello,
I am working on a remote upgrade that will utilize a squashfs to boot
off the hard drive.
I have everything worked out and functioning, except I see installing
extlinux as an unecesarry step. The only thing I use the command for
is to install the ldlinux.sys file to the /boot/extlinux/ folder.
The rest of it is just a file copy.
What manual step can I take to avoid the installation of
2009 Apr 16
1
Can Asterisk bridge between a SIP client and a Cisco Call
>
> Hi,
You can achieve this by integrate CCM and asterisk using SIP trunk.
In CCM you can create SIP trunk, After creating SIP trunk in between CCM and
asterisk, you have to configure dialplan on CCM to pass the calls to
asterisk.
One the caller id comes to Asterisk you have to use extension.conf to route
the calls.
You can also try with freepbx GUI to configure inbound route, it makes
2008 Dec 10
2
extlinux: usb for multiples machines
Hi!
I installed Debian in a pendrive and I used extlinux. I need a boot
for multiples machines. When I use the config file below, my pendrive
works fine:
DEFAULT linux
LABEL linux
KERNEL ../vmlinuz
APPEND ro root=/dev/sda1 initrd=../initrd
But I need a boot for any machine. Then, I tried it:
APPEND ro initrd=../initrd
but the boot stops after discover the correct location of the root
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
2016 Jan 31
2
sys/extlinux booting of kernel on different partition (two linux installs)
I have LVM volumes:
/dev/disk1/main
/dev/disk1/mainboot
/dev/disk1/other
/dev/disk1/otherboot
I can boot main by using syslinux with syslinux.cfg including:
LABEL main
MENU LABEL Main
LINUX ../vmlinuz-linux
APPEND root=UUID={UUID} {kernel parameters}
INITRD ../initramfs-linux.img
(1) I see a lot of places saying syslinux can't boot a kernel on
another partition, and that you have
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
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
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
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