BCD - для Windows 7

Обсуждение статьи "Установка Windows Vista по сети"

Модератор: editor

BCD - для Windows 7

Сообщение The_Futurist » 26 июл 2009, 18:38

Вопрос собсна, скрипт который сдесь приведен не подходит не обычная версия не исправленная, пишется 0xc000001 ошибка во время чтения BCD...
The_Futurist
 
Сообщения: 1
Зарегистрирован: 26 июл 2009, 18:34

Re: BCD - для Windows 7

Сообщение BoRoDa » 09 дек 2009, 16:15

Вот мой пример createbcd.cmd, чудесно работающий одновременно для семёрки и для висты.
Нужно только поменять пути.


Код: Выделить всё
set BCD-File=D:\Netboot\Seven\boot\BCD
del %BCD-File%
Bcdedit /createstore %BCD-File%
Bcdedit /store %BCD-File% /create {ramdiskoptions} /d "Ramdisk Option"
Bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdidevice  boot
Bcdedit /store %BCD-File% /set {ramdiskoptions} ramdisksdipath  \boot\boot.sdi

for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "Windows 7 RUS Домашняя x86 - УДАЛЯЕТ ПАРТИЦИИ !!!" /application osloader') do set guid1=%%c
Bcdedit /store %BCD-File% /set %guid1% systemroot \Windows
Bcdedit /store %BCD-File% /set %guid1% detecthal Yes
Bcdedit /store %BCD-File% /set %guid1% winpe Yes
Bcdedit /store %BCD-File% /set %guid1% osdevice ramdisk=[boot]\Boot\winpe.wim,{ramdiskoptions}
Bcdedit /store %BCD-File% /set %guid1% device ramdisk=[boot]\Boot\winpe.wim,{ramdiskoptions}

for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "Windows 7 RUS x86 Все в одном" /application osloader') do set guid2=%%c
Bcdedit /store %BCD-File% /set %guid2% systemroot \Windows
Bcdedit /store %BCD-File% /set %guid2% detecthal Yes
Bcdedit /store %BCD-File% /set %guid2% winpe Yes
Bcdedit /store %BCD-File% /set %guid2% osdevice ramdisk=[boot]\Boot\winpe2.wim,{ramdiskoptions}
Bcdedit /store %BCD-File% /set %guid2% device ramdisk=[boot]\Boot\winpe2.wim,{ramdiskoptions}

for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "Windows 7 EN RUS ROM IT x86 x64 Все в одном - Задаёт все вопросы" /application osloader') do set guid3=%%c
Bcdedit /store %BCD-File% /set %guid3% systemroot \Windows
Bcdedit /store %BCD-File% /set %guid3% detecthal Yes
Bcdedit /store %BCD-File% /set %guid3% winpe Yes
Bcdedit /store %BCD-File% /set %guid3% osdevice ramdisk=[boot]\Boot\winpe-aio.wim,{ramdiskoptions}
Bcdedit /store %BCD-File% /set %guid3% device ramdisk=[boot]\Boot\winpe-aio.wim,{ramdiskoptions}

for /f "tokens=1-3" %%a in ('Bcdedit /store %BCD-File% /create /d "Windows Vista SP2 EN RUS x86 Все в одном" /application osloader') do set guid4=%%c
Bcdedit /store %BCD-File% /set %guid4% systemroot \Windows
Bcdedit /store %BCD-File% /set %guid4% detecthal Yes
Bcdedit /store %BCD-File% /set %guid4% winpe Yes
Bcdedit /store %BCD-File% /set %guid4% osdevice ramdisk=[boot]\Boot\vista86.wim,{ramdiskoptions}
Bcdedit /store %BCD-File% /set %guid4% device ramdisk=[boot]\Boot\vista86.wim,{ramdiskoptions}



Bcdedit /store %BCD-File% /create {bootmgr} /d "Windows Seven BLOOD MANAGER"
Bcdedit /store %BCD-File% /set {bootmgr} timeout 30
Bcdedit /store %BCD-File% /set {bootmgr} displayorder %guid1% %guid2% %guid3% %guid4%

Bcdedit /store %BCD-File% /enum all
BoRoDa
 
Сообщения: 4
Зарегистрирован: 07 фев 2009, 09:18


Вернуться в Установка Windows Vista по сети

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1

cron
Рейтинг@Mail.ru