bingloverld
New member
- Local time
- 5:17 AM
- Messages
- 2
Hi,
I must install Windows 7 Enterprise with imagex. Until now I have always installed with MBR partitions. But now my boss said that we must install with GPT. Unfortunately this don't work.
Here are the steps which I make:
diskpart
select disk 0
clean
convert gpt
create partition primary size=300
format fs=ntfs label="Windows RE tools"
assign letter="T"
create partition efi size=100
format fs=fat32 label="System"
assign letter="S"
create partition msr size=128
create partition primary
format fs=ntfs label="Windows"
assign letter="W"
than:
imagex /apply ?:\Install-Images\Path\wim_file.wim 1 W:
where ? ist Source Medium with *.wim file
Now I have tried all methods with bcdboot for example
W:\Windows\SysWOW64\bcdboot W:\Windows /s S:
But this don't work (say the boot files are successfully copied but windows boot not)
On Laptop I have Legacy. I don't know if GPT works with Legacy or only with UEFI.
I must install this with this routine (diskpart, imagex, bcdboot).
Thank you for your help
I must install Windows 7 Enterprise with imagex. Until now I have always installed with MBR partitions. But now my boss said that we must install with GPT. Unfortunately this don't work.
Here are the steps which I make:
diskpart
select disk 0
clean
convert gpt
create partition primary size=300
format fs=ntfs label="Windows RE tools"
assign letter="T"
create partition efi size=100
format fs=fat32 label="System"
assign letter="S"
create partition msr size=128
create partition primary
format fs=ntfs label="Windows"
assign letter="W"
than:
imagex /apply ?:\Install-Images\Path\wim_file.wim 1 W:
where ? ist Source Medium with *.wim file
Now I have tried all methods with bcdboot for example
W:\Windows\SysWOW64\bcdboot W:\Windows /s S:
But this don't work (say the boot files are successfully copied but windows boot not)
On Laptop I have Legacy. I don't know if GPT works with Legacy or only with UEFI.
I must install this with this routine (diskpart, imagex, bcdboot).
Thank you for your help
My Computer
- Computer type
- PC/Desktop
- OS
- Windows 7 Enterprise x64
I hope your boss knows this.