|
屮从未在g4d的命令行环境执行过memtest。
若要测试的话氏直接在命令行执行系列命令,还氏修改menu.lst加入多行命令。
grub4dos的范例菜单没有提供运行memtest86的命令,屮看了下grub2的菜单条,居然这么多条命令。
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_msdos
insmod ext2
set root='hd0,msdos8'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos8 --hint-efi=hd0,msdos8 --hint-baremetal=ahci0,msdos8 f30e6b8f-1999-41a1-98f9-256c644a0949
else
search --no-floppy --fs-uuid --set=root f30e6b8f-1999-41a1-98f9-256c644a0949
fi
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
|
|