Displaying 20 results from an estimated 80 matches similar to: "simple menu limitations"
2013 Sep 04
5
5.10 regression (from 5.01) MENU INCLUDE broken.
Hello,
Long story short, example config:
### cut
UI vesamenu.c32
MENU TITLE Multiboot USB
MENU BACKGROUND #00000000
MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
MENU COLOR unsel 37;44 #50ffffff #a0000000 std
MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
MENU BEGIN
MENU TITLE System Rescue CD 2.4.1
INCLUDE sysrcd-2.4.1.conf
MENU END
MENU BEGIN
MENU TITLE
2011 Aug 17
3
Live linux booting
I have a need to have a live Linux (Debian or sysrescued ) to boot off a hard-drive so that the
hard-drive ends up umounted after boot. (for running partimage ).
I've gone down the memdisk iso route and read about the issues there - I've seen a way to do this by
mounting over nfs (messy) - but I want to do this without the network.
I'm thinking that there should be a way to loop
2006 Jun 24
1
Parsing XML with REXML problem
Why can it not find my object? What am i missing here? Here is my code:
require ''rexml/document''
include REXML
# classes to represent the objects and relationships in the xml file
class Article
attr_accessor :id, :post, :archive, :ntype, :head, :blurb, :body,
:fblurb, :fimage, :att, :source, :copy, :brand
end
# the base parser
class BaseXMLParser
def initialize(filename)
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
I wrote a rexml script that parses rather big xml files (DOM parsing) and
builds an object out of them. This is what it looks like after i parse the
xml file and display the object:
[#<Article:0xb79e7428 @brand="This is a story from ", @id=5337,
@fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ",
@source="source",
2004 Nov 30
2
feature request/reminder - alias / bootsector
HPA, a longterm reminder. See below.
Can you also make a LABEL ignore other labels if no KERNEL statement is found in between? That way you could define multiple aliasses for an entry.
label foo
label bar
label memtest
kernel memtestp
foo ignores 'label bar' , 'label memtest' and executes 'kernel memtest'
bar ignores 'label memtest' and executes 'kernel
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
On 09/05/2013 01:55 AM, Gene Cumm wrote:
> On Wed, Sep 4, 2013 at 2:34 PM, Piotr Karbowski
> <piotr.karbowski at gmail.com> wrote:
>
>> With syslinux (extlinux) it will jump to last INCLUDE'ed menu always, with
>> 5.01 it will display list of elements, then allow me to choose which one I
>> want to enter.
>>
>> Even if the include part contain a
2004 Dec 10
3
pxelinux+memdisk
Hi,
I'm trying to use pxelinux+memdisk to boot to dos. And using dos tcp/ip
connect to windows network.
I've used winimage to create (dos.ima) image of dos bootable floppy. But
when I type dos at boot: prompt, it doesn't boot to dos instead show a
multi-coloured screen. At this moment ctrl+alt+delete also doesn't work.
Pls help
Jitender
2010 Feb 24
1
isolinux.cfg parsing issue
Hi,
I've been trying to setup a dual livecd. However I am getting an
error with parsing the isolinux.cfg. I am using 3.84.
the relevant section of the isolinux.cfg is as follows
label LiveCD1
kernel vmlinuz1
append livecd=livecd1 initrd=initrd1.gz root=/dev/rd/3 acpi=on
splash=silent vga=788 keyb=us fstab=rw,noauto
label LiveCD2
kernel vmlinuz2
append livecd=livecd2
2008 Mar 04
3
Failed to boot USB drive via syslinux if kernel is not in /
Hi,
Sorry for asking this again if this have been asked. I searched this
mailing list but I can not find the confirmed answer.
We tried to use syslinux to boot USB flash drive. The problem is, if we
put the kernel and initrd in /casper directory, syslinux failed to boot,
it showed us:
------------------
Booting error message:
SYSLINUX 3.11 Debian-2007-03-12 EBIOS
boot: /casper/vmlinuz1
Could not
2017 Feb 06
1
memdisk load failure on HP DL360g9
On Thu, Feb 2, 2017 at 1:26 PM, Ady Ady via Syslinux <syslinux at zytor.com>
wrote:
>
> > Hi all,
> >
> > I have observed a problem where, under legacy BIOS booting mode on the
> > DL360g9, memdisk fails to execute. The same mechanism works fine on the
> > DL360g8. The system displays the below on the console and ceases to
> > respond and must be
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
On 2014/3/7 ?? 05:23, Gene Cumm wrote:
> On Thu, Mar 6, 2014 at 10:55 AM, Bryan Romine <bromine1027 at gmail.com> wrote:
>> Sorry for the confusion, I am actually using 6.02. It turns out that I was
>> trying to use the 32-bit efi binary to load 64-bit kernels. I switched to
>> using "syslinux64.efi" but it hangs during boot, just before loading the
>>
2006 Jun 24
0
Best approach for loading a data object into mysql?
I wrote a rexml script that parses rather big xml files (DOM parsing) and
builds an object out of them. This is what it looks like after i parse the
xml file and display the object:
[#<Article:0xb79e7428 @brand="This is a story from ", @id=5337,
@fblurb="burb", @ntype="news type here", @copy="Copyright \302\251 2006 ",
@source="source",
2013 Apr 29
3
ifcpu[64].c32 functions drop to command line
I'm having issues with the ifcpu[64].c32 modules. I am building a menu system (as opposed to the command line only options I was previously using) to make it easier for my boss to use PXE. I discovered the modules for auto detecting the CPU and thought hey, that's great! However, I'm having an issue where when I select to boot say System Rescue CD, it drops me to the command line
2017 Feb 02
3
memdisk load failure on HP DL360g9
Hi all,
I have observed a problem where, under legacy BIOS booting mode on the
DL360g9, memdisk fails to execute. The same mechanism works fine on the
DL360g8. The system displays the below on the console and ceases to
respond and must be power cycled. Updating the firmware didn't help.
There didn't appear to be any similar issues on the mailing list unless I
missed them.
Wondering if
2004 Jun 04
2
chainload cdrom
perhaps the boot-from-cdrom code in Smart Boot Manager?
Bernd
>>>
No, since booting from CD-ROM requires that the El Torito part of the
BIOS is activated, which it won't be if it didn't boot from CD-ROM in
the first place.
----------------------------------------------------------------
Op deze e-mail zijn de volgende voorwaarden van toepassing:
2006 Jun 25
0
unable to boot XP (Image checksum error)
Hi,
I'm trying to make a triple-boot recovery CD containing Linux System
Rescue, XP Recovery Console, and DOS/WinME for GHOST etc.
I can compile the ISO fine, and the System Rescue stuff works fine too,
but when I try to boot the XP image isolinux says "Image checksum
failure... sorry" and dies.
Details below, separated with dashes
2009 Apr 29
3
Strange behaviour when using vesamenu.c32 and PXELinux
Hello,
I was wondering if anyone had any ideas and perhaps solutions around an
error i've been experiencing when using vesamenu.c32 (and the other
non-vesa menu too).
I have tried three different versions (the latest three) of pxelinux and
the other files. The problem exists in all of them.
My setup is pretty simple, filename defined in dhcpd, boot up from pxe,
starts requesting configs, and
2005 Nov 04
3
pxelinux menu questions
Hello all,
I have a few questions about the menuing system that I haven't been able
to find in the archives (it would be nice if they were available in a
searchable form other than having to click on a month-by month basis and
read through them - if they are searchable I would love to find a way to
do this but it hasn't jumped out at me).
My first question is : What is menu.c32? I
2006 Jan 03
0
Isolinux.cfg issues on certain BIOSes
Howdy to all,
We've been using isolinux quite successfully for quite some time now,
and I have come across a couple of laptops where isolinux balks at my
config file..
Upon booting on this systems, the image background appears corrupted,
and at the boot prompt, the following happens automatically.
Unknown keyword in config file.
Could not find kernel image: 1
boot:
Any label input here
2018 Feb 13
2
4.16-rc1: UBSAN warning in nouveau/nvkm/subdev/therm/base.c + oops in nvkm_therm_clkgate_fini
This is 4.16-rc1+todays git ona lowly P4 with NV5, worked fine in 4.15:
[ 7.361155] nouveau 0000:01:00.0: NVIDIA NV05 (20154000)
[ 7.386601] nouveau 0000:01:00.0: bios: version 02.05.19.03.00
[ 7.386715] nouveau 0000:01:00.0: bios: DCB table not found
[ 7.386983] nouveau 0000:01:00.0: bios: DCB table not found
[ 7.387166] nouveau 0000:01:00.0: bios: DCB table not found
[