Just a collection of some random cool stuff.
PS. Almost 99% of the contents here are not mine and I don't take credit for them, I reference and copy part of the interesting sections.
Saturday, July 9, 2011
Grub timeout not working
edit /boot/grub/grub.cfg. Find this section and change "-1" to "5".
if [ "${recordfail}" = 1 ]; then
set timeout=5
else
set timeout=10
fi
No comments:
Post a Comment