AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-68186

user68186's questions

Martin Hope
user68186
Asked: 2022-06-19 11:26:38 +0800 CST

如何使用全盘加密维护 BIOS/UEFI 闪存驱动器

  • 3

这是之后的后续问题

如何使用全盘加密制作 BIOS/UEFI 闪存驱动器

我已经按照这个问题的答案,在从 BIOS 或 UEFI 配置的计算机启动的 USB 闪存驱动器中创建了 Ubuntu 20.04 的加密完整安装。

随着时间的推移,我使用这个 USB 闪存驱动器在仅 BIOS 的计算机中安装了 Ubuntu,并通过安全和其他更新对其进行更新。现在 UEFI 计算机将无法从此 USB 驱动器启动。当我从 GRUB 中选择Ubuntu时,它会显示错误:

error file '/vmlinuz-5.8.0-48-generic' not found.
you need to load the kernel first. 

未安装此特定内核,因为它在安全和其他更新期间被较新的内核取代。

如何为这个基于 USB 的 Ubuntu 安装重新获得 UEFI 引导功能?

boot
  • 1 个回答
  • 143 Views
Martin Hope
user68186
Asked: 2018-05-31 08:20:34 +0800 CST

自定义安装 Ubuntu 后,如何从 UEFI 启动菜单中删除 Windows?

  • 24

我在带有 Windows 10 附带的单个 HDD 的笔记本电脑上使用“其他...”选项安装了 Ubuntu 18.04。在安装过程中,我删除了除分区之外的所有EFI分区。然后我创建了一个/根文件系统分区和一个/home分区。一切顺利。

除了现在我在 UEFI 启动菜单中有一个额外的 Windows 条目,它被 Grub 拾取。我可以手动编辑/etc/default/grub以隐藏现已失效的 Windows 启动选项,但我也想摆脱 EFI 系统中的条目。如何摆脱 Windows 的最后残留物?

boot uefi
  • 2 个回答
  • 27181 Views
Martin Hope
user68186
Asked: 2017-05-21 09:12:19 +0800 CST

如何让 FirewallD 和混合睡眠一起工作?

  • 4

我已经按照Firewalld does not start at boot的答案工作了 firewalld 。

我有混合睡眠在默认情况下如何使用 pm-suspend-hybrid 而不是 pm-suspend?

但是,如果firewalld处于活动状态并且我关闭盖子以启动混合睡眠,那么系统会冻结并显示黑屏。如果我通过电源齿轮菜单 > 挂起启动正常睡眠,那么计算机将正常挂起。如果我在将计算机置于混合睡眠状态之前停止防火墙服务,我也可以让计算机进入混合睡眠状态。

我的计算机正在运行带有 HWE 的 Ubuntu 16.04.2 LTE。

我的问题是如何防止 firewallD 和混合睡眠之间的冲突?

谢谢

16.04
  • 1 个回答
  • 150 Views
Martin Hope
user68186
Asked: 2017-05-11 14:50:25 +0800 CST

Firewalld 不会在启动时启动

  • 4

我已经使用以下命令安装firewalld和卸载:ufw

sudo apt install firewall-applet
sudo systemctl start firewalld
sudo systemctl enable firewalld

它可以工作,但在重新启动时不会自行启动。

$ sudo systemctl status firewalld.service
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/lib/systemd/system/firewalld.service; enabled; vendor preset
Active: inactive (dead)

May 10 18:39:03 Yyyy systemd[1]: Stopped firewalld - dynamic firewall daemon. lines 1-5/5 (END)

我的笔记本电脑运行的是 Ubuntu 16.04 LTS。

的输出sudo systemctl status iptables.service:

● iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)

已安装 iptables。的输出dpkg -s iptables

Package: iptables
Status: install ok installed
Priority: important
Section: net
Installed-Size: 1624
Maintainer: Ubuntu Developers <[email protected]>
Architecture: amd64
Version: 1.6.0-2ubuntu3
Depends: libxtables11 (= 1.6.0-2ubuntu3), libc6 (>= 2.14), libnfnetlink0
Description: administration tools for packet filtering and NAT
 iptables is the userspace command line program used to configure
 the Linux packet filtering ruleset. It is targeted towards system
 administrators. Since Network Address Translation is also configured
 from the packet filter ruleset, iptables is used for this, too. The
 iptables package also includes ip6tables. ip6tables is used for
 configuring the IPv6 packet filter
Homepage: http://www.netfilter.org/
Original-Maintainer: iptables devel team <[email protected]>

我试过sudo firewalld-cmd --runtime-to-parmanent了,但它无助firewalld于在启动时启动。

谢谢

firewall
  • 4 个回答
  • 13396 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve