using two disk to install grub
2015-10-19 18:42:56 1 举报
使用两个磁盘安装GRUB是一种常见的方法,它可以帮助用户在计算机启动时选择要启动的操作系统。这种方法通常用于双系统或多系统的计算机上。首先,需要在第一个磁盘上安装GRUB引导加载程序。然后,将第二个磁盘连接到计算机上,并在BIOS设置中将其设置为启动设备。接下来,打开GRUB命令行界面,并输入以下命令来安装GRUB到第二个磁盘:`grub-install /dev/sdb`。最后,重启计算机并进入GRUB引导加载程序,您应该能够看到两个磁盘上的操作系统选项。
作者其他创作
大纲/内容
your OS source
END
install (fd0)/boot/stage1 (fd0) (fd0)/boot/stage2 (fd0)/boot/menu.cfg
prepare
boot disk
menu.cfg :title MyOSroot (fd0)kernel /boot/kernel.bin
http://wiki.osdev.org/GRUB
put task1 and task2 of grub in
finish installation of boot disk
Start .create two disk
auxiliary disk: help to install grub to boot disk
grub source
put task1 and task2 of yours in
booting from auxiliary disk
mmc image
收藏
0 条评论
下一页