search for: livecd_unstable1

Displaying 3 results from an estimated 3 matches for "livecd_unstable1".

Did you mean: livecd_unstable
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?
...e 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?
...elligent 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 >