|
发表于 2015-11-11 09:05:54
|
显示全部楼层
在 PMON 命令行下,执行命令: cat (wd0,0)/boot.cfg 后应该会看到如下的类似打印:
timeout 5
default 0
showmenu 1
title Fedora, with Linux 4.1.5-3.fc21.loongson.2.mips64el
kernel (wd0,0)/vmlinuz-4.1.5-3.fc21.loongson.2.mips64el
initrd (wd0,0)/initramfs-4.1.5-3.fc21.loongson.2.mips64el.img
args root=UUID=7ddd31ba-a863-4857-a7a4-0e1c68d1ee7f rhgb quiet
title Fedora-0-rescue-4d70cfaba7f34d9093e8aba25ecd82a0, with Linux 0-rescue-4d70cfaba7f34d9093e8aba25ecd82a0
kernel (wd0,0)/vmlinuz-0-rescue-4d70cfaba7f34d9093e8aba25ecd82a0
initrd (wd0,0)/initramfs-0-rescue-4d70cfaba7f34d9093e8aba25ecd82a0.img
args root=UUID=7ddd31ba-a863-4857-a7a4-0e1c68d1ee7f rhgb quiet
根据你的实际打印情况,手动输入命令:
load (wd0,0)/vmlinuz-4.1.5-3.fc21.loongson.2.mips64el
initrd (wd0,0)/initramfs-4.1.5-3.fc21.loongson.2.mips64el.img
g console=tty root=UUID=7ddd31ba-a863-4857-a7a4-0e1c68d1ee7f
上面的命令中的 root=xxx 的值要根据你的实际打印填写,另外去掉 g 命令中的 quiet 参数,最后把启动结果传上来看一下。 |
|