Seite 1 von 1
[SOLVED] Bootmgr not found in winpe
Verfasst: 27 Mai 2014, 11:59
von nirale33
Hi,
I've got a problem with setup win7-x64, I've follow steps of OPSI GET STARTED.
In the "winpe" folder I put all files created with Windows AIK.
In the folder "installfiles" I put all files of the Windows 7 cd.
I launch the pxe boot and choose win7-x64 instalation.
There is 2 minutes of loading and after I have the error message : Bootmgr not found in winpe, please check winpe folder on server.
I don't understand that because in /var/lib/opsi/depot/win7-x64/winpe/ISO/ there has bootmgr and bootmgr.efi
Anyone could help me plz
PS : Sorry for my bad english.
Best regards
nirale
Re: Bootmgr not found in winpe
Verfasst: 02 Jun 2014, 11:55
von wolfbardo
Hi,
nirale33 hat geschrieben:
I don't understand that because in /var/lib/opsi/depot/win7-x64/winpe/ISO/ there has bootmgr and bootmgr.efi
Anyone could help me plz
PS : Sorry for my bad english.
Best regards
nirale
Should look like
Code: Alles auswählen
win7-x64/winpe# ls -l
insgesamt 1044
drwxrws--- 3 opsiconfd pcpatch 4096 Aug 5 2011 boot
-rw-rw---- 1 opsiconfd pcpatch 383562 Jul 13 2009 bootmgr
-rw-rw---- 1 opsiconfd pcpatch 667712 Jul 13 2009 bootmgr.efi
drwxrws--- 4 opsiconfd pcpatch 4096 Aug 5 2011 EFI
drwxrws--- 2 opsiconfd pcpatch 4096 Aug 5 2011 sources
regards,
bardo wolf
Re: Bootmgr not found in winpe
Verfasst: 02 Jun 2014, 16:16
von nirale33
Oh !!! My bad
When I move the content of /var/lib/opsi/depot/win7-x64/winpe/ISO/ in /var/lib/opsi/depot/win7-x64/winpe/ It works better ...
When I create my winpe, the folder ISO was automatically create.
The setup start but now I've an error message when the file : startnet.cmd is launch.
I've the message : the path was not found
I have nothing change for the installation like unattend.xml or setup.py files.
Inside I have nothing change I've 3 lines :
"
@echo off
copy c:\opsi\work.cmd x:\work.cmd >nul
x:\work.cmd
"
Inside work.cmd Ive :
"
@echo off
copy c:\opsi\unattend.xml x:\unattend.xml >nul
:init
set mount_try_count=0
c:\opsi\SetWallpaper.exe c:\opsi\opsibg.bmp >nul 2>nul
echo Initializing ..... please wait .....
wpeinit
:install
c:\installfiles\setup.exe /unattend

\unattend.xml
if not %ERRORLEVEL%==0 goto init
"
In x: there appears to have all the installation files.
Thx for all wolfbardo
Kind regards
Re: Bootmgr not found in winpe
Verfasst: 04 Jun 2014, 10:03
von n.wenselowski
Hello nirale23,
the message tells us some file is missing.
Please check if the files called from the script do all exist.
With kind regards
Niko
Re: [SOLVED] Bootmgr not found in winpe
Verfasst: 04 Jun 2014, 15:35
von nirale33
Thx for your reply n.wenselowski.
I tried to launch one by one the .cmd files and finaly the missing file is the installfiles folder.
The folder was in the root of win7-x64.
I try to put it in the WinPE folder and now it works.
Thx for all
Kind regards