|
发表于 2003-7-4 19:57:44
|
显示全部楼层
grub-install /dev/hda
最初由 斌斌无理 发表
[root@192 binbin]# gru
grub grub-md5-crypt
grub-install grub-terminfo
[root@192 binbin]# grub-install
install_device not specified.
Usage: grub-install [OPTION] 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
--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 <bug-grub@gnu.org>. |
|