在 GRUB 中,要加载 Ubuntu,我们需要按如下方式加载内核和 initrd
linux /casper/vmlinuz boot=casper
initrd /casper/initrd
是什么boot=casper
意思?其他选项是什么root
?其他发行版有对应的吗?
答案1
如果您的系统和引导加载程序位于不同的分区,请设置“boot”参数,否则设置“root”参数。
在 GRUB 中,要加载 Ubuntu,我们需要按如下方式加载内核和 initrd
linux /casper/vmlinuz boot=casper
initrd /casper/initrd
是什么boot=casper
意思?其他选项是什么root
?其他发行版有对应的吗?
如果您的系统和引导加载程序位于不同的分区,请设置“boot”参数,否则设置“root”参数。