search for: setupdata

Displaying 6 results from an estimated 6 matches for "setupdata".

Did you mean: setup_data
2004 Feb 27
3
load data for mypkg-Ex.R
Using R 1.7.1 in Solaris I'm developing a package for both Splus and R, and I'm trying to use all the same files for R and Splus, both function files and help files. I have two questions. 1) The file made by R CMD check to run .Rd-examples posts examples from files in alphabetical order. Is it okay/recommended/common-practice to set up all the example data in the first two
2005 Aug 23
0
patch: SDI Xpe images support for pxelinux
...ntldr blobs etc. Just need a part/disk BLOB. Does this help? Rob -default- default local timeout 300 prompt 1 display msgs/boot.msg F1 msgs/help.msg F2 msgs/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\" Os...
2008 Nov 10
2
PXE booting BartPE ISO file to Eee Pc
...in i386\System32\Drivers inf in i386\INF) from an extracted Server 2003 SP1 download (used 7zip to extract) I've copied setupldr.exe into the root of 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...
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
...t; Message-ID: <2C858E195DF38D478FCC18DA9239264902FF536A at ems4.uwsp.edu> Content-Type: text/plain; charset="us-ascii" I am not using memdisk. 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 Win...
2005 Nov 13
1
FW: pxelinux and bar
...ntldr, ntdetect and startrom.com. In short you dump the ISO image containing the updated ramdisk.sys/.inf to your tftp root. Create a pxeliniux config to 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...