Hi, My OPENSUSE gnome desktop/starting screen loads unbelievably slow and I know it’s an easy fix but I don’t know what to do as I am new to Linux.
I really want to make this linux distro my main OS. Just have to fix these minor problems.
It’s as if the screen is an animation the boot is waiting for (progressively getting brighter) before starting?
Have been noticing kvm: disabled by bios in top left of boot lately. tried removing it from kernel. didn’t work.
Hardware:
4.4Ghz processor
Nvidia GTX980
250GB SSD (OPENSUSE gnome installed on this drive)
4TB HDD (Currently unallocated space)
32gb ram
VIPER crosshair motherboard
sleek case
Running gnome desktop from initial OPENSUSE install
I am not running any other operating systems. JUST OPENSUSE
Drivers:
Installed latest NVIDIA drivers 352 from nvidia site using the “hard way” (RUNS VERY SMOOTH after that initial startup screen)
Default OPENSUSE drivers
Video of problem in action because words can’t accurately describe this:
[video=youtube_share;j0oHvv8ZhJo]http://youtu.be/j0oHvv8ZhJo[/video]
If I interprete the movie correct, you have automatic login switched on. Thus it is a bit difficult to see where booting stops and login starts. Thus it is a bit difficult to decide where to look for speeding up.
will show what is taking time. It does appear the problem is before loading of gnome. Better to use the login screen rather then auto login to trace problems. Also a bit more secure
You can stop auto login from Yast - system - sysconfig editor - desktop - display manager.
I recommend it until at least you find the problem
I see where you are coming from however I already tried disabling auto login before I posted the original problem. I thought whatever was loading so slow during startup would load prior while on log in screen. Nope! It loads that slow screen… WITH auto login disabled AND THEN loads the login screen… It’s weird. I will run that diagnostic tool and post what I see.
I installed NVIDIA drivers from the NVIDIA website. I’m not sure I need any other drivers. It was difficult to do. Had to get a few dependencies but after initial screen… The system is perfectly fine.
From the video it does not look like the graphic splash screen is working right. there should be an image that fades in or out. t should not be just a background. perss esc immediately after selecting the boot option to kill the splash and see the boot process
I did notice it hanging on initd for a while during splash and a problem mounting hubs of some sorts near the bottom?
Is there a command to load last boot config from opensuse terminal so I can display that info for you?
wicked by the way is the new network manager. So most of the time is spent on bringing up the network
BTW you should use the code tags around any computer output. this will stop any reformatting that the forum software may do. Use the # button in the editor
It doesn’t look slow to me. It looks normal.
1 minute 12 seconds, from bios screen to desktop.
Well, you see a splash display without a progress bar, so it may seem
that it is stuck; but it is not. You can press ESC to see the text
messages that show what it is being done. Me, I disable the splash, I
prefer to see those messages. They are beautiful to me.
On 2015-07-05 01:26, uhwok3n wrote:
>
> I looked at what is taking a really long time with escape during slowwww
> splash screen and I see:
>
> #A start job is running for udev wait for complete device utilization
>
> I see this when I run:
>> systemd-analyze critical-chain
Please use code tags.
>> └─wicked.service @32.678s +18.342s
That’s the only slow thing, network: 18 seconds. And the typical culprit
is the dhcp dialog between your machine and the router. If you set up a
fixed IP it should go faster.
Are there certain settings I can use to optimize boot on SSD? Also had did you trade out network manager for wicked? I want to use that and then set up a static ip address. Maybe this will address my issue.
Thanks for the help so far btw. Still trying to boot faster.
OK! I have progress in getting my boot time lowered and my splash screen in somewhat of a normal state.
Currently I disabled wicked network services, enabled Network Manager services and was very happy with the results:
However… if you notice udev is taking a very very long time to load. I’ve never had this long of a boot on any OS or other linux distros, usually they are quite snappy. There must be a way to shorten this. I’m not sure if it has something to do with using XFS filesystems for / and /home. Could use some help
> However… if you notice udev is taking a very very long time to load.
This is not necessarily important, if it is not in the critical path.
That is, a service may take even minutes to complete, waiting, using low
or no cpu, if it is not impeding other services from starting.
The “systemd-analyze critical-chain” command will tell you best what is
delaying your boot.
Seems sys-fs-fuse-connections.mount is the culprit. Any suggestions on how to speed this process up and/or substitute this with sometime less time consuming?
On 2015-07-06 14:46, uhwok3n wrote:
>
> I did have fast boot enabled. I disabled it. Still slow.
> However some of these items now show up in red bold text?
Well, they are the slowest things, relatively. But the worst one takes
less than 0.2 seconds…
Please notice that the @number indicates when the job starts. It is the
+number which indicates how long it takes to end. That is the important
figure, and none takes even a second. You can not scrap even a second!