我一生中从未使用过 Windows。我今年 60 岁,拥有计算机科学博士学位(从 1974 年开始编码,例如今天编码https://github.com/bstarynk/bismon专业),但不熟悉最新的 BIOS(自 1993 年起使用 Linux 和 0.99.12 内核)。我买了我的宏碁 Nitro5 AN517 51 72CQ为了参考系统项目(针对 Linux x86-64 的 GPLv3 项目),我想完全清除 Windows,只在我的 Acer Nitro5 笔记本电脑上安装 Linux。我刚刚使用 Windows 成功将 BIOS 更新到 v1.23。卖给我那台机器的供应商(以及我所做的谷歌检查)告诉我它是 Linux 兼容的。
Ubuntu 19.10 ISO USB 密钥正在引导 Linux 5.3.0 ubuntu 内核,但我没有看到USB 密钥/dev/sd?
之外的任何设备。/dev/sda
从sudo -s
航站楼出发,该fdisk -l
实用程序看不到任何 SDD 磁盘。
我做错了什么?我确实在 BIOS 中禁用了安全启动!是否需要设置一些内核标志来引导 Linux 看到 SSD 磁盘?
CPU是根据lscpu
Model name: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
该标签称其拥有 NVIDIA GTX 1650。
P/N: NH.Q5CEF.014 & S/N: NHQ5CEF01494110EB3400
的输出lspci
是
00:00.0 Host bridge: Intel Corporation 8th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
00:08.0 System peripheral: Intel Corporation Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th Gen Core Processor Gaussian Mixture Model
00:12.0 Signal processing controller: Intel Corporation Cannon Lake PCH Thermal Controller (rev 10)
00:14.0 USB controller: Intel Corporation Cannon Lake PCH USB 3.1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Cannon Lake PCH Shared SRAM (rev 10)
00:15.0 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #0 (rev 10)
00:15.1 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH Serial IO I2C Controller #1 (rev 10)
00:16.0 Communication controller: Intel Corporation Cannon Lake PCH HECI Controller (rev 10)
00:17.0 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 10)
00:1d.0 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #14 (rev f0)
00:1d.6 PCI bridge: Intel Corporation Cannon Lake PCH PCI Express Root Port #15 (rev f0)
00:1e.0 Communication controller: Intel Corporation Device a328 (rev 10)
00:1f.0 ISA bridge: Intel Corporation Device a30d (rev 10)
00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
00:1f.4 SMBus: Intel Corporation Cannon Lake PCH SMBus Controller (rev 10)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Cannon Lake PCH SPI Controller (rev 10)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1f91 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 10fa (rev a1)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 25)
07:00.0 Network controller: Intel Corporation Device 2723 (rev 1a)
安全启动在 BIOS 中被禁用。
主要问题当然是如何将内部SSD归零。
解决了
Ctrl SBIOS 面板中关于磁盘的未记录的BIOS 技巧使我能够使用人机界面磁盘模式,然后从Linux中看到
PS 我确实安装了一个新的 SSD SATA 磁盘,并且 Ubuntu 19.10 在其上运行。我确实将SSD M2磁盘(原来的,带有Windows的WesternDigital)更换为新的三星970 EVO Plus; BIOS 可以看到它,但 Ubuntu 却看不到。