
Ich habe vor kurzem eine SSD durch eine größere SSD ersetzt. Ich habeClonezillaum die alte Festplatte auf die neue zu klonen. Danach habe ichGParted Liveum die Größe der vorhandenen Partition zu ändern und die Swap-Partition an das Ende der Festplatte zu verschieben. Ich habe auch von Ubuntu 16.04 auf 18.04 aktualisiert.
Nach erfolgreichem Abschluss der obigen Schritte stelle ich fest, dass dieDie Bootzeit wurde viel länger. Ich habe ein paar ähnliche Threads gefunden (Links unten) und die dort vorgeschlagenen ausprobiert. Die Startzeit hat sich jedoch nicht auf den Wert vor dem Festplattenwechsel reduziert.
Hier ist mein Original /etc/fstab
:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=e15b2ef7-c32d-46f5-a3a8-4bdc60285b4e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=3a0c2581-52f2-4c92-9c4a-09d3f0258c05 none swap sw 0 0
/dev/disk/by-id/usb-Generic_USB_Flash_Disk-0:0 /mnt/usb-Generic_USB_Flash_Disk-0:0 auto nosuid,nodev,nofail,x-gvfs-show 0 0
Ich habe die Partition bereits ersetzt, UUID
indem swap
ich in dieschwarzkindBefehlsausgabe:
/dev/sda1: UUID="e15b2ef7-c32d-46f5-a3a8-4bdc60285b4e" TYPE="ext4" PARTUUID="000d7e8b-01"
/dev/sda5: LABEL="swap" UUID="839f9d78-77b2-491d-808d-8cd551a9eeef" TYPE="swap" PARTUUID="000d7e8b-05"
Ich habe es auch auskommentiert, /dev/disk/by-id/usb-..
da ich glaube, dass dies der USB-Stick war, von dem ich GParted Live gebootet habe. Keine Ahnung, warum es dort immer noch definiert ist.
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=e15b2ef7-c32d-46f5-a3a8-4bdc60285b4e / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
# UUID=3a0c2581-52f2-4c92-9c4a-09d3f0258c05 none swap sw 0 0
UUID=839f9d78-77b2-491d-808d-8cd551a9eeef none swap sw 0 0
# /dev/disk/by-id/usb-Generic_USB_Flash_Disk-0:0 /mnt/usb-Generic_USB_Flash_Disk-0:0 auto nosuid,nodev,nofail,x-gvfs-show 0 0
Das /var/log/boot.log
zeigt folgendes:
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Started Braille Device Support.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Braille Device Support.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Reached target Sound Card.
[ OK ] Started Braille Device Support.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
[ TIME ] Timed out waiting for device dev-disk-by\x2did-usb\x2dGeneric_USB_Flash_Disk\x2d0:0.device.
[DEPEND] Dependency failed for /mnt/usb-Generic_USB_Flash_Disk-0:0.
[ TIME ] Timed out waiting for device dev-disk-by\x2duuid-3a0c2581\x2d52f2\x2d4c92\x2d9c4a\x2d09d3f0258c05.device.
[DEPEND] Dependency failed for /dev/disk/by-uuid/3a0c2581-52f2-4c92-9c4a-09d3f0258c05.
[DEPEND] Dependency failed for Swap.
[ OK ] Reached target System Initialization.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Listening on PC/SC Smart Card Daemon Activation Socket.
[ OK ] Started Daily apt download activities.
...
Dersystemd-analyseBefehl sagt:
Startup finished in 36.037s (kernel) + 10.847s (userspace) = 46.885s
graphical.target reached after 10.835s in userspace
Was kann ich tun, um die Startzeit zu verbessern?
Aktualisieren
Ich habe heute noch einmal nachgeschaut /var/log/boot.log
und diese Ausgabe gefunden - beachten Sie dieAuszeitbei der Gerätesuche!:
Starting Tell Plymouth To Write Out Runtime Data...
[ OK ] Started Braille Device Support.
[ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Starting Load/Save RF Kill Switch Status...
[ OK ] Started Braille Device Support.
[ OK ] Started Load/Save RF Kill Switch Status.
[ OK ] Reached target Sound Card.
[ OK ] Started Braille Device Support.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Raise network interfaces.
[* ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[** ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[*** ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[ *** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ *** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ ***] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ **] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[ *] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[ **] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[ ***] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ *** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ *** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[*** ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[** ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[* ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
[** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[*** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ *** ] (2 of 2) A start job is running for dev-disk-by\x2duuid-3a0c2581\x2d5
[ *** ] (1 of 2) A start job is running for dev-disk-by\x2did-usb\x2dGeneric_
...
[ TIME ] Timed out waiting for device dev-disk-by\x2did-usb\x2dGeneric_USB_Flash_Disk\x2d0:0.device.
[DEPEND] Dependency failed for /mnt/usb-Generic_USB_Flash_Disk-0:0.
[ TIME ] Timed out waiting for device dev-disk-by\x2duuid-3a0c2581\x2d52f2\x2d4c92\x2d9c4a\x2d09d3f0258c05.device.
[DEPEND] Dependency failed for /dev/disk/by-uuid/3a0c2581-52f2-4c92-9c4a-09d3f0258c05.
[DEPEND] Dependency failed for Swap.
[ OK ] Reached target System Initialization.
[ OK ] Listening on UUID daemon activation socket.
[ OK ] Listening on PC/SC Smart Card Daemon Activation Socket.
...
Verwandt
- Langsame Startzeit nach der Größenänderung von Partitionen. Das Bearbeiten von fstab hat nicht funktioniert
- Langsamer Start – „Ein Startjob wird für dev-disk-by ausgeführt …“
- Zeitüberschreitung beim Warten auf das Gerät dev-disk-by\x2duuid-C829\x2dC4C1.device
- Ein Startjob läuft für dev-disk-by x2duuid-ad0b043b\x2d404c… .device (7s / 1min 30s)
Antwort1
Ich vermute, dass es eine Datei „Lebenslauf“ gibt
/etc/initramfs-tools/conf.d/resume
die auf die UUID verweist, die nicht mehr gefunden wird. Sie können diese Datei ändern, damit sie auf die richtige UUID für die Swap-Partition verweist, und ausführen
sudo update-initramfs -u
Siehe Kommentare #16 und #17 im folgenden Link zu einem Fehlerbericht,
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1763611
Es gibt einen Unterschied zwischen Ihrem Fall und dem Fall im Fehlerbericht.
- in Ihrem Fall verwenden Sie eine Swap-Partition
- im Falle des Fehlerberichts wird eine Auslagerungsdatei verwendet (es gibt also keine Auslagerungspartition, auf die verwiesen werden sollte).