MSFN Forum: load install.wim from external source - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

load install.wim from external source

#1 User is offline   AnimaliX 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 29-September 04

Posted 23 March 2012 - 08:28 AM

Hi.
we are currently handling with the following situation

i have two HDDs ... "C" with OS and "D" with work data and installing Windows 7 from USB flash

knows someone if it is possible put install.wim on drive "D" and from USB flash load only boot loader?
...set path to install.wim in Autounattend.xml or something

install from HDD is fastest way than usb flash stick




sorry my english

This post has been edited by AnimaliX: 23 March 2012 - 09:04 AM



#2 User is offline   Tripredacus 

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

Posted 23 March 2012 - 02:26 PM

Sure, use InstallFrom.

#3 User is offline   AnimaliX 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 29-September 04

Posted 24 March 2012 - 10:05 AM

yes yes i try before but everytime i get this:

Posted Image

and part of my Autounattend.xml:

            <ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Key>/image/index</Key>
                            <Value>1</Value>
                        </MetaData>
                        <Path>D:\install.wim</Path>
                    </InstallFrom>
                    <WillShowUI>OnError</WillShowUI>
                </OSImage>
            </ImageInstall>



tested on virtualbox (emulated ide dvdrom) and primary PC (USB flash)

This post has been edited by AnimaliX: 24 March 2012 - 10:08 AM


#4 User is offline   Tripredacus 

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

Posted 26 March 2012 - 09:02 AM

You'll need to find out what drive letter the CD drive has. You can hard code a drive letter into your code like that ONLY when you can be relatively certain that it will be correct every time.

You can get a cmd at that screen with Shift+F10. Then you can find out what your CD drive is, and what is D: and/or if a D:\install.wim actually exists.

#5 User is offline   AnimaliX 

  • Junior
  • Pip
  • Group: Members
  • Posts: 92
  • Joined: 29-September 04

Posted 26 March 2012 - 02:36 PM

yes you have right! i used wrong drive letter ... under windows installer is drive "D" -> "C" :D

<Path>C:\install.wim</Path>


thanx

This post has been edited by AnimaliX: 26 March 2012 - 02:36 PM


#6 User is offline   daremo 

  • Newbie
  • Group: Members
  • Posts: 22
  • Joined: 26-February 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 April 2012 - 02:39 AM

Or you can use imagex /apply and place the contents of install.wim onto c: drive.
Place imagex and other necessary files and install.wim on D-drive, then use imagex /apply to extract and write the contents of install.wim onto C-drive.
Then, you can use BCDBOOT command-
Bcdboot.exe <source> [/l <locale> ] [/s <volume-letter> ] [/v]

<source> is windows source folder
/l <locale> is locale (such as en-us)
/s <volume-letter> is the target drive
/v is verbose mode

So you should issue-
bcdboot C:\windows\ /l en-us /s C: /v

to create a bcdstore on C drive (based on windows source files extracted from install.wim onto c-drive). Make sure c drive is the active partition, and boot the system, and it should start windows setup.


This post has been edited by daremo: 02 April 2012 - 02:42 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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