Installation without driver after updating opsi in 4.1

Antworten
fraisse
Beiträge: 22
Registriert: 03 Feb 2014, 09:58

Installation without driver after updating opsi in 4.1

Beitrag von fraisse »

Hi,

Since the update of opsi version 4.1 the installation of the OS (win7-x64) does not work properly.
The drivers are no longer installed.
Comparing the bootimage logs between an installation before the update and the one after the update (on the same machine) it appears that opsi is not going to look for the drivers in / opt / opsi_depot / win7-x64 / drivers / drivers / additional / byAudit ......
Is running the WindowsDrivers.py command a problem?

Error message :

Bild


Executing the command show_drivers.py <pc name> finds the drivers.
A 64-bit win10 installation is not a problem.

Version of opsi packages:
opsi-atftpd 0.7.dfsg-9
opsi-configed 4.0.7.6.34-2
opsi-linux-boot picture 20180713-1
opsi-server 4.1.1.4-10
opsi-tftpd-hpa 5.2.8-47
opsi-utils 4.1.1.19-2
opsiconfd 4.1.1.10-7
opsipxeconfd 4.1.1.13-1
python-opsi 4.1.1.40-1


Have you encountered this error?
Any idea ?

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

Re: Installation without driver after updating opsi in 4.1

Beitrag von n.wenselowski »

Hi,

what version of win7-x64 are you using?


Kind regards

Niko

Code: Alles auswählen

import OPSI
fraisse
Beiträge: 22
Registriert: 03 Feb 2014, 09:58

Re: Installation without driver after updating opsi in 4.1

Beitrag von fraisse »

Hi,
The version is Windows 7 Professional SP1 64-bits

Kind regards
Benutzeravatar
SisterOfMercy
Beiträge: 1522
Registriert: 22 Jun 2012, 19:18

Re: Installation without driver after updating opsi in 4.1

Beitrag von SisterOfMercy »

Have you tried the 'standard' commands?

Code: Alles auswählen

opsi-setup --set-rights
opsi-setup --init-current-config
Bitte schreiben Sie Deutsch, when I'm responding in the German-speaking part of the forum!
fraisse
Beiträge: 22
Registriert: 03 Feb 2014, 09:58

Re: Installation without driver after updating opsi in 4.1

Beitrag von fraisse »

Thank you for your reply,
The execution of the two commands do not change anything.
Even if in the netboot product configuration I specify additional drivers, network drivers, usb ... are not found.

for information a win10 x64 installation is ok
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Installation without driver after updating opsi in 4.1

Beitrag von n.wenselowski »

Hi,
fraisse hat geschrieben:The version is Windows 7 Professional SP1 64-bits
The opsi-packages also have a version number.

What is the output of:

Code: Alles auswählen

opsi-package-manager -l win7-x64

Regards

Niko

Code: Alles auswählen

import OPSI
fraisse
Beiträge: 22
Registriert: 03 Feb 2014, 09:58

Re: Installation without driver after updating opsi in 4.1

Beitrag von fraisse »

Problem solved
the drivers folder for Dell computers had been changed, originally we had Dell inc.
then after the update: Dell Inc_
a symbolic link corrected the problem.

Why this change after an update opsi?
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Installation without driver after updating opsi in 4.1

Beitrag von n.wenselowski »

Hi,
fraisse hat geschrieben:Problem solved
the drivers folder for Dell computers had been changed, originally we had Dell inc.
then after the update: Dell Inc_
a symbolic link corrected the problem.

Why this change after an update opsi?
This is comes from how files are seen over Samba.
Opsi has a workaround for this (using _ instead of a dot) for years and this is described in the Getting Started in the chapter for driver integration.

Now I', curious: From hat version have you been coming? :D


Cheers

Niko

Code: Alles auswählen

import OPSI
Antworten