X7A600
X7A600
> 虽然是这样说 但是感觉比百度云限速50KB/s好多了
> ``` > efibootmgr --create-only \ > --disk "/dev/nvme0n1" \ > --part 1 \ > --label test \ > --loader "\\EFI\\reinstall\\grubx64.efi" > ``` > > 查看下运行结果 localhost:~# efibootmgr --create-only \...
localhost:~# efibootmgr --create-only \ > --disk "/dev/nvme0n1" \ > --part 1 \ > --label test \ > --loader "\\EFI\\reinstall\\grubx64.efi" Could not prepare Boot variable: No space left on device localhost:~#...
尝试手动安装Debian也会报错NVRAM的问题 但是跳过写入NVRAM后继续安装Debian后启动正常 也能正常引导 很奇怪