Help - Search - Members - Calendar
Full Version: WinPE to HDD
MSFN Forums > Unattended Windows Discussion & Support > Windows PE

   
Google Internet Forums Unattended CD/DVD Guide
thuun derboy
There's nothing quite like having PE installed to HDD.

After some trial and error I thought I may help others interested

First let me point to some information on the subject here.

I actually had mixed results running Bart's installer script, some files were not copied over as expected.

Using Barts tools for adding boot info. is however the way to go!

_____________________________________________________

edit:

sorry for any problems, though on to other things, here's the script I wound up using for HDD setup, pls. try updating .cmd in attached.


CODE
@echo off
Color 81
MODE CON: COLS=65 LINES=15
echo.
title MiniNT Installer for active partition
echo - WinPE to Harddisk -
echo.
pause
RD /S /Q %SystemDrive%\minint\
RD /S /Q %SystemDrive%\Programs\
if exist %SystemDrive%\boot.ini.bak ATTRIB -H -S -R %SystemDrive%\boot.ini.bak&del /q /f %SystemDrive%\boot.ini.bak
XCOPY /E /H /Y /K "i386" "%SystemDrive%\minint\"
XCOPY /E /H /Y /K "Programs" "%SystemDrive%\Programs\"
copy %systemdrive%\minint\setupldr.bin %SystemDrive%\peldr
start /wait mkbt.exe -x -c %SystemDrive% %SystemDrive%\peboot.bin
start /wait nt2peldr.exe %SystemDrive%\peboot.bin
echo.
echo Bootsector updated.
echo.
echo Setting boot.ini timeout to 15 seconds and adding MiniNT...
echo.
bootcfg.exe /Timeout 15
findstr /I /B /L /V "%SystemDrive%\peboot.bin" %SystemDrive%\boot.ini > %SystemDrive%\boot$.ini
echo %SystemDrive%\peboot.bin="MiniNT" >> %SystemDrive%\boot$.ini
ATTRIB -H -S -R %SystemDrive%\boot.ini
REN %SystemDrive%\boot.ini *.ini.BAK
REN %SystemDrive%\boot$.ini boot.ini
ATTRIB +H +S +R %SystemDrive%\boot.ini
echo.
echo Setup is finished.
echo.
pause


hope this works ok.
Cryptor
I have test it!

- I choose @ PC start the minint
- Error: hal.dll (corrupt)
- no boot of pe!
Takeshi
I've not tried installing BartPE, but installing MS WinPE/XP SP2/Recovery Console on HD worked for me.

http://www.msfn.org/board/Triple-boot-WinPE-2004-W-t62321.html

From what you said, the method is similar but not identical.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.