[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash

Alexander Sashnov sashnov at ngs.ru
Tue Dec 23 07:05:57 UTC 2008


I found this bug too. And on my system, when usplash gone, system boot hangs on "Checking root filesystem".
Not reproduced on virtual system- fsck works fine.


	slumber=$(( ${slumber} * 10 ))
	while [ ! -e "${resume}" ] || ! /lib/udev/vol_id "${resume}" >/dev/null 2>&1; do
		/bin/sleep 0.1
		slumber=$(( ${slumber} - 1 ))
		[ ${slumber} -gt 0 ] || break
	done


At least, sleep 0.1  executed 50 times takes 5 sec. Whole loop takes 5.13 sec in my measurement.
And also usplash need to wait some thing other usplash_write command from another script.

-- 
Usplash timeout too low in script/local_premount/resume : stop usplash
https://bugs.launchpad.net/bugs/214271
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.




More information about the kernel-bugs mailing list