TheTechGuide Forum
General Category => Software => Topic started by: §eri@lzs™ on May 06, 2003, 11:06:23 PM
-
/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> AnyONe Help me how to Burn it.
-
If you made a winpe image, u just burn it like any other iso. In nero you click File > burn image > and select the image. Making a bootable winpe cd is same as making a winxp bootable cd. Just make sure winbom.ini is on the root of the cdrom.
-gosh
-
[quote name=\'gosh\' date=\'May 6 2003, 11:54 PM\']If you made a winpe image, Making a bootable winpe cd is same as making a winxp bootable cd. Just make sure winbom.ini is on the root of the cdrom.
-gosh[/quote]
GOSH,
Thanks for REPLY but:
/ohmy.gif\' class=\'bbc_emoticon\' alt=\':o\' /> How Can I make IT¿¿¿
Did you KNOW about the WinPE of Bart's
try to see this site: Bart's WinPE Builder (http://\"http://www.nu2.nu/pubuilder\")
to KNOW what my problem is
I download there the PE Builder v1.0.2
Coz PE Builder v1.0.3 Can't Download ,it have some error
Please HELP me how to do this
/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' />
-
/huh.gif\' class=\'bbc_emoticon\' alt=\':huh:\' /> I have been using Bart's software for sometime now, and am very impressed. The only problem with the Windows PE Builder is, that you must have XP installed on the system first. Other than that, I'm not sure how it runs.
Any have any ideas how to added DOS Related files to the cd via: Make Image Process? I am trying to intergrate a Network Boot Cd utilizing Windows PE Boot CD?
Thanks,
Dave Johnson
Houston, TX.
-
Just add whatever files you want to the system32 folder before you create the image. Just make sure that your tools can run in a 32bit OS (try them at a command window first).
- Jazkal
-
The first time i had the same problem.
But Bart's site has the correct process:
- first download BCD full package v1.1.1
- i decompress BCD like the page says (c:\bcd)
- download BCD PE-Builder addon v1.0
- decompress in c:\bcd\ (now you have a new directory inside c:\bcd called \cds)
- download PE Builder
- decompress PE Builder (in any location, i have done it in c:\pebldr)
- execute PE Builder (but in output directory you must enter c:\bcd\cds\pebldr\files)
and after this you will have some files with 150MB (+/-) of size in c:\bcd\cds\pebldr\files.
Making the ISO file:
- open a command promp and from c:\bcd directory type: bcd -b pebldr
- after this, you will have your ISO file in C:\Documents and Settings\%your username%\Local Config\Temp
(i'm spanish and my directories are translated to my language, i think that in english is Local Config)
- now you can burn this iso with nero or another program.
This works fine for me, i hope you can undestand my english (i need to learn more, i know it).
Bye!!!!!!!!!
-
/laugh.gif\' class=\'bbc_emoticon\' alt=\':lol:\' /> Thanks Guest_aCaRo
Its a great to have a DOS version of XP
I have a Question HOw Can i PARTITION now theres no FDISK file.
and how can i program this like i program my win98 MS-DOS by edit my CONFIG.SYS and AUTOEXEC.BAT
WinPE
/sad.gif\' class=\'bbc_emoticon\' alt=\':(\' /> doesn't have CONFIG.SYS and AUTOEXEC.BAT
AÑy1 HELP me
/rolleyes.gif\' class=\'bbc_emoticon\' alt=\':rolleyes:\' />
-
FDISK.exe has been replaced with diskpart.exe
It can wipe the disk, create partitions, format to FAT32/NTFS and all without a reboot. You can then start laying down files or start an unattended install.
The file you can edit is startnet.cmd; just add a line like \"call mybatch.bat\" to the end. Then add your batch file to the system32 folder before you burn the cd.
- Jazkal
-
Xp has a built in disk manergement tool that replaces fdisk, you can find it within administrive tools / computer manergement
and if your starting a xp install the option to manager the instalation is also avalible
-
Can I Do this in WinPE:
1. Make A WinME or 9x Startup-Bootdisk
2. Needed file LABEL, SMARTDRV, DELLTREE
/wink.gif\' class=\'bbc_emoticon\' alt=\';)\' />
3. Edit your AUTOEXEC.BAT and CONFIG.SYS like this:
AUTOEXEC.BAT
smartdrv /R
set EXPAND=YES
SET DIRCMD=/ON/OE
LASTDRIVE Z
cls
set temp=c:\TEMP
set tmp=c:\TEMP
path=a:\;e:\;e:\winme
IF \"%config%\"==\"PART\" GOTO SPLIT
IF \"%config%\"==\"FORM\" GOTO FORMAT
IF \"%config%\"==\"NOCD\" GOTO QUIT
cls
LH MSCDEX.EXE /D:1 /L:D /V
GOTO QUIT
:FORMAT
cls
format c: /v:WIN_FILES
delltree /y d:\_restore
delltree /y d:\system~1
delltree /y d:\recycled
label c: WIN FILES
cls
:SPLIT
FDisk /fprmt
cls
:QUIT
CONFIG.SYS
[menu]
menuitem=PART, Hard Disk Partition
menuitem=FORM, Format HARD DRIVE C:\
menuitem=NOCD, No CD-ROM Support
menuitem=CD, Have CD-ROM Support
menudefault=NOCD,30
menucolor=7,0
[COMMON]
device=himem.sys /testmem:off
files=60
buffers=20
dos=high,umb
stacks=9,256
lastdrive=z
[CD]
device=oakcdrom.sys /D:1 /P:1F0,14 /P:170,15 /P:1E8,12 /P:168,10
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:1
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:1
[NOCD]
[FORM]
[PART]
-------------------------------------------------------
THEN Boot IT!
you will see how i program my own DOS
PLEASE HELP ME do this in WinPE
/smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
-
/unsure.gif\' class=\'bbc_emoticon\' alt=\':unsure:\' /> Any1 HELP me How To do ThiS PLEASE
-
If you can boot PE then you can use the built in disk manergement tool as I mentioned above. it easier to use than fdisk and partition disk IMHO
-
The flames: winpe does not have any .msc files, such as the msc for disk management. To partition in winpe you use the diskpart command. You can make a batch file auto format and partition when you boot from winpe, and then start the xp install if you want to.
One very good article i found was http://www.microsoft.com/whdc/hwdev/tech/s...preinstall.mspx (http://\"http://www.microsoft.com/whdc/hwdev/tech/storage/ntfs-preinstall.mspx\")
Look at the part where it says WinPE and Disk Configuration, it'll explain everything.
-gosh