Displaying 6 results from an estimated 6 matches for "rdpath".
Did you mean:
ldpath
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
...boot.msg
F3 msgs/info.msg
label soe
kernel 1/startrom.bs
label bart
kernel 2/startrom.bs
-winnt.sif- (renamed to 1/win.sif)
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdimageoffset=36352
/rdpath=1\w2ksoe.sdi"
-winnt.sif- (renamed 2/win.sif)
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdimageoffset=36352
/rdpath=2\bartpe.sdi"
2008 Nov 10
2
PXE booting BartPE ISO file to Eee Pc
...f my TFTP server and renamed it
ntldr. I also put startrom.com in there (renamed startrom.bs), ntdetect.com,
and winnt.sif.
My winnt.sif file:
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd
/rdpath=pebuilder.iso"
My pxelinux menu to boot startrom.bs:
label bartacronis
MENU LABEL ^BartPE w/ Acronis
kernel startrom.bs
Seems to just go to a screen with a blinking cursor and just hang there
forever. I have other things in my boot menu that all work fine so I'm
assuming it has to do wi...
2005 Nov 13
1
FW: pxelinux and bar
...o load the startrom.bs
(startrom.com renamed). Have the ntldr (setupldr.exe) and NTdetect.com
in the root also. Create a WINNT.SIF in the root.
[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd
/rdpath=2\winpe.iso"
;OsLoadOptions = "/noguiboot /fastdetect /minint /rdimageoffset=36352
/rdpath=2\bartpe.sdi"
That should get you started. There a heap of threads now on the topic at
911cd forums. See my original thread.
http://www.911cd.net/forums//index.php?showtopic=9685&hl=
If...
2005 Apr 19
1
Large files timeout
I am trying to download a 200MB ISO file and each time I attempt to do
so it will timeout after around 30 MB. I've used both a Microsoft and a
FreeBSD tftp client with the same results. When PXE booting a pc and
letting it download the ISO it either hangs halfway through or the ISO
appears to be corrupted when trying to boot to it from ramdisk. I am
looking for suggestions on how to
2005 Apr 21
0
BartPE over PXE
...disk. Windows 2003 SP1 supports booting ISO from a
ramdisk. If you place startrom.com, NTLDR (setupldr.exe renamed), an
appropriate winnt.sif
[SetupData]
BootDevice = "ramdisk (0)"
BootPath = "\i386\System32\"
OSLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd
/rdpath=pebuild.iso
file with the correct parameters and the ISO file (BartPE using W2003
SP1 source) into the root of the tftp server you can boot an Windows
2003 SP1 based ISO from ramdisk.
After updating to the latest available ebuild of tftp-hpa on my gentoo
box I appear to be able to download a lar...
2006 Apr 25
4
pxelinux and startrom.com
Greetings Luis,
I saw a thread about Startrom.com and startrom.o that had your name
attached...
I was wondering if you had a moment to comment on an issue that I have.
I have a Linux server that is our corporate PXE server. It is set up in
a logical folder structure so that a host can be pointed to boot a
variety of different OS's (DOS, Linux loaders, Windows PE). Here is in
my dilemma,