Displaying 4 results from an estimated 4 matches for "livecd1".
Did you mean:
livecd
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 initrd=initrd2.gz root=/dev/rd/3 acpi=on
splash=silent vga=788 keyb=us fstab=rw,noauto
When written this...
2017 Oct 02
3
Help with PXE "Out of Memory" error?
Hello all! I have a server at work that we're using for PXE OS
installation and LiveCD loading. It's based on CentOS 7.3, and CentOS
comes with Syslinux version 4.05.
We've been having this issue, very rarely, with some systems that refuse to
load a LiveCD from the menu, claiming they're "out of memory" when we know
that is absolutely not the case; there's plenty
2017 Oct 03
0
Help with PXE "Out of Memory" error?
...ugh a lot less verbose during the loading of files,
should be more intelligent in how it attempts to load files into
memory.
LABEL livecd
MENU LABEL LiveCD_Unstable
LINUX /images/LiveCD_Unstable/unstable_vmlinuz
APPEND initrd=/images/LiveCD_Unstable/unstable_initrd.img my-options-here
LABEL livecd1
MENU LABEL LiveCD_Unstable1
COM32 linux.c32
APPEND /images/LiveCD_Unstable/unstable_vmlinuz
initrd=/images/LiveCD_Unstable/unstable_initrd.img my-options-here
--
-Gene
2017 Oct 03
3
Help with PXE "Out of Memory" error?
...es,
> should be more intelligent in how it attempts to load files into
> memory.
>
> LABEL livecd
> MENU LABEL LiveCD_Unstable
> LINUX /images/LiveCD_Unstable/unstable_vmlinuz
> APPEND initrd=/images/LiveCD_Unstable/unstable_initrd.img my-options-here
>
> LABEL livecd1
> MENU LABEL LiveCD_Unstable1
> COM32 linux.c32
> APPEND /images/LiveCD_Unstable/unstable_vmlinuz
> initrd=/images/LiveCD_Unstable/unstable_initrd.img my-options-here
>