Slow boot time (Xubuntu 18.04)
up vote
1
down vote
favorite
I'm running Xubuntu 18.04 as a new install (and only OS) on a Dell Latitude 3189 with an SSD. The computer takes consistently 60-65 seconds between the Dell splash screen and the Xubuntu log-in screen. All of that time is spent with a black screen.
After doing some searching online, I updated the /etc/fstab file with the correct UUIDs but that did not improve the boot time.
I have run the "systemd-analyze blame" command and its output is here: https://pastebin.com/KNqah8BC. Adding the times on that list comes out to 14.872 seconds, which would be a better start-up time; I don't know where the discrepancy is coming from.
I have also run the "dmesg" command and its output is here: https://pastebin.com/3J3p0Kma. This seems to show a few slowdowns:
[ 4.828692] [drm] RC6 on
[ 35.319629] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
...
[ 38.162979] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 45.938821] wlp1s0: authenticate with ac:84:c6:a3:d0:a2
...
[ 47.304167] Bluetooth: RFCOMM ver 1.11
[ 93.404225] usb 1-1: new full-speed USB device number 5 using xhci_hcd
I'm not sure how to address those. Any ideas on how I can fix things? I'm completely new to Linux, so basic answers (and explanations of what I'm doing) would be greatly appreciated.
Thank you!
boot
add a comment |
up vote
1
down vote
favorite
I'm running Xubuntu 18.04 as a new install (and only OS) on a Dell Latitude 3189 with an SSD. The computer takes consistently 60-65 seconds between the Dell splash screen and the Xubuntu log-in screen. All of that time is spent with a black screen.
After doing some searching online, I updated the /etc/fstab file with the correct UUIDs but that did not improve the boot time.
I have run the "systemd-analyze blame" command and its output is here: https://pastebin.com/KNqah8BC. Adding the times on that list comes out to 14.872 seconds, which would be a better start-up time; I don't know where the discrepancy is coming from.
I have also run the "dmesg" command and its output is here: https://pastebin.com/3J3p0Kma. This seems to show a few slowdowns:
[ 4.828692] [drm] RC6 on
[ 35.319629] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
...
[ 38.162979] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 45.938821] wlp1s0: authenticate with ac:84:c6:a3:d0:a2
...
[ 47.304167] Bluetooth: RFCOMM ver 1.11
[ 93.404225] usb 1-1: new full-speed USB device number 5 using xhci_hcd
I'm not sure how to address those. Any ideas on how I can fix things? I'm completely new to Linux, so basic answers (and explanations of what I'm doing) would be greatly appreciated.
Thank you!
boot
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm running Xubuntu 18.04 as a new install (and only OS) on a Dell Latitude 3189 with an SSD. The computer takes consistently 60-65 seconds between the Dell splash screen and the Xubuntu log-in screen. All of that time is spent with a black screen.
After doing some searching online, I updated the /etc/fstab file with the correct UUIDs but that did not improve the boot time.
I have run the "systemd-analyze blame" command and its output is here: https://pastebin.com/KNqah8BC. Adding the times on that list comes out to 14.872 seconds, which would be a better start-up time; I don't know where the discrepancy is coming from.
I have also run the "dmesg" command and its output is here: https://pastebin.com/3J3p0Kma. This seems to show a few slowdowns:
[ 4.828692] [drm] RC6 on
[ 35.319629] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
...
[ 38.162979] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 45.938821] wlp1s0: authenticate with ac:84:c6:a3:d0:a2
...
[ 47.304167] Bluetooth: RFCOMM ver 1.11
[ 93.404225] usb 1-1: new full-speed USB device number 5 using xhci_hcd
I'm not sure how to address those. Any ideas on how I can fix things? I'm completely new to Linux, so basic answers (and explanations of what I'm doing) would be greatly appreciated.
Thank you!
boot
I'm running Xubuntu 18.04 as a new install (and only OS) on a Dell Latitude 3189 with an SSD. The computer takes consistently 60-65 seconds between the Dell splash screen and the Xubuntu log-in screen. All of that time is spent with a black screen.
After doing some searching online, I updated the /etc/fstab file with the correct UUIDs but that did not improve the boot time.
I have run the "systemd-analyze blame" command and its output is here: https://pastebin.com/KNqah8BC. Adding the times on that list comes out to 14.872 seconds, which would be a better start-up time; I don't know where the discrepancy is coming from.
I have also run the "dmesg" command and its output is here: https://pastebin.com/3J3p0Kma. This seems to show a few slowdowns:
[ 4.828692] [drm] RC6 on
[ 35.319629] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
...
[ 38.162979] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[ 45.938821] wlp1s0: authenticate with ac:84:c6:a3:d0:a2
...
[ 47.304167] Bluetooth: RFCOMM ver 1.11
[ 93.404225] usb 1-1: new full-speed USB device number 5 using xhci_hcd
I'm not sure how to address those. Any ideas on how I can fix things? I'm completely new to Linux, so basic answers (and explanations of what I'm doing) would be greatly appreciated.
Thank you!
boot
boot
asked Sep 9 at 5:31
user869045
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
Following another question I found the solution which works in my case:
Modified this file:
/etc/initramfs-tools/conf.d/resume.
In this file, a line with
RESUME=none
(instead of the UUID that was here) will disable waiting for a resume device.
Run
sudo update-initramfs -u
to apply the changes.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Following another question I found the solution which works in my case:
Modified this file:
/etc/initramfs-tools/conf.d/resume.
In this file, a line with
RESUME=none
(instead of the UUID that was here) will disable waiting for a resume device.
Run
sudo update-initramfs -u
to apply the changes.
add a comment |
up vote
1
down vote
Following another question I found the solution which works in my case:
Modified this file:
/etc/initramfs-tools/conf.d/resume.
In this file, a line with
RESUME=none
(instead of the UUID that was here) will disable waiting for a resume device.
Run
sudo update-initramfs -u
to apply the changes.
add a comment |
up vote
1
down vote
up vote
1
down vote
Following another question I found the solution which works in my case:
Modified this file:
/etc/initramfs-tools/conf.d/resume.
In this file, a line with
RESUME=none
(instead of the UUID that was here) will disable waiting for a resume device.
Run
sudo update-initramfs -u
to apply the changes.
Following another question I found the solution which works in my case:
Modified this file:
/etc/initramfs-tools/conf.d/resume.
In this file, a line with
RESUME=none
(instead of the UUID that was here) will disable waiting for a resume device.
Run
sudo update-initramfs -u
to apply the changes.
edited Nov 23 at 15:06
abu_bua
3,10081023
3,10081023
answered Nov 23 at 11:21
quique
113
113
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1073550%2fslow-boot-time-xubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown