Displaying 20 results from an estimated 46 matches for "endtext".
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
2013 Sep 05
3
5.10 regression (from 5.01) MENU INCLUDE broken.
...1) SystemRescueCd: default boot options
LINUX /sysrcd-2.4.1/rescuecd
INITRD /sysrcd-2.4.1/initram.igz
APPEND subdir=sysrcd-2.4.1 scandelay=1
TEXT HELP
Boot standard 32bit kernel with default options (should always work)
You should use this entry if you don't know which one to use
ENDTEXT
LABEL rescuecd_docache
MENU LABEL 2) SystemRescueCd: all files cached to memory (docache)
LINUX /sysrcd-2.4.1/rescuecd
INITRD /sysrcd-2.4.1/initram.igz
APPEND subdir=sysrcd-2.4.1 scandelay=1 docache
TEXT HELP
Boot standard 32bit kernel and run system from RAM (cdrom can be removed)
I...
2008 Feb 23
1
TEXT HELP ... text ... ENDTEXT
Hi all!
I have a small problem with:
TEXT HELP
Help text ...
... which can span multiple lines
ENDTEXT
I tried version 3.1-20.11 & 3.61-1.
Both of them displayed a message, passing by very fast, about bad keyword...
Here is part of the DEFAULT file
******************************************
...
LABEL I
MENU INDENT 8
MENU LABEL ^I: SLES-10 SP1 avec AutoYast -i386/32
TEXT HE...
2012 Dec 07
1
ISOLINUX 5.00 TEXT HELP directive hang
Conditions to trigger this bug(s):
1_ Boot with ISOLINUX (SYSLINUX seems fine).
2_ Do NOT use the UI directive.
3_ In between TEXT HELP - ENDTEXT directives, use more than one line
of text.
*** syslinux.cfg start ***
DEFAULT vesamenu.c32
PROMPT 0
LABEL pwd1
COM32 pwd.c32
TEXT HELP
one line of text
two lines of text
ENDTEXT
*** syslinux.cfg end ***
Result: the system ([vesa]menu) hangs.
So for whichever reason, the text (specifical...
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive).
This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD.
For more info:
http://www.boot-land.net/forums/index.php?showtopic=8457
This 1 line patch fixes the issue (Thanks to
2017 Aug 05
1
menu.c32 background problem
On 8/5/17, Ady Ady via Syslinux <syslinux at zytor.com> wrote:
> Since you are using only 2 menu entries, would you consider the
> possibility of using the msg file(s) and the boot prompt, while
> avoiding the use of (vesa)menu.c32 for this particular project? If you
> do, there is room for improvements.
>
>
Thanks for the info.
Yes, I previously did not have a menu, for
2015 Aug 13
0
dd iso to flash drive
...es
All Existing Data!
TEXT HELP
Installs a new Striker Dashboard 01 using RHEL 6. Will
create a traditional
/boot + MBR install for systems with traditional BIOSes.
Partition will
be 0.5 GiB /boot, 4 GiB <swap>, remainder for /.
ENDTEXT
KERNEL vmlinuz
APPEND initrd=initrd.img repo=hd:sdb1:/
ks=hd:sdb1:ks/usb-new-striker01.ks
LABEL usb-new-striker02
MENU LABEL ^2) New Striker Dashboard 02 - RHEL 6 - USB - Deletes
All Existing Data!
TEXT HELP
Installs a new Striker Dashboard 02 using...
2013 Apr 24
4
TEST IMG/ISO FAILS in syslinux 5.01
The followings WORKS OK in Syslinux-4.06
LABEL ** ^TEST IMG/ISO File.
kernel /test/memdisk
initrd test/filename.iso
append iso
# [if not use iso raw]
TEXT HELP
[Tab] >Use (i) iso initrd=test/filename.iso OR (ii)
initrd=test/filename.extn
ENDTEXT
However sorry to say FAILS in Syslinux-5.01
Thanks in advance.
Prof S W Damle
2015 Aug 13
2
dd iso to flash drive
I?ve been trying to get the dd of an iso to a usb flash drive to work for CentOS 6.7. It is working with the CentOS 7 DVD1 iso (x64), but if I use the same process with 6.7 bin dvd1 iso or the 6.7 live dvd, the flash drive will not boot. I thought 6.x and forward could be done like this.
-wes
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
>>
2014 Mar 07
2
Syslinux EFI + TFTPBOOT Support
...Debian 7.4 Linux (DRBL mode, mostly local resources)
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img devfs=nomount drblthincli=off selinux=0 quiet
TEXT HELP
* DRBL version: 2.7.31-drbl1. (C) 2003-2014, NCHC, Taiwan
* Disclaimer: DRBL comes with ABSOLUTELY NO WARRANTY
ENDTEXT
label clonezilla
# MENU DEFAULT
MENU HIDE
MENU LABEL Clonezilla
# MENU PASSWD
kernel vmlinuz-pxe
append initrd=initrd-pxe.img devfs=nomount drblthincli=off selinux=0 quiet text 1
TEXT HELP
* Clonezilla version: 3.9.35-drbl1. (C) 2003-2014, NCHC, Taiwan
* Disclaimer: Clonezill...
2017 Jun 22
3
Where's the formal syntax?
...le isolinux.cfg which I've been emailed by the oficianado
is very unfamiliar and worrying. Where is the official syntax ?
--
Without knowing if/how the sample gets mangled in email, he sent:--
LABEL Corepure64
MENU LABEL Corepure64
TEXT HELP
Boot Corepure64
onbootpure64.lst
ENDTEXT
KERNEL /tce/boot/vmlinuz64
APPEND initrd=/boot/rootfs64.gz,/boot/modules64.gz loglevel=3 waitusb=5:LABEL
="USB16G" noswap
tce=LABEL="USB16G"/corepure64/tce opt=LABEL="USB16G" home=LABEL="USB16G"
---
Are these parameters part of syslinux syntax, or j...
2013 Jan 09
21
question
Hello,
Is "Dos installer from Win98" REMOVED from
Syslinux-5.00/syslinux-5.01-pre1?
Prof S W Damle
2020 Apr 07
1
ISOLINUX stuck at boot menu. How do I debug ?
...mpty line
# utilities submenu
menu begin ^Troubleshooting
menu title Troubleshooting
label vesa
menu indent count 5
menu label Start Fedora-Workstation-Live 31 in ^basic graphics mode
text help
Try this option out if you're having trouble starting
Fedora-Workstation-Live 31.
endtext
kernel vmlinuz
append initrd=initrd.img root=live:CDLABEL=Fedora-WS-Live-31-1-9
rd.live.image nomodeset quiet
label memtest
menu label Run a ^memory test
text help
If your system is having issues, a problem with your
system's memory may be the cause. Use this utility to
se...
2007 Aug 12
2
SYSLINUX-3.52-pre5: XP BOOTSEC.BIN Bug
...pdated a CD project that includes BartPE/WinPE, BartPE fails to
boot w/ 'CDBoot can not boot CD: error 4" msg. For the record, the
stanza that fails:
####
LABEL bartpe
MENU DEFAULT
MENU LABEL ^BartPE/WinPE
TEXT HELP
Boot the ultimate power tool for repairing Windows 2K/XP/2K3/Vista....
ENDTEXT
KERNEL /BOOTSECT.BIN
APPEND -
####
I realized almost immediately what was wrong and rolled back to the
modules from 3.50 and the boot error went away. In anticipation of
pos follow-up questions: did not forget the -boot-info-table
option; problem isn't media-related as I was testing und...
2013 Jun 25
8
Syslinux 6.00 released
On Tue, 25 Jun, at 01:09:47PM, H. Peter Anvin wrote:
> Not really... let's just document "make bios".
There's preliminary documentation in doc/building.txt.
--
Matt Fleming, Intel Open Source Technology Center
2014 Oct 24
3
Will syslinux UEFI boot the RHEL7.0 kernel (3.10.0-123.el7.x86_64) ?
...ff my USB install media.
(I'm using syslinux 6.03, official binaries.) All looks good, until I
select
my RHEL7 menu item.
LABEL oel70_x86_64
MENU label ^OEL 7.0/64 (Std build)
MENU DEFAULT
MENU INDENT 3
TEXT HELP
Pick me! Pick me! I'm the only choice anyway.
ENDTEXT
KERNEL /boot/ol/7.0/x86_64/vmlinuz
APPEND initrd=/boot/ol/7.0/x86_64/initrd.img
inst.stage2=hd:LABEL=EFIBOOT:/stage2/squashfs.img
inst.ks=hd:LABEL=EFIBOOT:/ks.cfg inst.gpt
It loads the vmlinuz, then starts loading the initrd.img, then dies. (No
output). And returns to the syslinux menu.
I&...
2018 Nov 01
0
SAY command (mis)behaviour?
...SHOWING EXAMPLE
LABEL debian.old
# Note the off-topic suggestion to use "LINUX"
# instead of "KERNEL" for "modern" Linux kernels
LINUX /vmlinuz.old
APPEND # WHATEVER YOU ALREADY HAVE HERE
INITRD /initrd.img.old
# Note the added TEXT HELP ... ENDTEXT directives
# and (your) text in between:
TEXT HELP
*** You are booting on old kernel, ***
*** edit DEFAULT in your extlinux.conf when done ***
ENDTEXT
# I AM SKIPPING OTHER ENTRIES, JUST SHOWING EXAMPLE
### End extlinux.conf (or even better, syslinux.cfg) ###
HTH,
Ady.
2009 Dec 04
1
vesamenu.c32: Last line of HELP MSG does not appear
...nds over several lines and
you manually set MENU HELPMSGROW and MENU HELPMSGENDROW, the last line
of the TEXT HELP will not be visible.
Concrete example:
MENU HELPMSGROW 24
MENU HELPMSGENDROW 26
LABEL bug
TEXT HELP
This is the first line, it is visible :D
This is the second line, it is hidden :(
ENDTEXT
MENU LABEL Bug
KERNEL /boot/bug
You can clearly see the TEXT HELP box extending over the right amounts
of rows, the last line of text is hidden however.
I suppose this is a bug or am I missing something?
-- Sven-Hendrik
2013 Jun 26
0
Syslinux 6.00 released
...DEFAULT
MENU LABEL Booten von der ersten Festplatte
COM32 chain.32
APPEND hd0
MENU AUTOBOOT Start in # Sekunden
MENU SEPARATOR
# Bootdisk
LABEL bootdisk
MENU LABEL ^Boot-Disketten
kernel menu.c32
append conf/bootdisk.conf zurueck.txt
TEXT HELP
einige Boot-Disketten
ENDTEXT
# livecd
LABEL livecd
MENU LABEL ^Live-CDs
kernel menu.c32
append conf/livecd.conf zurueck.txt
TEXT HELP
Linux (Slackware, Ubuntu) oder Windows
ENDTEXT
# avira
LABEL avira
MENU LABEL ^Avira Virenscanner
kernel menu.c32
append conf/avira.conf zurueck.txt
LABEL Reste
MENU LABEL...