Hi all,
My recent install of Leap 42.2 onto an older computer using a usb cdrom drive came with a prolonged boot time. Using systemd-analyze blame I noticed that the system was looking for the usb cdrom (/dev/sdc), and, that was 17 seconds of the problem.
~> systemd-analyze blame
17.232s dev-sdc1.device
15.210s wicked.service
15.011s systemd-journal-flush.service
14.087s systemd-udevd.service
8.153s ntpd.service
4.024s SuSEfirewall2_init.service
Using Yast-Bootloader-Edit Disk Boot Loader, I added /dev/sda as the primary in the disk boot order. Before that, it had only listed /dev/sdc3. I tried deleting /dev/sdc3 and leaving /dev/sda, but, an error occurred, possibly due to the fact that /dev/sdc is in the boot resume line, or that it shows up in mtab etc.
The most recent systemd-analyze blame starts:
~> systemd-analyze blame
18.874s systemd-journal-flush.service
15.290s wicked.service
5.942s dev-sdc1.device
2.517s display-manager.service
2.370s SuSEfirewall2_init.service
So, I was wondering, could I use dracut to personalize the boot, like I did with Fedora a couple of years back, so it rids the init of the fact that I used the usb cdrom for the install? Or, could I use a better way to fix the problem?
Thanks in Advance
Tom