Displaying 20 results from an estimated 8000 matches similar to: "syslinux.cfg, default, labels"
2017 Sep 28
0
syslinux.cfg, default, labels
gxhniip421zw--- via Syslinux <syslinux at zytor.com> writes:
> I have tried
>
> default vmlinuz-4.12.13_1 root=.... rootflags=.... initrd=....
>
> but vmlinuz does not get executed.
> I was given a prompt ("boot:"). Despite that "prompt 0" and "timeout
> 0" are present in the cfg.
To exclude the possibility of some unfortunate filename
2015 Aug 02
1
interacting with UART
On Sat, Aug 1, 2015 at 4:56 PM, Tal Lubko via Syslinux
<syslinux at zytor.com> wrote:
> Hi Geert
>
>
> Thanks for your help.
> What I'm planning to do is to write COM32 image that will open UART channel and wait for input (until timeout arrives).
> In case input arrives, it will parse and validate it and act accordingly.
> My solution doesn't involve user
2002 Apr 22
4
Question about Journaling Root Filesystem.
I am trying to use data=journal on my root file system. I have separate
slices on which journal=data works fine on all of them, except root. I
have tried putting rootflags=journal=data on my kernel line in Grub, but
I get a kernel panic. I'm missing something simple, I jut know it. It
can't be the kernel version because it works on the other slices. My
etc/fstab file is as follows:
2015 Feb 26
2
Re: Broken OS when booting rootfs from 9p share
On Tue, Feb 24, 2015 at 11:56:50PM +0100, Olivier Mauras wrote:
>
>
> On Tue, 2015-02-24 at 16:05 -0500, Laine Stump wrote:
> > On 02/24/2015 03:37 PM, Olivier Mauras wrote:
> > >> Hello,
> > >>
> > >> I've been trying to boot a VM with the rootfs being a 9P share from
> > >> the host. The VM OS is centos 7.
> > >>
2010 Mar 12
4
PXELINUX menu is not displayed at start-up
Hello,
I have the following problem. I am trying to pxeboot a virtual machine using
Sun's Virtualbox. I am trying to experiment with the menu options of
pxelinux and this is my pxelinux.cfg/default file.
# generated by fai-chboot for host cdbexample with IP 172.16.31.200
default menu.c32
prompt 0
default fai-generated
timeout 300
#ONTIMEOUT local
MENU TITLE PXE Menu
LABEL fai-generated
2005 Dec 12
2
Configuration question for syslinux 3.11 menu and ontimeout option
I just started to play with syslinux 3.11 and have some problems with the
configuration. I want to implement following:
wait 5 seconds till the users chooses the right label. if nothing is done
for 5 seconds it should boot from next boot device specified by the BIOS.
I configured syslinux like that:
default menu.c32
prompt 0
timeout 50
ONTIMEOUT localboot
totaltimeout 200
display boot.msg
MENU
2009 Aug 11
1
[PATCH server] remove appliance bits
This removes the appliance configuration bits from the installer and associated files since it has been deprecated
---
installer/modules/ovirt/files/cobbler-import | 6 -
.../modules/ovirt/files/ovirt-appliance-setup | 4 -
installer/modules/ovirt/files/ovirt-storage | 73 ----------
installer/modules/ovirt/manifests/appliance.pp | 152 --------------------
4 files
2015 Feb 24
2
Re: Broken OS when booting rootfs from 9p share
On 02/24/2015 03:37 PM, Olivier Mauras wrote:
>> Hello,
>>
>> I've been trying to boot a VM with the rootfs being a 9P share from
>> the host. The VM OS is centos 7.
>> The OS boots but no services can work and it appears that the
>> authentication system is broken.
>>
>> Now the funny thing is that booting the same OS on the same 9P share
2015 Aug 01
3
interacting with UART
On Sat, Aug 01, 2015 at 12:58:40PM +0000, Tal Lubko via Syslinux wrote:
> Hi
>
> I would like SYSLINUX to get input from UART and act accordingly.
> For example, I want to choose what rootfs to load according to the sequence received from UART.
> So I'd like to know if SYSLINUX a the infrastructure for doing this
Yes, Syslinux supports serial ports a.k.a. UARTS. Since the very
2014 Dec 03
0
vesamenu back to text before booting
On Dec 3, 2014 3:54 AM, "Thorsten Glaser" <t.glaser at tarent.de> wrote:
>
> On Tue, 2 Dec 2014, H. Peter Anvin wrote:
>
> > This is the default unless the "quiet" option is set.
>
> Hmm.
> It does not switch back to text mode when chaining to
> https://www.mirbsd.org/MirOS/current/i386/boot renamed
> to "pxebsd.0" (used to be
2002 Jul 02
1
rootflags=data=journal and grub
I hate to bother the list with this, but I am lost.
With our servers that use LILO we use append=rootflags=data=journal.
I have read everything I can find on GRUB, the key is everything I can
find, and I have no idea how perform the
same function in grub.conf
Randy
2015 Feb 23
2
Broken OS when booting rootfs from 9p share
Hello,
I've been trying to boot a VM with the rootfs being a 9P
share from the host. The VM OS is centos 7.
The OS boots but no services
can work and it appears that the authentication system is broken.
Now
the funny thing is that booting the same OS on the same 9P share
manually with Qemu works as expected with a fully functionnal OS... So
I'm wondering what could libvirt do that render
2006 Jan 23
1
Newbie question: need assistance setting up a boot menu for linux dist + win98
Hi,
I want to Boot up from a USB Disk-On-Key, Pull up a menu of:
Start Fresh install of WBEL 3.0
Start Fresh install of WBEL 4.0
Start Fresh install of CentOS 3.6
Start Fresh install of CentOS 4.2
Load Win98 boot disk and end with command prompt.
My problem is that I'm a novice user (sounds nicer than a newbie :)) ) and
my experience with Linux was
vanilla installs with no
2012 Dec 06
4
problems with isolinux over serial console
Hi,
I'm missing something in my isolinux.cfg configuration but I'm not quite
sure what it is. menu.c32 displays properly over video console, but on the
serial connection, the first letter of the labels are duplicated, and the
margin is pushed off towards the right:
http://dl.dropbox.com/u/59666947/isolinux.jpg
my config is:
--- cut ---
1. serial 0 115200
2. console 0
3.
4.
2014 Dec 03
4
vesamenu back to text before booting
On Tue, 2 Dec 2014, H. Peter Anvin wrote:
> This is the default unless the "quiet" option is set.
Hmm.
tglaser at luna:/srv/tftp $ fgrep -ri quiet .
Binary file ./hdt.c32 matches
Binary file ./ldlinux.c32 matches
Binary file ./vmlinuz matches
Binary file ./linux.c32 matches
Binary file ./debian-installer/jessie/amd64/linux matches
Binary file ./debian-installer/jessie/i386/linux
2008 Oct 01
4
Pxelinux freezed
Some time ago, I sent a email to list. With my perfect english, wasn't
possible explain my problem, then I recorded a video, end upload to
youtube.
Please watch the video.
http://www.youtube.com/watch?v=z1KJ8sA4_5w
Samuel Rios Carvalho
2013 Apr 02
1
Problem with pxelinux 5.0 and memtest
Hi there,
----- Original Message -----
From: koxudaxi at gmail.com
To: syslinux at zytor.com
Date: 01.04.2013 10:00:27
Subject: Re: [syslinux] Problem with pxelinux 5.0 and memtest
> On 04/01/2013 09:28 AM, H. Peter Anvin wrote:
>> On 03/31/2013 05:26 PM, Koudai Aono wrote:
>>> I ran the test on a x86 emulator is called Oracle VirtualBox.
>>> I think it might not be
2000 Dec 17
1
bomb out on unknown rootflags?
Doing some debugging of my kernel build with ext3 and noticed something
interesting. At the bottom of the rootflags options processing loop
there is a return failure if there was an option that ext3 did not know
about.
Should this be the behaviour? Would it not be better to ignore options
not recognized? Surely, some day, some other filesystem is going to
want to use rootflags to have one of
2005 Dec 27
4
ONTIMEOUT LOCALBOOT -1 and menu.c32 -
Hi,
I am having some problem with LOCALBOOT and menu.c32
This is my isolinux.cfg:
-------------------------------------------
default menu.c32
timeout 50
prompt 0
ontimeout local
menu title "TITLE"
label livecd
menu default
manu label "LiveCD"
kernel gentoo
append initrd=initrd.igz root=/dev/ram0 init=/linuxrc looptype=squashfs loop=/ livecd.squashfs
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in
a "safe" environment since for all I know it could nuke your "real root"
by mistake.
-hpa