I
I
Ilya bow2016-07-31 23:25:46
System administration
Ilya bow, 2016-07-31 23:25:46

How to edit pxeboot.0 or BDC so that everything is as it should be?

tftp share is /srv/tftp/
There are two ways:

ls /srv/tftp/analiz/Boot
BCD BCD.LOG1 bootmgr.exe Fonts winpe2.wim
BCD.LOG BCD.LOG2 boot.sdi pxeboot.0 winpe.wim


ls /srv/tftp/Boot
BCD BCD.LOG1 bootmgr.exe Fonts winpe2.wim
BCD.LOG BCD.LOG2 boot.sdi pxeboot.0 winpe.wim

Here is the Linux bootloader config
LABEL W2K8_x64_R2 & W2K12_x64_R2 (menu inside)
kernel Boot/pxeboot.0
LABEL analiz (menu inside)
kernel analiz/Boot/pxeboot.0

The loader analiz/Boot/pxeboot.0 does not want to load analiz/Boot/winpe.wim.
I noticed that if you transfer analiz / Boot / BCD to Boot / BCD, then an error
0xc000000f appeared.
That is, analiz/Boot/pxeboot.0 takes the config from Boot/BCD.
In general, tell me how to make a wim image selection in Boot / BCD.
Well, there is a good article or something else to make it clear how to set it all up.
Did according to the article

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Ethril, 2016-08-01
@Ethril

Through the wimboot module.
This is how the working config looks like:
[code]
label Windows-x86
menu label Windows-x86
kernel linux.c32
append wimboot initrdfile=bootmgr.exe,boot/BCD,boot/boot.sdi, 192.168.116.29/[email protected]
#
label Windows-x64
menu label Windows-x64
kernel linux.c32
append wimboot initrdfile=bootmgr.exe,boot/BCD,boot/boot.sdi, 192.168.116.29/[email protected]
[/code]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question