SGX禁用BIOS Ubuntu ACPI错误22.04 LTS

发布于 2025-02-13 05:34:21 字数 167 浏览 1 评论 0原文

在此处输入图像描述在此处输入图像描述

在启动我的笔记本电脑时会出现错误,如果有任何建议,请删除任何建议。这些错误很高兴知道

enter image description hereenter image description here

Got error when booting up my laptop if any suggestions to remove these error glad to know

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

死开点丶别碍眼 2025-02-20 05:34:23

我猜您有双启动的Ubuntu和Windows。如果是这种情况,您可能会在grub中获得ACPI。尝试以下操作:

  1. 启动您的PC,然后进入grub屏幕以在Windows和Ubuntu之间进行选择,
  2. 然后按向下/向上,以便到达Ubuntu Line,并在键盘上按字母“ E”。
  3. 看“安静的飞溅acpi = off”线。
  4. 如果您没有“ ACPI = OFF”,请忽略。如果您确实去下一步。
  5. 删除“ ACPI = OFF”,然后按Ctrl + X
  6. 启动到Ubuntu打开终端并键入“ sudo vim/etc/default/grub”。
  7. 查找GRUB_CMDLINE_LINUX_DEFAULT =“ QUIET SPLASH ACPI = OFF”
  8. 再次删除ACPI = OFF。然后点击ESC,然后:,然后键入WQ,然后点击Enter。
  9. Sudo Update-Grub

希望这会有所帮助!

I am guessing you have dual booted ubuntu and windows. If this is the case you might have acpi off in grub. Try this:

  1. Start your pc and get to grub screen to select between windows and ubuntu
  2. Press down/up to get to ubuntu line and press letter 'e' on keyboard.
  3. Look "quiet splash acpi=off" line.
  4. If you do not have "acpi=off", please disregard. If you do go to next step.
  5. Remove "acpi=off", and press ctrl + x
  6. Once you are booted into ubuntu open a terminal and type "sudo vim /etc/default/grub".
  7. Look for GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
  8. Once again remove acpi=off. Hit esc, then :, then type wq, and hit enter.
  9. sudo update-grub

Hope this helps!

哥,最终变帅啦 2025-02-20 05:34:23

在使用Windows 10的双启动中运行Ubuntu 22.04.3 LTS时,ACER SF-3125 52系列遇到了相同的错误。

大多数在线建议建议在BIOS设置中启用SGX。但是,我无法继续使用这种方法,因为BIOS中没有SGX选项。

这是我的解决方法:

  1. 在Windows OS中,请按照本网站上概述的步骤激活SGX: intel sgx激活指南

  2. 按照说明重新启动系统。

这成功解决了我的问题。

Encountered the same error on Acer SF-3125 52 series while running Ubuntu 22.04.3 LTS in dual boot with Windows 10.

Most online suggestions recommended enabling SGX in the BIOS settings. However, I couldn't proceed with that approach as there was no SGX option available in the BIOS.

Here is my workaround:

  1. In the Windows OS, follow the steps outlined on this site to activate SGX: Intel SGX Activation Guide.

  2. After following the instructions, reboot your system.

This successfully resolved the issue for me.

暗藏城府 2025-02-20 05:34:22

我的华硕笔记本电脑面临同样的问题,在我的情况下没有解决方案。
不幸的是,我不得不从可启动USB重新安装Ubuntu 22.04。
只要您在安装分区选择时不要检查格式框,个人文件就会在新安装的Ubuntu环境下保存。

My ASUS laptop faced same issue and no solutions worked in my case.
Unfortunately, I had to reinstall Ubuntu 22.04 from bootable USB.
As long as you don't check Format box on installing partition selection, personal files will be kept under newly installed Ubuntu environment.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文