小编sir*_*bax的帖子

grub.cfg 中的 vt.handoff=7 参数是什么?

我想知道什么vt.handoff=7参数。我找不到任何好人条目...

顺便说一句,如果你有一个很好的描述:

search --no-floppy --fs-uuid --set=root
Run Code Online (Sandbox Code Playgroud)

我会很高兴:)


grub.cfg 例子:

menuentry 'FAILSAFE' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root 36286167-4eba-4a1e-a202-155c6baafa01
linux /boot/vmlinuz-2.6.37-12-generic root=UUID=36286167-4eba-4a1e-a202-155c6baafa01 ro vt.handoff=7 quiet splash
initrd /boot/initrd.img-2.6.37-12-generic
}
Run Code Online (Sandbox Code Playgroud)

BTW2 - 我无法创建标签vt.handoff;(

boot grub2

30
推荐指数
1
解决办法
6万
查看次数

标签 统计

boot ×1

grub2 ×1