Home > Linux, Networking > Solving error: [ 0.000000] Fast TSC calibration failed when booting in fedora 16

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 ? :D

About these ads
Categories: Linux, Networking
  1. February 13, 2013 at 11:10 pm | #1

    Thanks Penguintengil. Your solution worked on my Dell XT2.

  2. February 14, 2013 at 1:53 am | #2

    your welcome sir :)

    happy sharing ^^

  3. Javier C.
    March 6, 2013 at 3:48 pm | #3

    Many thanks. It works on my Acer Aspire 5103.

  4. March 11, 2013 at 9:04 am | #5

    thankx men. this solve my problem in q9550 fedora 18 ddr2 800 nvidia gtx670 privative drivers

    • March 11, 2013 at 9:24 am | #6

      ok sir, iam glad to help each other :)
      thanks for seeing my blog . . .

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: