ProgMasterX
06-02-2013, 14:31
1. Загрузится в Windows PE - Успешно
2. Создать пять разделов (как говорят Мелкомягкие):
rem == CreatePartitions-UEFI.txt
rem These commands are used with DiskPart to
rem erase the drive and create five partitions
rem for a UEFI/GPT-based computer.
rem Adjust the partition sizes to fill the drive
rem as necessary. ==
select disk 0
clean
convert gpt
rem == 1. Windows RE tools partition ===============
create partition primary size=300
format quick fs=ntfs label="Windows RE tools"
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
assign letter="T"
rem == 2. System partition =========================
create partition efi size=100
rem ** NOTE: For 4KB-per-sector drives, change this
rem value to 260 **
format quick fs=fat32 label="System"
assign letter="S"
rem == 3. Microsoft Reserved (MSR) partition =======
create partition msr size=128
rem == 4. Windows partition ========================
rem == a. Create the Windows partition ==========
create partition primary
rem == b. Create space for the recovery image ===
shrink minimum=17000
rem == c. Prepare the Windows partition =========
format quick fs=ntfs label="Windows"
assign letter="W"
rem === 5. Recovery image partition ================
create partition primary
format quick fs=ntfs label="Recovery image"
assign letter="R"
list volume
exit
Успешно
3. Применить образ - Успешно.
4. bcdboot W:\Windows - Failure to copy boot files.
5. Перезагрузка - ОШИБКА!!! Reboot and select proper boot device or insert boot media in selected boot device and press a key
Моя материнская плата не поддерживает UEFI или в BIOS надо указывать режим UEFI? Там нет никакой опции типа UEFI/BIOS.
Помогите, пожалуйста.
Материнская плата ASUS P8P67-M PRO. Версия BIOS 3608.
2. Создать пять разделов (как говорят Мелкомягкие):
rem == CreatePartitions-UEFI.txt
rem These commands are used with DiskPart to
rem erase the drive and create five partitions
rem for a UEFI/GPT-based computer.
rem Adjust the partition sizes to fill the drive
rem as necessary. ==
select disk 0
clean
convert gpt
rem == 1. Windows RE tools partition ===============
create partition primary size=300
format quick fs=ntfs label="Windows RE tools"
set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
assign letter="T"
rem == 2. System partition =========================
create partition efi size=100
rem ** NOTE: For 4KB-per-sector drives, change this
rem value to 260 **
format quick fs=fat32 label="System"
assign letter="S"
rem == 3. Microsoft Reserved (MSR) partition =======
create partition msr size=128
rem == 4. Windows partition ========================
rem == a. Create the Windows partition ==========
create partition primary
rem == b. Create space for the recovery image ===
shrink minimum=17000
rem == c. Prepare the Windows partition =========
format quick fs=ntfs label="Windows"
assign letter="W"
rem === 5. Recovery image partition ================
create partition primary
format quick fs=ntfs label="Recovery image"
assign letter="R"
list volume
exit
Успешно
3. Применить образ - Успешно.
4. bcdboot W:\Windows - Failure to copy boot files.
5. Перезагрузка - ОШИБКА!!! Reboot and select proper boot device or insert boot media in selected boot device and press a key
Моя материнская плата не поддерживает UEFI или в BIOS надо указывать режим UEFI? Там нет никакой опции типа UEFI/BIOS.
Помогите, пожалуйста.
Материнская плата ASUS P8P67-M PRO. Версия BIOS 3608.