similar to: Bug#697412: xen-utils-4.1: pygrub does not recognize the include statement in extlinux.conf

Displaying 20 results from an estimated 6000 matches similar to: "Bug#697412: xen-utils-4.1: pygrub does not recognize the include statement in extlinux.conf"

2013 Jan 04
1
Bug#697407: xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location
Package: xen-utils-4.1 Version: 4.1.3-7 Severity: normal pygrub looks for extlinux config files "/boot/isolinux/isolinux.cfg" and "/boot/extlinux.conf", but the default Debian installation uses the config file "/boot/extlinux/extlinux.conf". (See /usr/lib/xen-4.1/bin/pygrub lines 405-407.) ...Marvin -- System Information: Debian Release: 7.0 APT prefers testing
2013 Jan 04
1
Bug#697409: xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions" and "partition"
Package: xen-utils-4.1 Version: 4.1.3-7 Severity: normal The function is_disk_image in /usr/lib/xen-4.1/bin/pygrub at line 45 distinguishes a partitioned disk from a partition by looking for 0xaa55 at offset 0x1fe in the image, but this is the bootsector signature, not the partition table signature. extlinux and other bootloaders put this signature there on bootable partitions (which don't
2013 Jan 04
2
Bug#697417: xen-utils-4.1: pygrub is unable to parse default Debian grub.cfg
Package: xen-utils-4.1 Version: 4.1.3-7 Severity: normal The grub.cfg created by a default Debian installation uses many configuration statements that pygrub does not recognize, and pygrub is unable to find any kernel to load. ...Marvin -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (500, 'stable-updates'), (500,
2013 Jan 05
0
Processed: merging 697407 697409 697412 697417, reassign 697407 to src:xen
Processing commands for control at bugs.debian.org: > merge 697407 697409 697412 697417 Bug #697407 [xen-utils-4.1] xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location Bug #697409 [xen-utils-4.1] xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions" and "partition" Bug #697412 [xen-utils-4.1] xen-utils-4.1: pygrub
2013 Jan 07
0
Processed: tagging 697412, tagging 697417
Processing commands for control at bugs.debian.org: > tags 697412 + moreinfo Bug #697412 [src:xen] xen-utils-4.1: pygrub does not recognize the include statement in extlinux.conf Bug #697407 [src:xen] xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location Bug #697409 [src:xen] xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions"
2013 Aug 16
0
Processed: tagging 697407 ...
Processing commands for control at bugs.debian.org: > tags 697407 + upstream patch Bug #697407 [src:xen] xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location Bug #697409 [src:xen] xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions" and "partition" Bug #697412 [src:xen] xen-utils-4.1: pygrub does not recognize the
2013 Aug 27
0
Processed: tagging 697407
Processing commands for control at bugs.debian.org: > tags 697407 + fixed-upstream Bug #697407 [src:xen] xen-utils-4.1: pygrub doesn't find extlinux.conf in default Debian location Bug #697409 [src:xen] xen-utils-4.1: pygrub does not correctly distinguish between "disk with partitions" and "partition" Bug #697412 [src:xen] xen-utils-4.1: pygrub does not recognize the
2010 Jul 15
3
Bug#589176: xen-utils-common: replace gawk with awk in scripts and Depends
Package: xen-utils-common Version: 4.0.0-1 Severity: wishlist Tags: patch I am not a gawk/mawk expert, but I looked carefully at the few uses of gawk that I saw in /etc/xen/scripts/vtpm-common.sh and network-bridge, and I did not see anything that was gawk-specific. It would be nice if they could be changed to awk and the dependency on gawk removed. base-files is Essential: yes and it
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 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
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
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
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
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
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
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
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
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
2015 Feb 09
2
extlinux installer build failed
On Mon, Feb 9, 2015 at 11:58 AM, Ady via Syslinux <syslinux at zytor.com> wrote: > _ I doubt Syslinux can be successfully built in a "pure 64-bit" OS, but > I could be wrong. I have always seen some form of "multilib" or > "lib32-glibc" or similar as a dependency. If you succeed in building > Syslinux in a "pure 64-bit" OS, please let us