xufan106 发表于 2006-3-3 14:20:59

help:请问如何把grub装在另外的硬盘上?

我有两块硬盘 hda 和 sda 我在sda上装了ml
但grub被装到hda的mbr上 ,现在hda 要拿掉用作别的用途,只留sda
请问如何把grub转装到sda的mbr上?

sejishikong 发表于 2006-3-3 14:34:44

# grub-install --help
Usage: grub-install install_device
Install GRUB on your drive.

-h, --help            print this message and exit
-v, --version         print the version information and exit
--root-directory=DIR    install GRUB images under the directory DIR
                        instead of the root directory
--grub-shell=FILE       use FILE as the grub shell
--no-floppy             do not probe any floppy drive
--force-lba             force GRUB to use LBA mode even for a buggy
                        BIOS
--recheck               probe a device map even if it already exists

INSTALL_DEVICE can be a GRUB device name or a system device filename.

Report bugs to <[email protected]>.

qdzhuang 发表于 2006-3-4 14:14:45

grub-install/dev/sda
不要加数字
页: [1]
查看完整版本: help:请问如何把grub装在另外的硬盘上?