在从 USB 安装 OpenBSD 的过程中,如果出现提示Pathname to the sets?
但 USB 记忆棒未安装,如何找到 USB 设备名称、安装 USB 驱动器并将安装程序定向到正确的文件?
就我而言,OpenBSD 版本是 7.3 amd64。
答案1
基于这篇很棒的文章:
- 从安装程序启动 shell;键入
!
并按Enter。 - 识别USB设备名称;拔下 USB 并重新插入。查找
sdx
名称,例如sd4
。 cd /dev
sh MAKEDEV sdx
(例如,sd4
从步骤 2 开始)mkdir /usb
mount /dev/sdxa /usb
(例如,sd4a
从步骤 2 开始)exit
(退出临时 shell 并返回 OpenBSD 安装程序)/usb/7.3/amd64
(根据提示。注释可能会有所不同,具体取决于 OpenBSD 版本和目标体系结构;如果不确定,Pathname to the sets?
请重新启动 shell 并检查目录)/usb