[SOLVED] Bootmgr not found in winpe
[SOLVED] Bootmgr not found in winpe
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
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
Zuletzt geändert von nirale33 am 04 Jun 2014, 15:28, insgesamt 1-mal geändert.
Re: Bootmgr not found in winpe
Hi,
regards,
bardo wolf
Should look likenirale33 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
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
bardo wolf
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Bootmgr not found in winpe
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
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
if not %ERRORLEVEL%==0 goto init
"
In x: there appears to have all the installation files.
Thx for all wolfbardo
Kind regards
- n.wenselowski
- Ex-uib-Team
- Beiträge: 3194
- Registriert: 04 Apr 2013, 12:15
Re: Bootmgr not found in winpe
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
the message tells us some file is missing.
Please check if the files called from the script do all exist.
With kind regards
Niko
Code: Alles auswählen
import OPSI
Re: [SOLVED] Bootmgr not found in winpe
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
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