• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] upgrade 13.1 -> 13.2

Miraculix

Hacker
Hallo,
nachdem ich von OpenSUSE 13.1 mit zypper ein upgrade auf 13.2 gemacht habe, steht beim Hochfahren, dass 13.1 geladen wird.
Unter anderem "Failed to start Load Kernel Modules. See systemctl status system-modules-load.service"

Der Aufruf im Terminal ergibt folgende Ausgabe:

Code:
systemd-modules-load.service - Load Kernel Modules
   Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
   Active: failed (Result: exit-code) since Do 2015-06-11 15:26:55 CEST; 9min ago
     Docs: man:systemd-modules-load.service(8)
           man:modules-load.d(5)
  Process: 681 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
 Main PID: 681 (code=exited, status=1/FAILURE)

Was ist passiert und wie kann ich den Fehler beheben?
 
OP
M

Miraculix

Hacker
josef-wien schrieb:
Als root:
Code:
/usr/lib/systemd/systemd-modules-load

Ausgabe:
Code:
Failed to find module 'pciehp'

Miraculix schrieb:
mit zypper ein upgrade auf 13.2 gemacht
up oder dup?
dup

zypper repos -uP:
Code:
#  | Alias                     | Name                               | Aktiviert | Aktualisieren | Priorität | URI                                                                           
---+---------------------------+------------------------------------+-----------+---------------+-----------+-------------------------------------------------------------------------------
 1 | Packman Repository        | Packman Repository                 | Nein      | Nein          |   99      | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.1/                      
 2 | libdvdcss repository      | libdvdcss repository               | Nein      | Nein          |   99      | http://opensuse-guide.org/repo/13.1/                                          
 3 | openSUSE-13.1-1.10        | openSUSE-13.1-1.10                 | Nein      | Nein          |   99      | cd:///?devices=/dev/disk/by-id/ata-MATSHITA_DVD+_-RW_UJ8B1_SBB3610436,/dev/sr0
 4 | repo-13.2-non-oss         | openSUSE-13.2 Non-OSS              | Ja        | Nein          |   99      | http://download.opensuse.org/distribution/13.2/repo/non-oss/                  
 5 | repo-13.2-oss             | openSUSE-13.2 OSS                  | Ja        | Nein          |   99      | http://download.opensuse.org/distribution/13.2/repo/oss                       
 6 | repo-13.2-update-non-oss  | openSUSE-13.2 Updates Non-OSS      | Ja        | Ja            |   99      | http://download.opensuse.org/update/13.2-non-oss/                             
 7 | repo-13.2-update-oss      | openSUSE-13.2 Updates OSS          | Ja        | Ja            |   99      | http://download.opensuse.org/update/13.2/                                     
 8 | repo-debug                | openSUSE-13.1-Debug                | Nein      | Nein          |   99      | http://download.opensuse.org/debug/distribution/13.1/repo/oss/                
 9 | repo-debug-update         | openSUSE-13.1-Update-Debug         | Nein      | Nein          |   99      | http://download.opensuse.org/debug/update/13.1/                               
10 | repo-debug-update-non-oss | openSUSE-13.1-Update-Debug-Non-Oss | Nein      | Nein          |   99      | http://download.opensuse.org/debug/update/13.1-non-oss/                       
11 | repo-non-oss              | openSUSE-13.1-Non-Oss              | Nein      | Nein          |   99      | http://download.opensuse.org/distribution/13.1/repo/non-oss/                  
12 | repo-oss                  | openSUSE-13.1-Oss                  | Nein      | Nein          |   99      | http://download.opensuse.org/distribution/13.1/repo/oss/                      
13 | repo-source               | openSUSE-13.1-Source               | Nein      | Nein          |   99      | http://download.opensuse.org/source/distribution/13.1/repo/oss/               
14 | repo-update               | openSUSE-13.1-Update               | Nein      | Nein          |   99      | http://download.opensuse.org/update/13.1/                                     
15 | repo-update-non-oss       | openSUSE-13.1-Update-Non-Oss       | Nein      | Nein          |   99      | http://download.opensuse.org/update/13.1-non-oss/


cat /etc/os-release:
Code:
NAME=openSUSE
VERSION="13.2 (Harlequin)"
VERSION_ID="13.2"
PRETTY_NAME="openSUSE 13.2 (Harlequin) (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:13.2"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"

Miraculix schrieb:
steht beim Hochfahren, dass 13.1 geladen wird
Wo?
direkt nach dem Grub-Hinweis
'GRUB loading'
 
OP
M

Miraculix

Hacker
https://bugzilla.suse.com/show_bug.cgi?id=903576#c5

Code:
MODULES_LOADED_ON_BOOT.conf
gemäß Bug-Hinweis entfernt.
Problem leider nicht behoben.
 
OP
M

Miraculix

Hacker
Code:
/usr/lib/systemd/systemd-modules-load

bringt jetzt keine Meldung mehr, da ich ja
MODULES_LOADED_ON_BOOT.conf
gemäß workflow zum Bug entfernt habe
 
OP
M

Miraculix

Hacker
- Packman auf Priorität 30 gesetzt
- aktualisiert auf 13.2
- zypper dup
=> keine Fehlermeldung mehr beim Booten

- YaST -> System -> Boot Loader -> auf 13.2 geändert
=> beim Booten von 13.2 wird 13.2 angezeigt

DANKE allen, die hier und an anderer Stelle geholfen haben!
 
Oben