I think you might find the cause and solution here.
Announcement
Collapse
No announcement yet.
Slow Boot
Collapse
This topic is closed.
X
X
-
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
NOTE: I re-installed grub and the "partition table is out of whack" warnings have disappeared. Very nice.
Originally posted by oshunluvr View PostI don't think it's the btrfs driver loading that's the delay. It's the line after.
The output of blkid is:
Code:not@all:~$ blkid /dev/sdb1: LABEL="SSD_Neon" UUID="3331581b-e3a3-4976-86a3-bbfc025262be" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="61b71598-66e2-4ce6-b00f-87d5734b5604" /dev/sdb2: LABEL="SSD2" UUID="5c3af4ec-b016-4eea-accd-23d517b87248" TYPE="ext4" PARTLABEL="Linux filesystem" PARTUUID="3ffc76ce-bbce-4d7a-b0ac-2007a576d2d9" /dev/sdb4: UUID="754B-22C4" TYPE="vfat" PARTLABEL="EFI System" PARTUUID="8d1db492-d814-4962-8504-db2af04e26ea" /dev/sdb5: UUID="bbb7dbfc-e767-43c9-8b99-614bbaab2cc5" TYPE="swap" PARTLABEL="Linux swap" PARTUUID="460037c0-d0c6-4d3f-b149-bc2ce8add319" /dev/sda1: LABEL="K14" UUID="4d8f0727-3f74-46ca-9b8f-bb6aa04ac6f8" TYPE="ext4" PARTUUID="000aef22-01" /dev/sda2: LABEL="NEON" UUID="879b2424-5b36-49b4-a53b-f51dbde63b30" TYPE="ext4" PARTUUID="000aef22-02" /dev/sda3: LABEL="SDA3" UUID="9d8dfbea-7fc9-45fd-b4b4-9b359cdfc01d" TYPE="ext4" PARTUUID="000aef22-03" /dev/sda4: UUID="81131765-cba3-490b-94c3-5815219f4deb" TYPE="swap" PARTUUID="000aef22-04" /dev/sdc1: LABEL="K18" UUID="3733e2b4-b159-434d-a4d2-ab4cb0cfa031" TYPE="ext4" PARTUUID="85e3aaee-01" /dev/sdc2: LABEL="joey" UUID="13a64598-bbd5-489d-a193-4ebc1cad8072" TYPE="ext4" PARTUUID="85e3aaee-02" /dev/sdc3: UUID="239B-2FC4" TYPE="vfat" PARTUUID="85e3aaee-03" /dev/sdc4: LABEL="joey-gnome" UUID="66336795-cced-40b0-93aa-0845872860fc" TYPE="ext4" PARTUUID="85e3aaee-04"
- Top
- Bottom
Comment
-
No luck.
I installed rng-tools.
Ran sudo update-initramfs -u and sudo update-grub.
Still 30-seconds lag.
Code:not@all:~$ sudo update-initramfs -u update-initramfs: Generating /boot/initrd.img-4.18.0-22-generic I: The initramfs will attempt to resume from /dev/sdb5 I: (UUID=bbb7dbfc-e767-43c9-8b99-614bbaab2cc5) I: Set the RESUME variable to override this.
And it seems to be correctly referenced in fstab:
Code:UUID=bbb7dbfc-e767-43c9-8b99-614bbaab2cc5 swap swap defaults,noatime 0 2
Now, that is a bit weird, isn't it?
- Top
- Bottom
Comment
-
sudo update-initramfs -uk allWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment