有人可以解释一下如何从 USB 启动棒触发仅命令行启动 CentOS 7 吗? 我只想启动终端,然后使用普通的 CentOS 7 终端通过 yum 更换显卡驱动程序。这样我就可以随后使用相同的启动棒来启动包含 gnome gui 的 CentOS 7 完整版本。
目前,当我尝试使用 USB 记忆棒启动时,无法加载 gnome gui,因为尝试使用显卡会引发驱动程序错误,我想通过替换上述驱动程序来解决该错误。
以下是我迄今为止采取的但失败的步骤:
1.) Insert USB boot stick
2.) Turn on power for pc
3.) Press esc every second until a list of options appears
4.) Press F9: Boot Device Options
5.) Three options appear:
a.) OS Boot Manager (UEFI) Windows Boot Manager
b.) USB Hard Drive (UEFI) PNY USB 2.0 FD
c.) Boot From EFI File
6.) I selected USB Hard Drive (UEFI) PNY USB 2.0 FD
7.) The computer tried to boot CentOS 7 but crashed and gives the
Dracut Emergency Shell instead of the normal terminal. The Dracut
shell does not have all the same commands as the normal terminal.
反复按 esc、F2、F12 或 del 也无法在多次尝试中停止此操作。
我需要做哪些不同的事情?
答案1
有人可以解释一下如何从 USB 启动棒触发仅命令行启动 CentOS 7 吗?
单用户模式怎么样?按TAB操作系统7引导菜单。附加init=/sysroot/bin/sh
到内核参数。
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet init=/sysroot/bin/sh
进而...
chroot /sysroot
答案2
尝试启动到单用户模式:点击。
之后你可以使用命令:init 3
启动到运行级别3。我还没有在centos 7上尝试过这个。但我在以前的版本中是这样做的。