[SOLVED] Bootmgr not found in winpe

Antworten
nirale33
Beiträge: 28
Registriert: 13 Sep 2013, 09:29

[SOLVED] Bootmgr not found in winpe

Beitrag 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
Zuletzt geändert von nirale33 am 04 Jun 2014, 15:28, insgesamt 1-mal geändert.
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1412
Registriert: 01 Jul 2008, 12:10

Re: Bootmgr not found in winpe

Beitrag 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


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


nirale33
Beiträge: 28
Registriert: 13 Sep 2013, 09:29

Re: Bootmgr not found in winpe

Beitrag 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:x:\unattend.xml
if not %ERRORLEVEL%==0 goto init
"

In x: there appears to have all the installation files.

Thx for all wolfbardo

Kind regards
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Bootmgr not found in winpe

Beitrag 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

Code: Alles auswählen

import OPSI
nirale33
Beiträge: 28
Registriert: 13 Sep 2013, 09:29

Re: [SOLVED] Bootmgr not found in winpe

Beitrag 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
Antworten