IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> WinPE 2.0 on UFD (USB Flash Device), (info from WAIK User Guide)
mickregan
post Aug 1 2006, 07:57 PM
Post #1





Group: Members
Posts: 8
Joined: 17-April 05
Member No.: 52491
Country Flag


Searching away and couldn't find this here.

WAIK User's Guide -
http://www.microsoft.com/downloads/details...;displaylang=en

Download and open the WAIK.chm (help file).
Search for "boot" and "ufd".

Follow instructions for "Building a Technician Computer" then continue the Walkthrough.

You will need: -
- .NET Framework 2.0
- The latest Business Desktop Deployment (BDD) from the Vista Beta 2 CPP. (It contains the actual WAIK, ImageX, etc).
- A relatively new USB Flash Drive (for good read/write speeds). The size of the UFD device must be at least 64MB larger than your Windows PE image.
- Access to a computer running Windows Vista.

I hope this is enough info. I am going to play tonight as my work's Dev Lab is currently not setup with any Vista Boxes.

Cheers.

PS. I'm not sure if this is stupidly obvious info. It did take a while to figure out what I was even looking for...

This post has been edited by mickregan: Aug 1 2006, 09:09 PM
Go to the top of the page
 
+Quote Post
louis.wang
post Aug 2 2006, 12:24 PM
Post #2





Group: Members
Posts: 3
Joined: 27-July 06
Member No.: 106085
Country Flag


Why do you need a computer running Windows Vista? Do you not intend to use the winpe.wim that comes with the WAIK?

I've been able to create a bootable USB key in the following manner:
* Copy the folder "boot" from C:\Program Files\Windows AIK\Tools\PETools\x86 to the USB key
* Create a folder named \Sources on the USB key
* Copy the file winpe.wim or boot.wim to the \Sources folder on the USB key, and rename it to boot.wim if necessary
* Copy the file bootmgr from C:\Program Files\Windows AIK\Tools\PETools\x86 to the root of the USB key
* Install the Windows Vista Boot loader by running the command, with the appropriate drive letter for the USB key:

bootsect.exe /nt60 d:


Not to contaminate your results, but please report on what you did with your computer running Windows Vista. I have no means, right now, of creating a Japanese bootable PE image. I hope I can create one by accessing a Japanese Vista machine, though, but have no ideas how.
Go to the top of the page
 
+Quote Post
JuMz
post Aug 2 2006, 01:56 PM
Post #3


Advanced Member
***

Group: Members
Posts: 466
Joined: 9-August 04
From: Edmonton, Alberta
Member No.: 26786
OS: XP Pro x86
Country Flag


Does the above help file / waik guide include how to use the new WIM format to deploy XP similarly?
Go to the top of the page
 
+Quote Post
mickregan
post Aug 2 2006, 06:35 PM
Post #4





Group: Members
Posts: 8
Joined: 17-April 05
Member No.: 52491
Country Flag


QUOTE (louis.wang @ Aug 3 2006, 05:24 AM) *
Why do you need a computer running Windows Vista? Do you not intend to use the winpe.wim that comes with the WAIK?

* Install the Windows Vista Boot loader by running the command, with the appropriate drive letter for the USB key:

bootsect.exe /nt60 d:

Not to contaminate your results, but please report on what you did with your computer running Windows Vista. I have no means, right now, of creating a Japanese bootable PE image. I hope I can create one by accessing a Japanese Vista machine, though, but have no ideas how.


The Vista requirement appeared to be because of some sort of Formatting differences with the FAT32 USB format. I have since found, as you did, that any FAT32 format will do.

The main trick is to get the MBR of the floppy to look for the "bootmgr" file instead of "ntldr" or "IO.sys".
Which is exactly what you've done with "bootsect.exe /nt60 d:" (where d: is your newly formated usb device).

As far as I know the current versions do not natively support anything other than US English. Undoubtably this more to do with Registry settings and Language folders not in the winpe.wim than anything. I'm not even gonna try that yet. I'm still wooping about getting my key to boot.

Okay, I now know more.

From WAIK help file: -

-Add a Language Pack
-
-The following procedure demonstrates how to use PEImg to add a language pack to a Windows PE image
-offline. Before you can run any PEImg command, you must first apply or mount the base Windows PE
-image (winpe.wim) using ImageX.
-
-The /lang command sets the locale and the UI language of a Windows PE image. A language pack for the
-specified language must already be installed. You can perform this on a Windows PE image that was
-previously prepared with /prep.
-
-To add a language pack to a Windows PE image offline:
-
-peimg /lang=<culture> <image path>, for example
-peimg /lang=en-us c:\winpe_x86\mount\Windows


Cheers

This post has been edited by mickregan: Aug 2 2006, 06:55 PM
Go to the top of the page
 
+Quote Post
mickregan
post Aug 2 2006, 06:45 PM
Post #5





Group: Members
Posts: 8
Joined: 17-April 05
Member No.: 52491
Country Flag


QUOTE (JuMz @ Aug 3 2006, 06:56 AM) *
Does the above help file / waik guide include how to use the new WIM format to deploy XP similarly?


As far as I can see the ImageX tool is capabale of imaging and compressing XP with SP2. The main consideration is that while Vista is Hardware Agnostic (doesn't care where you redeploy the image), Windows XP will still have a fit if the hardware changes too much.

the command should look something like -
imagex.exe /capture d: c:\XPSP2.wim "MyWinXP-SP2" /verify
- d: is your XPSP2 root drive
- c:\ is the location to save the WIM file
- "MyWinXP-SP2" any name you want for your image

Cheers
Go to the top of the page
 
+Quote Post
milli
post Aug 15 2006, 07:51 PM
Post #6





Group: Members
Posts: 1
Joined: 15-August 06
Member No.: 107603
Country Flag


I am following these steps but I get a disk error while booting from USB flash:

1. copype.cmd x86 c:\winpe_x86
2. Format UFD as FAT32 on a Vista machine
3. xcopy c:\winpe_x86\iso\*.* /s /e /f e:\ (e: flash drive)
4. bootsect /nt60 e:\

If I take this USB flash and boot a machine I get "disk error".

What am I doing wrong?

Thanks
Go to the top of the page
 
+Quote Post
mickregan
post Aug 16 2006, 11:25 PM
Post #7





Group: Members
Posts: 8
Joined: 17-April 05
Member No.: 52491
Country Flag


From my limited experience, I'd say that the step "4. bootsect /nt60 e:\" hasn't worked properly because the files were in use on the drive.

I experienced the same and tried again. After a "full" format in Vista, careful "Safely Remove Hardware", bootsect with the /force tag included and another "Safe Removal" mine started working.

Handy hint: try bootsect-ing before copying files to usb drive. test booting an empty drive and see if it looks for "bootmgr".

I have no other suggestion but trial and error with USB ports and an empty USB drive.
Go to the top of the page
 
+Quote Post
Kucht
post Apr 30 2007, 03:28 AM
Post #8





Group: Members
Posts: 2
Joined: 17-April 07
From: Koblenz
Member No.: 135918
Country Flag


QUOTE (milli @ Aug 16 2006, 03:51 AM) *
...
If I take this USB flash and boot a machine I get "disk error".
...


I had the same problem. Try using the "HP USB Disk Storage Format Tool" for formatting the USB flash. With my stick only this way worked.

Kucht
Go to the top of the page
 
+Quote Post
p4ntb0y
post May 13 2007, 10:34 AM
Post #9


Member
**

Group: Members
Posts: 237
Joined: 14-February 06
Member No.: 87996
Country Flag


Why not just burn of a CD and then insert your UFD nad then follow your instructions to format etc...?
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 22nd November 2009 - 06:51 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy