本人正在使用的Ubuntu版本是12.04.5,电脑是2009年款的Asus F81s笔记本,已经很old了。

刚开始装上系统时候,Ubuntu是能够正常关机的,出现此类问题的原因有很多种,可能是装了某些软件,也可能更新了新的Linux内核等等,造成ACPI(Advanced Configuration and Power Interface)出现问题,现附上解决方法:

在终端输入以下命令:

sudo gedit /etc/default/grub

找到这一行:GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
改成:GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash acpi=force pci=nomsi”
保存退出。

输入以下命令更新Grub:

sudo update-grub

每个启动参数的意义如下参考资料:
The first thing you will want to look at when experiencing shutdown problems is ACPI (Advanced Configuration and Power Interface). This, in my experience, is the most common culprit when it comes to Linux shutdown problems. When troubleshooting ACPI, please follow the steps below:
Try booting with the “acpi=off” kernel parameter: This will disable ACPI support. If the error is the same with acpi enabled and disabled, you are probably not having an ACPI issue. If that is the case, please see the section of this article titled “Other Possible Solutions”.
If “acpi=off” allows the system to boot, you will need to isolate the ACPI issue by trying each of the following boot parameters.
Try booting with “acpi=ht”: This disables all of ACPI except just enough to enable Hyper Threading. If acpi=off works and acpi=ht fails, then the issue is in the ACPI table parsing code itself, or perhaps the SMP code.
Try booting with “pci=noacpi”: This disables ACPI for IRQ routing and PCI scanning.
Try booting with “acpi=noirq”: This disables ACPI for IRQ routing.
Try booting with “pnpacpi=off”: This disables the ACPI component of the Linux Plug and Play code.
Try booting with “noapic”: This disables the IO-APIC for IRQ routing or PCI scanning.
Try booting with “nolapic”: This disables the local APIC.
With any luck one of these extra boot parameters has solved your problem with Ubuntu hanging on shutdown. If not, ACPI was not the problem and we’ll need to look at other possible solutions. Please skip ahead to “Other Possible Solutions”. If one or more of these boot parameters solved your problem with Ubuntu hanging on shutdown consult the next section on how to make the changes permanent.

Ubuntu使用问题(一):Ubuntu不能正常关机的解决方法相关推荐

  1. ubuntu终端执行shell脚本报command not found解决方法

    ubuntu终端执行shell脚本报command not found解决方法 参考文章: (1)ubuntu终端执行shell脚本报command not found解决方法 (2)https:// ...

  2. Ubuntu 下 FireFox( 火狐 )无法使用HTML5播放器的解决方法

    Ubuntu 下 FireFox( 火狐 )无法使用HTML5播放器的解决方法: ubuntu自带的火狐没有视频播放器,可以不用下载flash(即将不支持),现在国内许多视频网站(B站等)都支持HTM ...

  3. 【Firefly Ubuntu设置系统为中文失败原因说明及解决方法~】

    Firefly Ubuntu设置系统为中文失败原因说明及解决方法~ 近日在学习 ESP8266 RTOS IDF 开发,使用windows系统编译个 " hello,world" ...

  4. xp计算机无法关机,WinXP电脑无法关机的解决方法

    其他相关 WinXP电脑无法关机的解决方法_百度搜索if(window.bds&&bds.util&&bds.util.setContainerWidth){bds.u ...

  5. 无法关闭计算机xp,WindowsXP电脑无法关机的解决方法

    在使用电脑的过程中,我们常常会遇到很多问题,其中比较常见的就是电脑无法关机了,遇到这个问题很多用户都不懂怎么办?为此小编赶紧整理了WindowsXP电脑无法关机的解决方法来帮助大家,大家赶紧来看看吧! ...

  6. 计算机锁定不能强制选项无法关机,Win10无法关机只能按电源强制关机的解决方法...

    近期有用户称电脑无法关机了,只能通过主机上关机键强制关机才可以,遇到这个问题多数是系统的问题了.那么Win10无法关机怎么办?Win10无法关机只能强制关机的解决方法,可能性比较多,可以逐一尝试. 一 ...

  7. 无法软关机(关机变重启或关机不切断电源而显示:您可以安全关机)解决方法+ACPI精解...

    无法软关机(关机变重启或关机不切断电源而显示:您可以安全关机)解决方法+ACPI精解 第一次运行"电源管理"程序前务必将BIOS的ACPI打开.中国网管技术|中国网吧联盟|中国网吧 ...

  8. DELL清灰后开机风扇转速飞快且10s后关机的解决方法

    笔记本型号为戴尔Inspiron N4030 清灰参考链接:http://itbbs.pconline.com.cn/notebook/15253853.html                    ...

  9. 计算机锁定不能强制选项无法关机,win7系统总需要强制关机怎么解决 win7电脑无法正常关机的解决方法...

    ‍ ‍ 一般情况下通过电脑的关机键我们就能正常关机,最近有win7系统用户反映,电脑需要强制关机才能完成关机动作,无法正常关机.遇到这种情况要怎么办?下面就跟大家说说win7系统总需要强制关机怎么解决 ...

  10. ubuntu开机,关机慢解决方法

    ** 1:ubuntu开机慢解决办法 ** 1.1查看开机启动程序 systemd-analyze blame 2.2关闭启动缓慢的程序 例如plymouth-quit-wait.service su ...

最新文章

  1. R假设检验之Breusch-Pagan检验(Breusch-Pagan Test)
  2. 手机qq协议做的第三方qq软件
  3. 简单易懂的现代魔法——Play Framework攻略4
  4. 信息系统项目管理师:第1章:信息化与信息系统-重点汇总
  5. Effective Java之保护性编写readObject方法(七十六)
  6. mysql数据库发布到web服务器上_web应用发布至服务器
  7. 静态顺序表的基本操作
  8. C - 思考使用差分简化区间操作
  9. 张景中:把数学变容易大有可为
  10. redis stream学习总结
  11. 计算机word设置渐变填充,Word中鲜为人知的渐变效果设置
  12. bash脚本之条件判断
  13. seo清洗百万长尾词数据的策略
  14. 脑电信号情绪识别研究综述
  15. 关于三子棋游戏的简易实现与N子棋胜利判断方法
  16. 用ode求解二阶非线性微分方程
  17. 启xin宝app的token算法破解——抓包分析篇(一)
  18. 【ORB-SLAM】原理部分
  19. 资源池实时信息监控视图-相关 GUC 参数
  20. C#快递跟踪(基于快递100深度定制)

热门文章

  1. nuc虚拟机服务器,玩出新花样NUC虚拟机OP+Roon妈妈再也不用担心听音乐卡了
  2. 20多岁的生活方式决定了你30岁的打开方式_演讲稿
  3. 五 IP核行业潜在投资方向和机会
  4. 教你制作QQ空间超高连通率背景音乐链接。
  5. Android带动画进度条简单实现
  6. Java GUI实现简单弹珠游戏(新手入门练习项目)
  7. 诛仙3服务器查询系统,《诛仙3》4月1日服务器数据互通公告
  8. Capstone 专注HDMI转VGA DP转VGA DP转HDMI DP转LVDS TYPEC转HDMI拓展方案+设计PCB板图
  9. 错误请联系管理员文件 index.php,GS登录报错,提示【访问权限失败,请联系管理员处理】...
  10. (转)练好太极拳 基本功是必经之路