我已经在以下方面寻求解决办法:
但是他们还是解决不了我的问题..。
最让我抓狂的是命令“update”,它只显示如下所示,而memtest86缺失了:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.13.0-35-generic
Found initrd image: /boot/initrd.img-3.13.0-35-generic
Found linux image: /boot/vmlinuz-3.13.0-32-generic
Found initrd image: /boot/initrd.img-3.13.0-32-generic
Adding boot menu entry for EFI firmware configuration
Found memdisk: /boot/memdisk
Imagepath /boot/images not found
done我试着手动执行/etc/grub.d/20_memtest86,发现它什么也没有打印出来。但是我认为它应该打印一些代码以便它可以修改grub.cfg,对吗?
有人找到解决办法了吗?
非常感谢!!
发布于 2022-01-25 17:26:42
Memtest86+在UEFI模式下不工作,因为它是一个16位程序.我认为有一个替代版本的Memtest86将在UEFI模式下工作-但它不是开源的(参见Www.memtest86.com/Dowload.htm)。或者您可以切换到遗留引导模式,Memtest86+将工作,grub将运行它。
https://askubuntu.com/questions/551336
复制相似问题