Issue:

After you import an linux image into openstack and run an instance of it, you may find that the startup is hang and get following error message:

MP-BIOS bug: 8254 timer not connected to IO-APIC

Root cause:

This is cause by Linux Timer Check function, which is not needed while becoming vm image.

Solution:

Try to disable timer check in grub configuration file. (Following steps are based on CentOS7; others are similar.)

1. vi /boot/grub2/grub.cfg  (for other system, the file path may be '/boot/grub/grub.conf')

2. add 'no_timer_check' to following similar positions.

linux16 /vmlinuz-3.10.0-327.10.1.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet no_timer_check <span style="font-family: Arial, Helvetica, sans-serif;">LANG=en_US.UTF-8</span>
linux16 /vmlinuz-3.10.0-327.el7.x86_64 root=/dev/mapper/centos-root ro crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet no_timer_check LANG=en_US.UTF-8

3. Once done, re-import this system as openstack image and create a new instance. The issue should be resolved.

最新文章

  1. JMeter中HTTP Cookie 管理器使用
  2. Nova reboot 和 lock 操作 - 每天5分钟玩转 OpenStack(32)
  3. FruitFrolic
  4. PL/SQL无法连接,提示:pl/sql initialization error sql*net not properly installed
  5. case in esac ` for in do done ` while true / false
  6. HDU 4921 Map
  7. Dreamer 3.0 支持json、xml、文件上传
  8. cs的变态语法
  9. Linux(2)文件和权限
  10. 交换两个局部变量Integer的值
  11. VGG网络结构
  12. 上了IPD和CMMI,为什么还要搞敏捷?
  13. Luogu2467 SDOI2010 地精部落 DP
  14. 【BZOJ1305】【CQOI2009】 dance跳舞
  15. awk参数解析
  16. mybatis进阶--输入映射和输出映射
  17. Java并发包学习一 ThreadFactory介绍
  18. 没有无线路由,如何让手机使用电脑的网络xyytit
  19. 通过代码管理工具 git 完成一次完整的代码管理过程
  20. (转)WebSocket的原理

热门文章

  1. ord()与char()
  2. MyBatis基础学习笔记--摘录
  3. java的继承性
  4. 实验吧_貌似有点难(php代码审计)&amp;头有点大
  5. ConcurrentHashMap源码分析(1.8)
  6. 利用 Scrapy 爬取知乎用户信息
  7. [Codeforces 176B]Word Cut
  8. Hello,World!!----来自半个新OIer的问候
  9. HDU 5726 GCD 区间GCD=k的个数
  10. bzoj4011[HNOI2015]落忆枫音 dp+容斥(?)