Home / Other / FAQ solutions database / Post new FAQ / How to create a Windows PE boot disc
0 Members and 9 Guests are viewing this topic. « previous next »
Pages: 1 [2] 3  All - (Bottom) Print
Author Topic: How to create a Windows PE boot disc  (Read 162470 times)
killerb255
Topic Starter
Adviser



Thanked: 35
Posts: 798

Experience: Expert
OS: Windows 7



« Reply #15 on: January 06, 2010, 11:35:37 AM »

I've done 64-bit batch files as well.  Just Edit -> Replace in Notepad anything referencing x86 with AMD64.

You'll also have to modify 4-Drivers.bat as well with the correct paths to the 64-bit drivers you want to inject.
IP logged

Quote from: talontromper
Part of the problem is most people don't generally deal with computer problems. So for most they think that close enough is good enough.
bookie56
Newbie



Posts: 2


« Reply #16 on: January 09, 2010, 05:46:06 AM »

Hi killerb255  ;D

Thanks so much for your reply.....sorry to ask a stupid question...here goes..

I have an Intel processor and installed windows 7 64bit ...I noticed that there was a folder for ia64 ...why do I use the amd one instead of this one?

Sorry, that has been bugging me and I thought it would be nice to get som clarification on that ....might help others as well.

Thanks a bunch!

bookie56
IP logged
killerb255
Topic Starter
Adviser



Thanked: 35
Posts: 798

Experience: Expert
OS: Windows 7



« Reply #17 on: January 12, 2010, 12:37:28 PM »

IA-64 = Itanium processor.  Those are used in super-high end servers.

AMD64/x86-64/EM64T/Intel64 = means the same thing for the most part: 64-bit instructions on an x86 processor.  Since AMD came up with it first, AMD64 is the common name used by Microsoft.
IP logged

Quote from: talontromper
Part of the problem is most people don't generally deal with computer problems. So for most they think that close enough is good enough.
patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #18 on: January 12, 2010, 02:58:40 PM »

You guys are aware the Posts in the FAQ section are for info only and not for responding to ? ?
IP logged

   
"
All generalizations are false, including this one.  "
killerb255
Topic Starter
Adviser



Thanked: 35
Posts: 798

Experience: Expert
OS: Windows 7



« Reply #19 on: January 13, 2010, 09:27:40 AM »

Go ahead and delete any posts that aren't relevant to the FAQ, then.

I amended the relevant posts to accommodate 64-bit PE, so the extra discussion can be deleted...
IP logged

Quote from: talontromper
Part of the problem is most people don't generally deal with computer problems. So for most they think that close enough is good enough.
pulkitgupta23
Newbie



Posts: 1


« Reply #20 on: May 05, 2010, 10:21:52 PM »

i have done all the steps
but finally i got just an 135mb iso & when it boots it stucks at a dos mode where i can just type commands
GUI interface is not coming
what to do??
IP logged
killerb255
Topic Starter
Adviser



Thanked: 35
Posts: 798

Experience: Expert
OS: Windows 7



« Reply #21 on: May 25, 2010, 12:25:24 PM »

There is no GUI.  If you get a gray-ish wallpaper with a black command prompt, then you got what you're supposed to get.
IP logged

Quote from: talontromper
Part of the problem is most people don't generally deal with computer problems. So for most they think that close enough is good enough.
Mikely
Newbie



Posts: 1


« Reply #22 on: September 12, 2010, 11:27:31 AM »

Hi, I'm new to this forum~
I am using a Windows 7. After a forced shutdown few days ago, I found that the computer won't boot. (before the selecting user page, it freezes at a black screen) (You can read Microsoft article kb974719 (http://support.microsoft.com/kb/974719) to find out more about my problem.)

The solution to my problem is starting the system using PE disk, and I found your post very helpful in creating a PE disk. (I used a XP computer to create the disk.)
After creating a PE disk following your steps, I tried to boot with the *censored*. However, it did not progress form the dos box, and the prompt said: "X:\windows\system32>wpe init"
After reading several posts from various forums, my theory is that my problem appeared b/c I created my PE disk on a XP. (also, my XP computer couldn't create a ISO image for 64 bit PE disk. My Windows 7 has 64bit system, so that may have been the problem)

Do you know why it does not progress at the dos box? Can you help me with this?
Thanks...

(I am a novice and I apologize if I have not been very clear with what I meant)
IP logged
Salmon Trout
Prodigy



Thanked: 501
Posts: 7,365

Computer: Specs
Experience: Guru
OS: Linux variant

1
« Reply #23 on: September 12, 2010, 12:32:08 PM »

Mikely, do not hijack another thread. This is an FAQ. Did you see where it said "Do not post questions here"? Anyway, for 64 bit Windows you need 64 bit PE and if you have a valid license you can download a 64 bit Windows Repair CD image from Microsoft. If you wish to discuss this more, start a new thread in the Windows 7 section of the forum.


IP logged

jmaur004
Newbie



Posts: 1

Experience: Beginner
OS: Unknown

« Reply #24 on: December 20, 2010, 09:00:35 AM »

As the man said earlier, just replace "x86" with amd64  and voila!
IP logged
patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #25 on: December 20, 2010, 04:26:28 PM »

As the man said earlier, just replace "x86" with amd64  and voila!

Just a quick heads up....the FAQ section is not for general posting....
IP logged

   
"
All generalizations are false, including this one.  "
00338495
Newbie



Posts: 1

Experience: Beginner
OS: Unknown

« Reply #26 on: January 23, 2011, 10:06:00 AM »

Hello,

I have a couple of questions to put on 4-Drivers.bat batch file:
1)   You wrote:
<<echo Syntax is "Dism /image:DRIVE:\Temp\Mount /Add-Driver /driver:DRIVE:FOLDER\*.inf">>
I am not a "syntax" expert, however it seems to me that the syntax used in the examples is different, for example you wrote:
<<echo 3Com 3CCFE575CT family NIC drivers

Dism /image:%mountpath% /Add-Driver /driver:%source%\3Com3CCFE575CT\NET575N5.INF>>
2)   In the steps for creating a Windows PE disk you wrote <<.....NOTE: Yes, these are variations of Spooky's batch files from the MSFN forums, and he gets full credit for the initial idea.  His were based off of WinPE 2.0 (Vista RTM WAIK).  I modified these to be compatible with WinPE 3.0 and to add additional drivers without typing the command for each driver one-by-one...>>.
On the contrary, you wrote a separate command line for each driver in the batch file examples. Is it really required to do so?
IP logged
Geek-9pm
Sage



Thanked: 327
Posts: 8,049

Computer: Specs
Experience: Familiar
OS: Windows XP


Geek After Dark

« Reply #27 on: January 23, 2011, 12:50:07 PM »

Just a quick heads up....the FAQ section is not for general posting....
Patio, please move it to another area.
IP logged
patio
Moderator
Genius



Thanked: 1023
Posts: 10,558

Experience: Beginner
OS: Windows 7


Maud' Dib

« Reply #28 on: January 23, 2011, 05:14:03 PM »

You guys are aware the Posts in the FAQ section are for info only and not for responding to ? ?
IP logged

   
"
All generalizations are false, including this one.  "
chariseshannon
Newbie



Posts: 1

Experience: Beginner
OS: Unknown

« Reply #29 on: February 06, 2011, 08:52:31 PM »

I need one for 256KB
IP logged
Pages: 1 [2] 3  All - (Top) Print 
Home / Other / FAQ solutions database / Post new FAQ / How to create a Windows PE boot disc « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.111 seconds with 22 queries.