Ubuntu 18.04.3 LTS

HTL

NGBler
Registriert
3 Juli 2018
Beiträge
148
Intel® Core™ i7-9750H CPU @ 2.60GHz × 12
Intel® UHD Graphics 630 (Coffeelake 3x8 GT2)
GNOME 3.28.2
64-bit
Acer Nitro 5 - Nitro AN515-54


Probleme!
Seit 6 Wochen musste ich Ubuntu drei mal neu Installieren weil nach einem Systemstart der PC nicht Bootet, nichts geht mehr alles versucht, ich konnte heute nach dem Crash dies Bild mit einem Hinweis machen mehr habe ich nicht. Musste danach von USB Ubuntu neu aufsetzen, mir reicht es echt.

Ich habe danach ungefähr zwei Wochen (Plus/Minus) Ruhe bevor er wieder abschmiert und nicht Bootet beim Systemstart. Was kann ich machen um Abhilfe zu schaffen, wäre sehr dankbar für Tipp, oder soll ich ein anderes System aufspielen, Ubuntu 19.4 würde gehen und ist bereitgestellt.

Danke

NT

Im Bios kann ich den Secure Start nicht deaktivieren, ich habe gelesen es könnte daran liegen?!
 

Anhänge

  • 20191224_083739.jpg
    20191224_083739.jpg
    403,8 KB · Aufrufe: 466
Zuletzt bearbeitet:
Da steht das "fsck" den Fehler (Code) 4 zurück gibt. Eine ergibt dass dies passiert wenn Datenträgerfehler auf dem System bzw. eher der Festplatte, nach einem Reparaturversuch, verblieben sind.

Boote mal in eine Kommandozeile mit Minimalsystem über den Bootmanager, da sonst die Festplatte/Partition in Nutzung sein kann und verwende den Befehl [kw]sudo fsck -pyf /dev/sda2[/kw] .

Nach dem Durchlauf sollte dein Ubuntu auch wieder korrekt booten. Das ist der freundliche Hinweis, dass Fehler auf dem System sind und aus Schutzgründen wird vermieden mit dem Gerät zu arbeiten.
 
  • Thread Starter Thread Starter
  • #3
Zitat.:
Boote mal in eine Kommandozeile mit Minimalsystem über den Bootmanager, da sonst die Festplatte/Partition in Nutzung sein kann und verwende den Befehl sudo fsck -pyf /dev/sda2 .

Wie mache ich das :ugly: ich habe doch keine Ahnung davon?

sudo fsck -pyf /dev/sda2

sudo fsck -pyf /dev/sda2

fsck von util-linux 2.31.1
e2fsck: Nur eine der Optionen -p/-a, -n oder -y darf angegeben werden.
 
Schau mal hier, da steht wie man in den Recovery Mode in Ubuntu kommt:

Normalerweise hat man auch über Grub die Möglichkeit auszuwählen was gestartet werden soll, daher, man kann "Advanced" bzw. "Erweiterte Einstellungen" auswählen und kann neben dem Kernel auch die entsprechende Recovery Mode aufrufen, was ein Minimalsystem bootet.

Da ich Ubuntu selbst nicht installiert habe, kann ich dir dass nicht bestätigen, denke aber das Grub das eigentlich anbieten sollte, "Vermutung". Oder aber wie im Guide/Link beschrieben vorgehen.
 
  • Thread Starter Thread Starter
  • #5
Danke Trotzdem, aber da komme ich nicht mit klar. Ich versuche eine andere Version von Linux Mint zu installieren!
 
Sorry, mein Feher, nimm mal das "y" raus - also [kw]sudo fsck -pf /dev/sda2[/kw] - dann sollte das auch lüppen.
 
  • Thread Starter Thread Starter
  • #7
fsck von util-linux 2.31.1
/dev/sda2 ist eingehängt.
e2fsck: Fortsetzung nicht möglich, wird abgebrochen.
 
Ich versuche eine andere Version von Linux Mint zu installieren!
Da wird Dir Dein System wahrscheinlich mit ähnlichen Meldungen um die Ohren fliegen.

Wenn das Problem erst nach einigen Wochen auftrat, würde ich ja fast auf eine sterbende HD tippen.

Ich gehe davon aus, dass Du Ubuntu "ganz normal" installiert hast, und dabei auch die Partition neu formatiert wurde.
Da das Problem trotzdem wieder auftrat, tippe ich auf ein Hardware-Problem.

Vielleicht solltest Du mal die Disk checken.
smartmontools installieren (oder live-System nutzen),
[src=bash]
#Auslesen der vorhandenen Daten
smartctl -a /dev/sda
#Berechnen der Test-Dauer
smartctl -c /dev/sda
#Kurz-Test starten
sudo smartctl -t short /dev/sda
##Jetzt heisst es warten (Short self-test routine recommended polling time aus #smartctl -c /dev/sda)
#also je nach dem 1-5 Minuten

#Auslesen der neu vorhandenen Daten
smartctl -a /dev/sda
[/src]

Die Ausgabe kannst du ja mal auf Pastebin knallen oder hier quoten.
 
fsck von util-linux 2.31.1
/dev/sda2 ist eingehängt.
e2fsck: Fortsetzung nicht möglich, wird abgebrochen.
Das Problem ist, dass e2fsck exklusiven Zugriff braucht, Dein System aber von sda gestartet wurde und daher kein exklusiver Zugriff möglich ist.

Boote Dein System vom Ubuntu-Installationsmedium (DVD, USB oder was auch immer).
Du kannst dann aussuchen, ob Du installieren oder ein Live-System zum Testen starten willst.
Wähle das Live-System, starte es.

Darin eine Konsole öffnen und nochmal fsck rüber laufen lassen.
Oder aber gleich einen HD-Test machen.
Sollte sich herausstellen, dass die HD im Begriff ist den Abgang zu machen, Mühle ausschalten, Ersatz besorgen, live-System starten und Daten retten.
 
  • Thread Starter Thread Starter
  • #11
smartctl -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Smartctl open device: /dev/sda failed: Permission denied


smartctl -c /dev/sda
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Smartctl open device: /dev/sda failed: Permission denied



sudo smartctl -t short /dev/sda
[sudo]
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Tue Dec 24 12:28:17 2019

Use smartctl -X to abort test.
 
@HTL: SMART ist keine Garantie für eine lebendige Platte, nur ein Hinweisgeber (der in ca. 60-70% der Fälle einen Ausfall korrekt vorhersagen kann). Wenn dir aber ständig dein Dateisystem kaputt geht, ist entweder dein Ubuntu echt beschissen, oder die Festplatte kaputt (eher Letzteres).
 
  • Thread Starter Thread Starter
  • #13
Aber hier schreiben User vom Problem, der PC ist nagelneu?

 
@HTL: Die sagen aber, dass das Zertifikat nicht mit trusted key signiert wurde. Und das ist nicht dein Problem, dein Problem ist weiter unten, nämlich filesystem inconsistency. Und wenn er die nicht automatisch auflösen kann, brechen dir wohl grad eher Sektoren weg.

BTW: Neu bedeutet nicht, dass die Festplatte einwandfrei ist. Neu heißt, die Ausfallwahrscheinlichkeit ist um Größenordnungen höher als bei Platten, die schon zwei Jahre laufen; Stichwort Badewannenkurve.
 
Smartctl open device: /dev/sda failed: Permission denied

Sorry, ich bin einer der Schwachköpfe die "immer" unter root arbeiten, daher hatte ich das vergessen (und -t hatte ich kopiert, da war sudo schon mit dabei):
[src=bash]
sudo smartctl -a /dev/sda
sudo smartctl -c /dev/sda

[/src]

[src=bash]
sudo smartctl -t short /dev/sda
[/src]
hattest du ja erfolgreich abgesetzt,dann musst Du nur noch einmal mit

[src=bash]sudo smartctl -a /dev/sda[/src]
die Daten auslesen.
 
Ich frage mich, ob fsck schon benutzt wurde und das System wieder up&running ist, aus einem Live-System heraus. Hab ich was nicht mitbekommen? O_o
 
  • Thread Starter Thread Starter
  • #17
sudo smartctl -a /dev/sda
[sudo]
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model: TOSHIBA MQ04ABF100
Serial Number: 69A3CMPBT
LU WWN Device Id: 5 000039 953404d57
Firmware Version: JU001J
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Tue Dec 24 13:28:28 2019 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 120) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 170) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0
2 Throughput_Performance 0x0005 100 100 050 Pre-fail Offline - 0
3 Spin_Up_Time 0x0027 100 100 001 Pre-fail Always - 1301
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 495
5 Reallocated_Sector_Ct 0x0033 100 100 050 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 098 050 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 100 100 050 Pre-fail Offline - 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 418
10 Spin_Retry_Count 0x0033 109 100 030 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 383
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 124
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 57
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 6925
194 Temperature_Celsius 0x0022 100 100 000 Old_age Always - 25 (Min/Max 11/47)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
220 Disk_Shift 0x0002 100 100 000 Old_age Always - 0
222 Loaded_Hours 0x0032 100 100 000 Old_age Always - 337
223 Load_Retry_Count 0x0032 100 100 000 Old_age Always - 0
224 Load_Friction 0x0022 100 100 000 Old_age Always - 0
226 Load-in_Time 0x0026 100 100 000 Old_age Always - 200
240 Head_Flying_Hours 0x0001 100 100 001 Pre-fail Offline - 0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 417 -
# 2 Short offline Completed without error 00% 417 -

SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
sudo smartctl -c /dev/sda
[sudo]
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: ( 120) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 170) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.




sudo smartctl -t short /dev/sda
[sudo]
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Tue Dec 24 13:32:21 2019

Use smartctl -X to abort test.





sudo smartctl -a /dev/sda
[sudo]
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-5.0.0-37-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model: TOSHIBA MQ04ABF100
Serial Number: 69A3CMPBT
LU WWN Device Id: 5 000039 953404d57
Firmware Version: JU001J
User Capacity: 1.000.204.886.016 bytes [1,00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-3 T13/2161-D revision 5
SATA Version is: SATA >3.2 (0x1ff), 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Tue Dec 24 13:31:24 2019 CET
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 244) Self-test routine in progress...
40% of test remaining.
Total time to complete Offline
data collection: ( 120) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 170) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0
2 Throughput_Performance 0x0005 100 100 050 Pre-fail Offline - 0
3 Spin_Up_Time 0x0027 100 100 001 Pre-fail Always - 1301
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 495
5 Reallocated_Sector_Ct 0x0033 100 100 050 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 098 050 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 100 100 050 Pre-fail Offline - 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 418
10 Spin_Retry_Count 0x0033 109 100 030 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 383
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 124
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 57
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 6926
194 Temperature_Celsius 0x0022 100 100 000 Old_age Always - 27 (Min/Max 11/47)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
220 Disk_Shift 0x0002 100 100 000 Old_age Always - 0
222 Loaded_Hours 0x0032 100 100 000 Old_age Always - 337
223 Load_Retry_Count 0x0032 100 100 000 Old_age Always - 0
224 Load_Friction 0x0022 100 100 000 Old_age Always - 0
226 Load-in_Time 0x0026 100 100 000 Old_age Always - 279
240 Head_Flying_Hours 0x0001 100 100 001 Pre-fail Offline - 0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 417 -
# 2 Short offline Completed without error 00% 417 -

SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
 
Zuletzt bearbeitet:
Also der Schnelltest hat zumindest keine offensichtlichen Fehler gefunden.
Dann würde ich als nächstes die 170 Minuten für einen ausführlichen Test opfern
[src=bash]
sudo smartctl -t long /dev/sda
#und danach nochmal mit
sudo smartctl -a /dev/sda
#das Ergebnis prüfen
[/src]
 
Und ich sags nochmal: Verschwendete Zeit. Schmeiß die weg und hol ne Neue. Ich hab ne WD auch zurückgeschickt, als mdadm sie gedroppt hat, und die hatte weder SMART-Warnings noch irgendwelche defekten Sektoren - mdadm hat sie gedroppt, und das war genug für WD, mir ne neue zu schicken.
 
Zurück
Oben