Displaying 20 results from an estimated 6000 matches similar to: "FW: EXTLIUX.SYS hangs"
2005 Jun 02
1
EXTLIUX.SYS hangs
I need help to get extlinux to work.
I am tiring to boot /dev/hda1 with a ext2 file system. I am using extlinux
3.08 and installed it in the /boot directory with "/sbin/extlinux /boot" and
set up the mbr with "cat mbr.bin > /dev/hda". The installer reported "/boot
device is /dev/hda1".
On booting extlinux.sys runs and displays "EXTLINUX 3.08 2005-05-19"
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
2005 May 25
1
boot Soekris 4801 with EXTLINUX
Hi.
I am trying to use EXTLINUX 3.08 to boot a Soekris net4801 from a
CompaqFlash card.
BIOS reports the CF card as the first master harddisk.
During boot/load the loader hangs after this output:
EXTLINUX 3.08 2005-05-19
PXELINUX and LILO works fine on the same setup
It this a general problem with Soekris/net4801 and EXTLINUX?
Regards
Johan Linn?r
2005 May 21
1
Problem with 3.08 under VMWare
Hi,
I previously had extlinux 3.07 booting off a VMWare SCSI disk fine. After
upgrading to 3.08, the system seem to hang after the EXTLINUX
welcome/copyright message, even before the boot: prompt appears.
Verified that downgrading back to 3.07 is fine, re-upgrading to 3.08 hangs
again.
Any ideas what might be wrong? Thanks.
Regards,
.lzs
--
Lai Zit Seng
http://pobox.com/~lzs/
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
2005 May 19
1
extlinux and block loopbacks
Hello--
I'm trying to use extlinux to make a bootable disk image, but I've hit
a wall. I've got a partitioned hard disk image with one ext2
partition in it. I've mounted the partition through a block loopback
device (/dev/loop1 on the host) and chrooted into it in order to run
extlinux. Within the chroot environment, /etc/mtab says:
/dev/hda1 / ext2 rw 0 0
...and within the
2010 Aug 10
2
Replace grub with extlinux
Hello all,
I am trying to replace grub with extlinux without any luck. I did
remove the grub from my root Partition and boot from a LiveCD. I
install syslinux and did those steps
Boot Partition:
mkdir -pv /mnt/sda1
mke2fs -jv /dev/hda1
mkfs -t ext3 /dev/hda1
mount /dev/hda1 /mnt/sda1
Root Partition
export SDB1=/mnt/sdb1
mkdir -pv $SDB1
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
2005 Feb 16
3
extlinux to boot linux from the second drive
Hi!
Can extlinux boot Linux kernel from the second drive? I want to leave
Windows XP on the first IDE drive and put Linux to the first partition
(ext2/ext3) on the second IDE drive. I am allowed to change MBR on the
first drive. Will the following configuration work?
/dev/hda1 - Windows
/dev/hdb1 - Linux root (/, /boot, ...)
/dev/hda - extlinux in MBR
/boot/vmlinuz
extlinux /boot
2005 Jan 25
1
SYSLINUX 3.08-pre5
I have released SYSLINUX 3.08-pre5. Sparse files should now work
correctly in extlinux. Symlink support still needs to be added, though.
-hpa
2007 Apr 11
2
Unable to figure out extlinux
OK, been perusing the archives and Google, but can't find what I want.
I'm building up a 512 MB compact flash using the CLFS directions to
build the filesystem. That works great, but I would like to use extlinux
to make the cflash bootable on my little SBC. However, to date, no dice.
Attached is my extlinux.conf file and the steps I have used to make this
work.
Initially I tried to
2013 Jan 06
3
[PATCH] extlinux: Make sure ldlinux.sys file is installed
Due to delayed 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
2005 May 23
1
Soekris net45xx initialization hang
I'm working with a Soekris net45xx SBC and I'm experiencing problems
using any syslinux code (syslinux, pxelinux, extlinux) above version
2.20. I'm interfacing with the Soekris via the serial console port,
which is the primary bios console. I've tried different configurations
with setting serial in the config file, but no change (though I dont
even thing it's getting to reading
2005 Aug 23
5
SYSLINUX 3.10-pre20 menu.32 hang in SIS900 bootrom
Hi, HPA:
Thanks for the nice new features, appreciate that. Syslinux is always a
nice program.
For the new version, 3.10-pre20, I encountered a problem now, my client
machine uses sis900 chip, and it still can not run simple menu with
pxelinux in this version (3.10-pre20).
It's same situation as I encountered when I used syslinux 3.07, 3.08 and
3.09.
For 3.10-pre20, I compiled in Fedora
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
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
the following config-file triggers a couple of odd corner-cases in
3.08-pre5 ;
SERIAL 0 19200
CONSOLE 0
APPEND console=ttyS0,19200n81 root=/dev/hda1
IMPLICIT 0
#DEFAULT sk1
#DEFAULT menu.c32
DEFAULT sk1
PROMPT 0
MENU TITLE Simple Boot Menu
LABEL sk1
KERNEL vmlinuz-2.6.10-sk1
APPEND console=ttyS0,19200n81 root=/dev/nfs
2005 Aug 05
1
Survey: SYSLINUX: 2.13 works, 3.0x don't (H. Peter Anvin)
> From: "H. Peter Anvin" <hpa at zytor.com>
> To: SYSLINUX at zytor.com
> Date: Fri, 05 Aug 2005 10:12:18 -0700
> Subject: [syslinux] Survey: SYSLINUX: 2.13 works, 3.0x don't
> Okay, this applies particularly to SYSLINUX, not ISO/PXE/EXTLINUX.
>
> If you have a system on which 2.13 boots and 3.0x don't, I would like to
> get as much information as
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
2005 May 16
1
RE: Large Floppy Images
On Thu, Feb 17, 2005 at 16:09:50 -0800, Mikey Sklar wrote
>
> I use 8MB DOS images with pxelinux to load firmware. Which platform
> would you like them for (I have many).
I just saw your post and I would definitely be interested in an 8 MB DOS
images to work with pxelinux. I have tried the method described in
http://people.cs.uchicago.edu/~gmurali/gui/downloads.html but I keep getting
2005 Mar 03
3
extlinux "boot failed" on older (pentium 3) motherboards
I have 3 older pentium-3 systems (asus cubx, asus cusl2-c) that give a
"boot failed" message when trying to boot with extlinux on a flash card
(which uses an ide converter, so it looks like a regular ide hard drive to
the os & bios). These worked fine when I used syslinux & fat16.
If I take out the flash card & ide converter and put it in a newer p4
system, it boots fine.