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

11.4 (gelöst)Bootet nicht mehr.

dzug

Guru
Hallo ich schon wieder.
Beim normalen Booten zeigt er den grünen Bildschirm mit dem Fortschrittsbalken ca ein Drittel.
Dann Passiert nichts mehr.
Booten mit init 3 geht bis zum Einloggen.
Einloggen ist möglich
Wenn eingeloggt und nach "startx" folgende Meldung:
hostname: Der Name oder Dienst ist nicht bekannt
xauth: file/home/peter/.serverauth does not exist

Fatal server error:
Cannot move old logfile "/var/log/Xorg.0.log to "/var/log/Xorg.0.log.old
Wie weiter?
Bitte Bitte.
Gruss dzug.

Lösung ist:Nomodeset in die Bootoption eingetragen.
Dann Bootet er.
 
OP
D

dzug

Guru
Alles per Hand abgeschrieben.
Code:
rootfs 12381360    50% /
dvtmpfs  757372     1% /dev
tmpfs      763344     1%/dev/shm
tmpfs      763344     1%/run
/dev/sda4 12381360  50% /
tmpfs      763344     0% /sys/fs/cgroup
tmpfs      763344     1% /var/log
tmpfs      763344     1% /var/run
tmpfs      763344     0% /media
/dev/sdb1               14% /home
/dev/sdc2               31% /home/peter/daten
Muss ich die einzelnen Bits auch Rausschreiben?
Die Liste sagt mir, das Platz da ist.
Sollte es total defekt sein?
Danke.
 

framp

Moderator
Teammitglied
Hast Du mal nach dem booten in init 3 in /var/log/messages und dmesg nach Fehlern gesucht?
 
OP
D

dzug

Guru
Mit init 3 Gebootet.
Eingeloggt.
Als Root Eingeloggt.
/var/log/messages eingegeben.
Keine Berechtigung ausgegeben.
dmesg eingegeben.
Riesige Liste ausgegeben.
Da ich die Liste nicht scrollen kann werde ich darin warscheinlich nichts finden.
Ich weiss auch nicht was ich finden sollte.
Wenn es total defekt ist kommt es in die Presse und es wird ein "Neues"Gekauft".
Danke für die Antwort.
Gruss dzug.
 

RME

Advanced Hacker
Hallo dzug,

Als root:

Code:
tail -n 100 /var/log/messages |more
Code:
dmesg | tail -n 100 | more
"tail -n 100" = die letzten 100 Zeilen ausgeben.

An Stelle von "| more" kannst Du die Daten auch in eine Datei kopieren. Dann, zum Beispiel:

Code:
tail -n 100 /var/log/messages > var_log_messages.txt
Code:
dmesg | tail -n 100 > dmesg.txt
Gruss,
Roland
 
OP
D

dzug

Guru
Geht es auch mit weniger als 100 Zeilen?
Dauert noch 3 Stunden da ich wegen suse Download das System nicht wechseln kann.
Danke Roland.
Gruss dzug.
 
OP
D

dzug

Guru
Hier bringe ich mal die letzten 50 Zeilen von var/log/messages
Code:
                      Sep  8 19:15:56 linux-11-4-sda4 ifup-dhcp:  
Sep  8 19:15:56 linux-11-4-sda4 ifup-dhcp:     eth0      DHCP4 continues in background
Sep  8 19:15:56 linux-11-4-sda4 ifup-dhcp:     eth0      DHCP6 continues in background
Sep  8 19:15:56 linux-11-4-sda4 ifup:     dsl0      name: DSL-Verbindung
Sep  8 19:15:56 linux-11-4-sda4 ifup:     dsl0      Startmode is 'manual'
Sep  8 19:15:56 linux-11-4-sda4 SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Sep  8 19:15:57 linux-11-4-sda4 SuSEfirewall2: Firewall rules successfully set
Sep  8 19:15:57 linux-11-4-sda4 sm-notify[2934]: Version 1.2.4 starting
Sep  8 19:15:57 linux-11-4-sda4 smpppd[2931]: smpppd version 1.60.51 started
Sep  8 19:15:58 linux-11-4-sda4 ifup:     dsl0      name: DSL-Verbindung
Sep  8 19:15:58 linux-11-4-sda4 ifup:     dsl0      Startmode is 'manual'
Sep  8 19:15:58 linux-11-4-sda4 SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Sep  8 19:15:58 linux-11-4-sda4 SuSEfirewall2: Firewall rules successfully set
Sep  8 19:15:58 linux-11-4-sda4 SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ...
Sep  8 19:15:59 linux-11-4-sda4 SuSEfirewall2: Firewall rules successfully set
Sep  8 19:15:59 linux-11-4-sda4 systemd[1]: Startup finished in 11s 411ms 783us (kernel) + 40s 637ms 324us (userspace) = 52s 49ms 107us.
Sep  8 19:16:00 linux-11-4-sda4 su: (to root) peter on /dev/tty1
Sep  8 19:16:00 linux-11-4-sda4 su: pam_systemd(su:session): Failed to parse message: Message has only 3 arguments, but more were expected
Sep  8 19:16:16 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:16:16 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:16:16 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:16:16 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:16:36 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:16:36 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:16:36 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:16:36 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:16:56 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:16:56 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:16:56 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:16:56 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:17:16 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:17:16 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:17:16 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:17:16 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:17:36 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:17:36 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:17:36 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:17:36 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:17:56 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:17:56 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:17:56 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:17:56 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:18:16 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:18:16 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:18:16 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:18:16 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Sep  8 19:18:36 linux-11-4-sda4 dhcpcd[1183]: eth0: timed out
Sep  8 19:18:36 linux-11-4-sda4 dhcpcd[1183]: eth0: trying to use old lease in `/var/lib/dhcpcd/dhcpcd-eth0.info'
Sep  8 19:18:36 linux-11-4-sda4 dhcpcd[1183]: eth0: lease information file `/var/lib/dhcpcd/dhcpcd-eth0.info' does not exist
Sep  8 19:18:36 linux-11-4-sda4 dhcpcd[1183]: eth0: broadcasting for a lease
Da kann ich nur Rauslesen das dhcpcd und das Internet nicht existiert.
Womit bin ich eigentlich hier?
Danke Roland.
Gruss dzug.
 
OP
D

dzug

Guru
Meine Lösung :
DVD rein.
Davon ein Update und es läuft.
Alles ist da und er Bootet wieder.
Warum?=keine Ahnung.
Danke für die Hilfe und das Verständnis.
Gruss dzug.
 
OP
D

dzug

Guru
Hallo.
Nach mehreren Updates tritt der Fehler wieder auf.
Booten bis Login:
Nach Login als user und root:
Xserver läuft nicht.
In Failsafe Bootet er normal.
Gruss dzug.

Im Bootbild nomodeset eingegeben.
Er bootet wieder.
 

Jägerschlürfer

Moderator
Teammitglied
dann prüfe doch mal, ob der Parameter "nomodeset" noch als Startparameter hinterlegt ist. Wenn nicht, passe es einfach wieder an.
 
OP
D

dzug

Guru
Danke.
Nomodeset gebe ich beim Startvorgang ein.
Ist das dann eigentlich noch ein "normales" Booten?
Es sollte doch in der Bootzeile nichts stehen?oder?
Um diesen "Fehler" geht es mir.
Bisher habe ich es mit Neuinstallation oder Update von der DVD hinbekommen aber irgendwann geht es dann doch nicht mehr.
Wenn ich yast2 Bootloader/Abschnittsverwaltung aufrufe steht in der Zeile Failsafe genau das Gleiche wie in der Zeile normalboot.
Was da anders ist weiss ich nicht.
Danke.
Dzug.
 

spoensche

Moderator
Teammitglied
dzug schrieb:
Danke.
Nomodeset gebe ich beim Startvorgang ein.
Ist das dann eigentlich noch ein "normales" Booten?
Es sollte doch in der Bootzeile nichts stehen?oder?
Um diesen "Fehler" geht es mir.
Bisher habe ich es mit Neuinstallation oder Update von der DVD hinbekommen aber irgendwann geht es dann doch nicht mehr.
Wenn ich yast2 Bootloader/Abschnittsverwaltung aufrufe steht in der Zeile Failsafe genau das Gleiche wie in der Zeile normalboot.
Was da anders ist weiss ich nicht.
Danke.
Dzug.

Poste doch mal deine Grubconfig, damit wir uns die Bootoptionen mal ansehen können.

Die Bootoptionen für Failsafe sind zu 99,999% Periode nicht die gleichen wie bei "normalem Boot". Im Failsafe sind z.B. die Bootoptionen acpi=off, nomodeset x11failsafe etc. gesetzt.
 
OP
D

dzug

Guru
Normalboot
Code:
resume=/dev/disk/by-id/ata-WDC_WD2500AAJB-00J3A0_WD-WCAV2W046824-part1 splash=silent quiet showopts
Failsafe
Code:
 showopts apm=off noresume nosmp maxcpus=0 edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe
Habe ich aus yast Abschnittseinstellungen kopiert
 
Oben