Загрузка...

Part30 Wiping and Imaging Computers. Network boot into WinPE in Legacy BIOS, using grub and wimboot

Network boot Legacy BIOS computer into WinPE which will be used to install Windows. Configure grub to load an iPXE kernel, and then have IPXE use wimboot to boot WinPE (Windows PreExecution Environment) using boot.wim built in https://www.youtube.com/watch?v=bGDtoFNLBFU&list=PLva258t-0AhzxRBGW-IaGmlmDIgnmjdft&index=6. 00:00 Intro 1. Check dhcp As setup in https://www.youtube.com/watch?v=plujEnt_bqc&list=PLva258t-0AhzxRBGW-IaGmlmDIgnmjdft&index=25 /etc/dhcp/dhcpd.conf boots into grub 00:20 Configure grub /var/server/grub/grub.cfg ========================= menuentry 'Windows 10 Installers' { if [ "$grub_platform" = "efi" ]; then echo "UEFI Grub opening ipxe.efi" chainloader /ipxe/ipxe.efi else echo "BIOS Grub opening ipxe.lkrn" linux16 /ipxe/ipxe.lkrn echo "Opening boot.ipxe" initrd16 /ipxe/boot.ipxe fi } 00:48 Setup IPXE Download iPXE as in https://www.youtube.com/watch?v=LvUHBL3KFpw&list=PLva258t-0AhzxRBGW-IaGmlmDIgnmjdft&index=28 01:11 Make ipxe.lkrn $make bin/ipxe.lkrn 02:48 Create the IPXE config file /var/server/ipxe/boot.ipxe ============================== #!ipxe echo Starting boot.ipxe dhcp echo Booting wimboot kernel http://192.168.0.1/wimboot/wimboot initrd /wimboot/bcd BCD initrd /wimboot/boot.sdi boot.sdi initrd /winpe/startnet.cmd startnet.cmd initrd /winpe/wait.cmd wait.cmd initrd http://192.168.0.1/sources/boot.wim boot.wim imgstat boot 5. Startnet.cmd As per https://www.youtube.com/watch?v=LvUHBL3KFpw&list=PLva258t-0AhzxRBGW-IaGmlmDIgnmjdft&index=28. Rename startnet_uefi.cmd to startnet.cmd 04:22 Test Boot

Видео Part30 Wiping and Imaging Computers. Network boot into WinPE in Legacy BIOS, using grub and wimboot автора JavaScript Разработка туристических сайтов
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки