Am 02.04.2016 um 09:14 schrieb Felix Miata:
Per Jessen composed on 2016-04-01 10:13 (UTC+0200):
204 seconds for Grub's initrd message to clear, 235 seconds to see a shell prompt with 4.5.0 on TW host big 41.
Hi Felix
there's a lot of information here, too much to dig through. Have you managed to identify where the delays are happening? If it's not in the
Only one delay apparent each.
logs, it must be the initrd loading which you would presumably see.
You seem to be right. The delay is obviously at vmlinuz/initrd load time, as the Grub loading messages stay on screen for the entirety of the delay. The problem is finding a way to troubleshoot.
That's relatively easy (with grub2): Just edit /boot/grub2/grub.cfg (it will be overwritten by grub2-mkconfig). Find places like this: echo 'Loading Linux 4.5.0-4.g3d86af7-default ...' linux /boot/vmlinuz-4.5.0-4.g3d86af7-default root=/dev/sda1 quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd-4.5.0-4.g3d86af7-default and add the line after "initrd": echo 'done! booting now.' Then you'll see this additional line before the kernel starts booting. If you also remove "quiet", then you'll probably see kernel messages earlier than you do now. -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org