New
#1
Boot Priority & Boot Device Control for New SSD as boot drive
After reading through lots and lots of posts and tutorials, I'm still a little confused. I worked for a carpenter one summer when I was a kid and he stressed the philosophy of measuring twice and cutting once as a rule to live by. So, before I fire up my saw, I thought I would seek a little clarification. I expect to get my new 60GB Intel 520 SSD delivered today and here's what I would like to do.
First, here's my system Info:
ASUS P8Z77-V/Pro/Thunderbolt with i7 3770 (non-K) and 2x4GB Trident X Series 2400 RAM
60GB Intel 520 SSD
500GB WD HDD
SW DVD
Okay. I had Windows 7 Home Premium installed on the HDD, but in anticipation of using the new SSD as the boot drive, I cleaned it with Diskpart>clean all. Now, I would like to do a fresh install on the SSD from the DVD drive and use the following xml (from Keri), that I now have on a USB, to move the User and program data to the HDD.
For one thing, I want to make sure that I do not need to change any of that xml (i.e., cpi: source) or my boot order in the BIOS (DVD>SSD>HDD) prior to installing 7 to the SSD.<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FolderLocations>
<ProfilesDirectory>d:\Users</ProfilesDirectory>
<ProgramData>d:\ProgramData</ProgramData>
</FolderLocations>
</component>
</settings>
<cpi: offlineImage cpi:source="wim:E:/sources/install.wim#Windows 7 HOMEPREMIUM"
xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
Also, in the Compatibility Support Module of my BIOS, should I have Boot Device Control set to "UEFI and Legacy OpROM" or to "UEFI only" or will it make any difference?
I apologize if this all seems unclear, trivial or obvious to everyone else, but I really don't know what I'm doing and all the tutorials refer to other tutorials which refer to still other tutorials and it has become so convoluted that it's difficult for me to to have confidence that I am following it correctly. I'm an old grandpa and a recovering geek. I minored in computer science in the early 80's but haven't really been keeping up for the last 20 years.
Any help and/or advice other than "see tutorials x, y and z" would be greatly appreciated.