找回密码
 注册

QQ登录

只需一步,快速开始

查看: 819|回复: 0

How to Boot A Pebuilder Iso From Ram, Simple solution

[复制链接]
发表于 2011-11-28 10:19:39 | 显示全部楼层 |阅读模式
aec                                 Jan 22 2005, 08:28 AM
Reading the valuable info from 9685 and 10445 I tried myself a few things.

I was surprised to find that only two files from w2k3-SP1 are needed to create a CD that loads a bartpe iso in RAM and boots it from there. SETUPLDR.BIN and RAMDISK.SYS.

The iso does not have to be based on W2k3-SP1 sources (needs only ramdisk.sys from W2k3-SP1).

For all those who want to try, the steps are:
  • 1. Download MS Windows Server 2003 Service Pack 1 (RC). It is a SFX CAB archive. You may use WinRAR to open it. Extract the SETUPLDR.BIN and RAMDISK.SY_. Expand ramdisk.sy_ to get RAMDISK.SYS.
  • 2. Build a normal pebuilder.iso with any source you like but
    replace the driver RAMDISK.SYS with the one from W2k3-SP1 (keep however the size sufficiently small since the whole iso will be loaded in RAM)
  • 3. From PEBuilder output directory take bootsect.bin and i386\ntdetect.com
  • 4. Create a WINNT.SIF text file containing the code
    1. [SetupData]
    2. BootDevice = "ramdisk(0)"
    3. BootPath = "\i386\System32"
    4. OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=pebuilder.iso"
    复制代码

  • 5. Create a folder, say C:\rampe, UPPERCASE the 5 files above and use them to create within C:\rampe the following structure
    1. BOOTSECT.BIN
    2. WINNT.SIF
    3. PEBUILDER.ISO
    4. I386\NTDETECT.COM
    5. I386\SETUPLDR.BIN
    复制代码

  • 6. Create the new pebuilder_inram.iso with mkisofs. Use something like
    1. mkisofs.exe -iso-level 4 -volid "BartPE" -A PEBUILDER/MKISOFS -sysid "Win32" -no-emul-boot -b BOOTSECT.BIN -hide BOOTSECT.BIN -o pebuilder_inram.iso "C:\rampe"
    复制代码

As one can easily see, it is very easy to include a RAM version in a multiboot CD.
Simply use the known method to add multiple OS (hex edit bootsect.bin, setupldr.bin and rename I386)

Regards

Edited: Added a missing    , crucial step (shown above in RED)                                                                                               

http://www.911cd.net/forums/index.php?showtopic=10482
您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|BC Morning Website ( Best Deal Inc. 001 )

GMT-8, 2026-6-14 01:35 , Processed in 0.012928 second(s), 15 queries .

Supported by Weloment Group X3.5

© 2008-2026 Best Deal Online

快速回复 返回顶部 返回列表