您的位置:首页 > 运维架构 > Linux

关于linux开机Fast TSC calibratio…

2017-06-09 14:49 302 查看
     
     

Looks like this can be safely ignored as mentioned in this
discussion.
Fast TSC(TimeStamp Counter) calibration will succeed later-on after
retry attempts as can be seen by checking /var/log/messages.log
after boot.

Update :To completely prevent this warning from
showing up during boot,

Run the following command to find the list of avaialble
clocksource(s)

$ cat
/sys/devices/system/clocksource/clocksource0/available_clocksource

Edit /etc/default/grub and

add the argument
clocksource=<clk-src-name>
to GRUB_CMDLINE_LINUX as follows

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=<clk-src
name>
"

【Sometimes】You only need
"clocksource=<clk-src
name>
" added if the string is empty
before.

Common options available(in addition to tsc)
are acpi_pm and hpet. Use any of
the clocksurces except for tsc in place of
clk-src-name above.

Run the following command as root and then reboot.

# grub2-mkconfig -o /boot/grub2/grub.cfg

-----

Failed again! it's not a big deal. so ignore this message. For
details, see
https://forum.manjaro.org/index.php?topic=3658.0 https://lkml.org/lkml/2012/9/26/131
   



转发至微博
 



转发至微博
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: