search for: extlinuxconf

Displaying 4 results from an estimated 4 matches for "extlinuxconf".

2010 Aug 10
2
Replace grub with extlinux
...wapon -v /dev/hdb5 Installing extlinux to /dev/sda1 dd if=/dev/zero of=/dev/sda bs=446 count=1 dd if=/mnt/sdb1/usr/share/syslinux/mbr.bin of=/dev/sda install -d /mnt/sda1/boot /sbin/extlinux --install /mnt/sda1/boot Writing extlinux.conf file export ExtlinuxConf=/mnt/sda1/boot/extlinux.conf echo "DEFAULT AlDimnaOS" > $ExtlinuxConf echo "LABEL AlDimnaOS" >> $ExtlinuxConf echo " KERNEL /boot/vmlinux-2.6.34-AlDimnaOS-0.0.0.1" >> $ExtlinuxConf echo " APPEND initrd=/boot/vmlinux-2.6....
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
...ot; error, thus hiding the root cause from the trace. Defining a separate exception for "no bootloader config file found" avoids this. diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub --- a/tools/pygrub/src/pygrub +++ b/tools/pygrub/src/pygrub @@ -29,6 +29,9 @@ import grub.ExtLinuxConf PYGRUB_VER = 0.6 +class NotFoundError(RuntimeError): + pass + def enable_cursor(ison): if ison: val = 2 @@ -412,7 +412,7 @@ class Grub: self.cf.filename = f break if self.__dict__.get(''cf'', None) is None: -...
2013 Jan 04
2
Syslinux 5.00 - Doesn't boot my system / Not passing the kernel options to the kernel?
...-install --raid /boot/syslinux 3) cd /boot/syslinux && cp -i /usr/share/syslinux/*.c32 . (I didn't overwrite "ldlinux.c32", which was created by extlinux --install...) 4) My /boot/syslinux/extlinux.conf looks like # This configuration file was generated automatically by gen-extlinuxconf. TIMEOUT 60 UI menu.c32 MENU TITLE Boot Menu MENU COLOR title 1;37;40 MENU COLOR border 30;40 MENU COLOR unsel 37;40 LABEL kernel1_bzImage-latest MENU LABEL Gentoo Linux Latest LINUX /kernel-genkernel-x86_64-3.7.1 INITRD /initramfs-genkernel-x86_64-3.7...
2012 Dec 16
1
Upgraded to Syslinux 5.00 - Failed to load ldlinux.c32
...xr--r-- 1 root root 1804 Dec 16 15:51 vpdtest.c32 -rwxr--r-- 1 root root 2416 Dec 16 15:51 whichsys.c32 -rwxr--r-- 1 root root 3520 Dec 16 15:51 zzjson.c32 6) Rebooted My extlinux.conf: sysresccd# cat /boot/extlinux/extlinux.conf # This configuration file was generated automatically by gen-extlinuxconf. TIMEOUT 30 UI menu.c32 MENU TITLE Boot Menu MENU COLOR title 1;37;40 MENU COLOR border 30;40 MENU COLOR unsel 37;40 LABEL kernel1_bzImage-3.6.10-gentoo MENU LABEL Gentoo Linux bzImage-3.6.10-gentoo LINUX /bzImage-3.6.10-gentoo INITRD /better-initramfs...