
Ich stelle derzeit meine Systeme mit Ubuntu Server 20.04 bereit und füge Pakete basierend auf diesem Skript hinzuhttps://gist.github.com/creatldd1/eec887f3f8a0bf48e0e9dec1598b8614rev
Meine neue Hardware enthält einen Intel I219-LM (rev11) als Netzwerkadapter, der jedoch nicht mehr erkannt wird. Ich kann das Problem beheben, indem ich ein Paket vonhttps://sourceforge.net/projects/e1000/files/e1000e%20historic%20archive/nach der Installation, aber wenn ich das innerhalb der Installation versuche, scheitere ich mit
2022-04-10 12:48:36,252 ERROR root:39 finish: subiquity/Late/run/command_10: FAIL: Command '['systemd-cat', '--level-prefix=false', '--identifier=subiquity_log.2288', 'sh', '-c', 'curtin in-target --target=/target -- dpkg -i --force-all /awrepo/gp/*.deb']' returned non-zero exit status 1.
2022-04-10 12:48:36,252 ERROR root:39 finish: subiquity/Late/run: FAIL: Command '['systemd-cat', '--level-prefix=false', '--identifier=subiquity_log.2288', 'sh', '-c', 'curtin in-target --target=/target -- dpkg -i --force-all /awrepo/gp/*.deb']' returned non-zero exit status 1.
2022-04-10 12:48:36,252 ERROR subiquity.server.server:414 top level error
Traceback (most recent call last):
File "/snap/subiquity/3119/lib/python3.8/site-packages/subiquity/server/controllers/cmdlist.py", line 106, in _run
await self.run()
File "/snap/subiquity/3119/lib/python3.8/site-packages/subiquitycore/context.py", line 148, in decorated_async
return await meth(self, **kw)
File "/snap/subiquity/3119/lib/python3.8/site-packages/subiquity/server/controllers/cmdlist.py", line 70, in run
await arun_command(
File "/snap/subiquity/3119/lib/python3.8/site-packages/subiquitycore/utils.py", line 85, in arun_command
raise subprocess.CalledProcessError(proc.returncode, cmd)
subprocess.CalledProcessError: Command '['systemd-cat', '--level-prefix=false', '--identifier=subiquity_log.2288', 'sh', '-c', 'curtin in-target --target=/target -- dpkg -i --force-all /awrepo/gp/*.deb']' returned non-zero exit status 1.
Nicht sicher, was dort passiert. Darüber hinaus erfordert dieser Schritt auch die Installation von DKMS und Build-Essentials im Serverinstallationsschritt
Außerdem scheint dies ein ziemlicher Overkill zu sein. Gibt es also eine einfachere (vielleicht sogar offizielle) Möglichkeit, der Installation Treiber hinzuzufügen?
EDIT: Mein erster Beitrag war unklar, also habe ich ihn präzisiert