MSFN Forum: windows PE 3.0 - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

windows PE 3.0 Creating boot cd for 64 bit Rate Topic: -----

#1 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 January 2010 - 05:09 AM

Hi guys and girls :hello:

Look I am certain this has been done to death....just read so much....more confused than ever.

I have recently aquired Windows 7 Ultimate and I must say microsoft seem to have got this right....after Vista fiasco!

Can someone give me the heads up on how i build a PE boot with windows 7 for 64 bit?

Can't seem to find info on just creating the 64 bit version. OK! I am certain that it is probably the same as before as with 32bit but create 64 bit folders etc.

Can someone put me on the right track...please!

bookie32


#2 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 04 January 2010 - 08:09 AM

The Technet guide should be all you need. Assuming you're doing this from a machine with the WAIK installed, you should be able to follow this to make an amd64 PE image.

#3 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 266
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 January 2010 - 08:25 AM

This is what i used, created 32 bit, just change the folder for the 64bit version, copy below into cmd file and run after installing winpe 3.0


RD /s/q C:\PE\winpe_x86

cd "c:\Program files\windows aik\tools\petools"
call copype.cmd x86 C:\PE\winpe_x86

pause

copy c:\PE\winpe_x86\winpe.wim c:\PE\winpe_x86\ISO\Sources\boot.wim

pause

cd "C:\Program Files\Windows AIK\Tools\x86\Servicing"
Dism /Mount-Wim /WimFile:C:\PE\winpe_x86\ISO\Sources\boot.wim /index:1 /MountDir:C:\PE\winpe_x86\mount

PAUSE

Copy D:\MakePE3\Windows\System32\*.* C:\PE\Winpe_x86\Mount\Windows\System32
Copy D:\MakePE3\Icon\*.* C:\PE\Winpe_x86\ISO

pause

cd "C:\Program Files\Windows AIK\Tools\x86\Servicing"
Dism /Unmount-Wim /MountDir:C:\PE\winpe_x86\mount /Commit

PAUSE

cd "C:\Program Files\Windows AIK\Tools\x86"
oscdimg -n -bc:\PE\winpe_x86\etfsboot.com c:\PE\winpe_x86\ISO c:\PE\winpe_x86\winpe_x86.iso

PAUSE

This post has been edited by Tripredacus: 11 June 2012 - 09:48 AM
Reason for edit: fixed RD


#4 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 January 2010 - 11:44 AM

Hi guys :thumbup

Thanks for the info...

Much appreciated!

bookie32

#5 User is offline   sudhakart79 

  • Group: Members
  • Posts: 1
  • Joined: 06-January 10

Posted 10 January 2010 - 11:36 PM

Hi

I executed all these commands but it is not working .

If any body have correct commands so i can prepare windows pe 3.0 cd.

#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,689
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 11 January 2010 - 08:37 AM

What are the error codes and responses you get from running the commands?

#7 User is offline   TheReasonIFail 

  • Member
  • PipPip
  • Group: Members
  • Posts: 171
  • Joined: 08-April 07

Posted 11 January 2010 - 09:15 AM

Make sure you "Run as Administrator"!

#8 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 June 2012 - 12:48 AM

Hi again :thumbup
I know this is an old thread, but I thought it was still relevant to the question in hand....

When creating the pe boot cd is there a way to add a preference for keyboard? I would like to add the Swedish one if that is possible.


Thanks!

bookie32

#9 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,689
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 05 June 2012 - 08:19 AM

You can with International Servicing Command-Line Options.

#10 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 June 2012 - 02:20 PM

Hi Mate!
Nice one..... :thumbup

Thank you!

bookei32

#11 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 June 2012 - 04:05 PM

Hi again :yes:
As you all know by now - I am about a hundred years behind you guys...I know that you should keep the boot.wim to a reasonable size because of memory errors.
Yes, I know there is a ton of litrature out there and Tripredacus has some great links....still have a question.

Question:
To cover the bases when adding drivers...which ones are classed as the most important and should be in the wim and which ones can be in the ISO and not need to be loaded into ram?

I know that network drivers are a biggy....just wondered about the others especially when there are so many drivers to be had from Driverpacks.net

bookie32

#12 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 June 2012 - 02:02 AM

Hi again!
Hs anyone a link to a comprensive list of command line switches. Want to know what does what and not just take from you guys....
Although I am grateful ner

bookie32

#13 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,689
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 08 June 2012 - 08:07 AM

Switches for what? :w00t:

Anyways, as far as drivers go. For the boot.wim you only need LAN and Mass Storage drivers. If you are not doing a network deployment, you may not even need LAN drivers. Since all my WinPE use is from PXE, those two driver types are the ones I use. However, I don't go about adding drivers willy-nilly. Only if a hardware isn't working properly, I add its drivers.

#14 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 June 2012 - 11:49 PM

Hi Tripredacus!

Well, in the code above from ner he used D /s/q. Just thought it would be nice to understand what each does.

And regarding adding drivers that you don't need - I here you. I have done just that....added network drivers and mass storage.

If I was to add other drivers to the pot and avoid adding them to the boot.wim but have them available on the CD then what would be the code for that if I have say my PE folder on C:\PE

Thanks again for your advice....much appreciated!



bookie32

This post has been edited by bookie32: 09 June 2012 - 12:06 AM


#15 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,689
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 11 June 2012 - 09:48 AM

View Postbookie32, on 08 June 2012 - 11:49 PM, said:

Hi Tripredacus!

Well, in the code above from ner he used D /s/q.


It looks like a typo. Should be RD /s/q.

C:\Users\xxxx>rd /?
Removes (deletes) a directory.

RMDIR [/S] [/Q] [drive:]path
RD [/S] [/Q] [drive:]path

    /S      Removes all directories and files in the specified directory
            in addition to the directory itself.  Used to remove a directory
            tree.

    /Q      Quiet mode, do not ask if ok to remove a directory tree with /S


#16 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 July 2012 - 07:27 AM

Hi Mate!
Been on me hols....just got back...lol
Thanks for the info!

bookie32

#17 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 August 2012 - 04:12 AM

Hi Tripredacus!
Have to work on stuff when I have a mo....

I remember asking you for the info on adding other keyboard preferences such as Swedish, but I didn't ask you where I can get the extra language info? Are the languages with the WAIK iso? and just not added unless required?

If not - where does one find them to add them to the image?

Thanks!

bookie32

#18 User is offline   kyor 

  • Member
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-October 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 19 August 2012 - 02:43 AM

@bookie32

The only language installed as default is english
You can get additional Winpe language files within the WAIK ISO.
i guess to remember that on WinPE 3 it's located directly on the CD.

On Winpe 4 it's installed unter C:\Program Files..\..\Assessment and Deployment Kit\Windows Preinstallation Environment\x86\WinPE_OCs
replace x86 to amd64 on above Path to get Language Pack for 64 bit systems


use
DISM.exe /Image:C:\test\offline /Add-Package /PackagePath:sv-se\lp.cab
to add language

use the following command to set WinPE to Swedish
Dism /image:C:\test\offline /Set-AllIntl:sv-se


c:\test\offline is the mounted winpe

This post has been edited by kyor: 19 August 2012 - 02:53 AM


#19 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 August 2012 - 07:12 AM

Hi kyor :hello:

Thanks for the info.....much appreciated!

bookie32

#20 User is offline   bookie32 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 459
  • Joined: 20-November 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 August 2012 - 05:35 AM

Hi kyor !

Sorry, if I am asking stupid questions...brain hurts...... :wacko:
Does the language pack include fonts etc?


bookie32

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy