Displaying 7 results from an estimated 7 matches for "0wn".
Did you mean:
0w
2008 Nov 19
3
editing kernel options before boot
Hello,
With grub I can use "e" to edit the kernel options before booting.
Can I do this with pxelinux.0?
I have a lot of kickstart files, and now I have inherited a lot of
hardware which requires a serial console and text install.
Instead of doubling the number of kickstart files, it would be nice if
I could append "text serial=XXX" to the kernel options for a
particular
2007 Dec 10
2
Reloading pxelinux via menu.c32
Hi All,
I have used menu.c32 to offer several booting
options to our users via pxelinux... the icing on
the cake would be if there was some mechanism
whereby the pxelinux boot could be restarted,
with the usual search for pxelinux.cfg/... files...
all without a reboot and going through POST.
Does anyone know if this is possible or if a comboot
module exists for such a thing ?
Cheers,
Doug
2011 Dec 08
0
[hivex] [PATCH 1/8] Add test hive and generator script
...2f3821e631b6bc2d41ae885a72
GIT binary patch
literal 12288
zcmeI2zfV(96vw|+q1uSn9|I;vAF<KJn3gKyL at 2buM1>e64lGrl(iE#H)#&y{{s0FY
zOc?wl++-w9jEsy74o=26`23#RKKmX*?BD>&_mXq(x%Zy)z4v`Oog13|v!|&PV79fq
z at nPWO7jw}^vu3_$4m<PbF~+}nJit9naBQK88XlwW{O5SdaS~-zFwU4en6+HBeM#VR
zZS?29yqGQ}0wN#+A|L`HAOa#F0wN#+BJke{EIg_;oM^Ty9lZnC%4!&fjrvu1S4!{g
zZNS#n((ShZ^Ou>&kkEV^gU)!_7Iw7boab`6nfueT)7PeM&)N3+uP|Jy0|9-rL$vce
zC50pJ?7<=HP6W=ny|2h{1O{=Aktqx2Q-#NF$o$M8I|P5N?-GA$k9fDv_%WPJ=zHDx
zY+T>1^L8%2eb>Izc8iSNnAeZ5?WvoHJ#2|P&q(S3QztA+O$0<h1VlgtL_h>YKm<fU
z1VlgtdL!...
2008 Mar 03
1
Syslinux compilation in MinGw
hi
I have download the syslinux-3.51 source package and i have tried to compile syslinux with MinGw.
I got the following error message.
***********************************************************************
$ make
nasm -O99 -f bin -DDATE_STR="'0x47bd5366'" -DHEXDATE="0x47bd5366" \
-DMAP=isolinux.map -l isolinux.lst -o isolinux.bin isolinux.asm
2008 Jul 16
2
Three questions/feature requests
I have three questions. If these are not currently possible, consider
it a feature request:
1. Is it possible to create label aliases, such that one label will
simply use the configuration of another, without having to completely
copy the configuration. It would also be great if these aliases could
cross INCLUDE boundaries, such that a label can call a label defined in
an included file.
2008 Feb 13
1
menu.c32 empty label?
The attached config works, but gives 2 error messages that get covered
up by the GUI screen so fast I cannot read them. I think they are
probably about having 'LABEL' with nothing after it. I was trying to
follow the example in menu.doc but somehow I'm doing it wrong. Please
consider helping me figure out how to get the same resulting GUI menu
without any error messages.
I am using
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello.
I am trying to run advanced dialog-like menus from com32.
But I can not boot anything... ? it always fails. :-)
So, my /path/to/pxelinux.cfg/default looks like this:
--------------8<--------------
DEFAULT pxemenu/fancy.c32
PROMPT 0
IMPLICIT 1
TIMEOUT 600
LABEL test
MENU LABEL Test
KERNEL suse10_3/vmlinuz
APPEND initrd=suse10_3/initrd.img ....(and so on)....