Ever since a recent update Grub II has been taking about a minute and a half to start booting. Once booting starts it only takes a few seconds before I am able to start using my computer. It only took a few seconds to start booting a few months ago. Did Grub II depreciate something this year?
Announcement
Collapse
No announcement yet.
Grub II taking long time to start booting
Collapse
This topic is closed.
X
X
-
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntuTags: None
- Top
- Bottom
-
What is wrong here:
Code:steve7233@steve7233-Z68XP-UD3:~$ dmidecode -t baseboard. Invalid type keyword: baseboard. Valid type keywords are: bios system baseboard chassis processor memory cache connector slot
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
-
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
Comment
-
Where specifically is it taking longer, exactly?
Anbeasy way to see which part of the boot is taking a ling time is the command systemd-analyze
It will show a summary of how long it takes at each stage of boot, from loadingm the firmware or Bios to getting to the desktop
Here is my PC
Code:$ systemd-analyze Startup finished in 10.272s (firmware) + 7.109s (loader) + 3.255s (kernel) + 4.033s (userspace) = 24.670s graphical.target reached after 4.023s in userspace
We can use the output to narrow down which part of the boot process to focus on.
If it takes that long to start booting my guess it would be the computers firmware or bios.Last edited by claydoh; Sep 02, 2020, 06:41 AM.
- Top
- Bottom
Comment
-
Originally posted by claydoh View PostWhere specifically is it taking longer, exactly?
Anbeasy way to see which part of the boot is taking a ling time is the command systemd-analyze
It will show a summary of how long it takes at each stage of boot, from loadingm the firmware or Bios to getting to the desktop
Here is my PC
Code:$ systemd-analyze Startup finished in 10.272s (firmware) + 7.109s (loader) + 3.255s (kernel) + 4.033s (userspace) = 24.670s graphical.target reached after 4.023s in userspace
We can use the output to narrow down which part of the boot process to focus on.
If it takes that long to start booting my guess it would be the computers firmware or bios.
Code:steve7233@steve7233-Z68XP-UD3:~$ systemd-analyze Startup finished in 3.136s (kernel) + 1min 36.202s (userspace) = 1min 39.339s graphical.target reached after 1min 36.191s in userspace steve7233@steve7233-Z68XP-UD3:~$
Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by jglen490 View PostMaybe the period after baseboard?
Code:steve7233@steve7233-Z68XP-UD3:~$ sudo dmidecode -t baseboard [sudo] password for steve7233: # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 2.4 present. Handle 0x0002, DMI type 2, 8 bytes Base Board Information Manufacturer: Gigabyte Technology Co., Ltd. Product Name: Z68XP-UD3 Version: Serial Number: steve7233@steve7233-Z68XP-UD3:~$
Last edited by steve7233; Sep 02, 2020, 08:49 AM.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Code:+ 1min 36.202s (userspace) = 1min 39.339s graphical.target reached after 1min 36.191s in userspace
If you think Education is expensive, try ignorance.
The difference between genius and stupidity is genius has limits.
- Top
- Bottom
Comment
-
Mine appears slow too. I wondered about the loader time being 40 seconds. This topic brought to my mind why getting to grub takes so long.
Code:Startup finished in 16.221s (firmware) + 40.812s (loader) + 3.354s (kernel) + 4.445s (userspace) = 1min 4.834s graphical.target reached after 4.437s in userspace
- Top
- Bottom
Comment
-
Originally posted by steve7233 View Post+ 1min 36.202s (userspace) = 1min 39.339s
graphical.target reached after 1min 36.191s in userspace
Lets go into more detail
Code:systemd-analyze blame
Note that since multiple items are loaded at once, there is not a 1:1 correlation to overall boot times.
Code:systemd-analyze critical-chain
- Top
- Bottom
Comment
-
Originally posted by verndog View PostMine appears slow too. I wondered about the loader time being 40 seconds. This topic brought to my mind why getting to grub takes so long.
Code:Startup finished in 16.221s (firmware) + 40.812s (loader) + 3.354s (kernel) + 4.445s (userspace) = 1min 4.834s graphical.target reached after 4.437s in userspace
Maybe similar to this;
https://www.kubuntuforums.net/showth...137-Boot-issue
- Top
- Bottom
Comment
-
I checked the link that snowing provided and created a swap file. Now it seems to have lost my user desktop! I managed to get into a tty. I can't find my desktop using CD and LS. Do I need to reinstall Kubuntu 20.04?Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
-
Originally posted by steve7233 View PostI checked the link that snowing provided and created a swap file. Now it seems to have lost my user desktop! I managed to get into a tty. I can't find my desktop using CD and LS. Do I need to reinstall Kubuntu 20.04?
You should already have a swap file, thbis has been the standard swap mechanism in *buntu for a few releases now. A swap partition can still be used, of course.
I don't see any specific swap creation directions on the link Snowhog posted, which may or may not be relevant to your slow boot time (since the time lag is after the OS is loaded)
May be quicker to reinstall, not having enough info to go on.
- Top
- Bottom
Comment
-
Oops. I think I may have miss read the link. I created a new partition. I probably should have read it slower. I need to do some work from home so I think I better reinstall and chalk this one up to not having enough time to learn and figure it out. Anoying since I will lose a few files that I may not be able to recover.Just to remind users and devs that Ubuntu and its flavors have a long way to go to be as usr friendly as they should be.
http://www.kubuntu.org/getkubuntu
- Top
- Bottom
Comment
Comment