Solving error: [ 0.000000] Fast TSC calibration failed when booting in fedora 16
Getting error while booting in fedora 16 like
error: [ 0.000000] Fast TSC calibration failed when booting in fedora 16
check:
#cat /var/log/message | grep TSC
this is to show log message of TSC
#cat /proc/cpuinfo | grep tsc
#cat /sys/device/system/clocksource/clocksource0/available_clocksource
#cat /sys/device/system/clocksource/clocksource0/current_clocksource
this problem are : counter time stamp > synchronization time maybe in network app when booting is to slow/fast
do:
#gedit /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=”Fedora”
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX=”rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8″change to be:
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=”Fedora”
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX=”LANG=en_US.UTF-8 rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=latarcyrheb-sun16 rd.luks=0 KEYTABLE=us rhgb quiet clocksource=acpi_pm“save .
#grub2-mkconfig -o /boot/grub2/grub.cfg
#reboot
problem solved, isnt it ?
Thanks Penguintengil. Your solution worked on my Dell XT2.
your welcome sir
happy sharing ^^
Many thanks. It works on my Acer Aspire 5103.
ok , your welcome sir
thankx men. this solve my problem in q9550 fedora 18 ddr2 800 nvidia gtx670 privative drivers
ok sir, iam glad to help each other
thanks for seeing my blog . . .