|
发表于 2003-6-9 19:36:09
|
显示全部楼层
in grub "hd0" means hda in linux, so "hd1" for hdb...
in grub "(hd0,0) means first partition of hd0 (linux:hda1)
so (hd0,1)->hda2, (hd0,2)->hda3.....
your linux root(/) partition is /dev/hda3, so that the /boot/grub is in /dev/hda3 too, the "root (hd0,2)" specifys that grub shall find in hda3, and "setup (hd0)" means install the grub loader to the hda's MBR.
you may read the grub manual for details. |
|