Advertisement
Guest User

Untitled

a guest
Jul 11th, 2010
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. mint / # grub-install -recheck /dev/sda
  2. Unrecognized option `-recheck'
  3. Usage: grub-install [OPTION] install_device
  4. Install GRUB on your drive.
  5.  
  6. -h, --help print this message and exit
  7. -v, --version print the version information and exit
  8. --modules=MODULES pre-load specified modules MODULES
  9. --root-directory=DIR install GRUB images under the directory DIR
  10. instead of the root directory
  11. --grub-setup=FILE use FILE as grub-setup
  12. --grub-mkimage=FILE use FILE as grub-mkimage
  13. --grub-mkdevicemap=FILE use FILE as grub-mkdevicemap
  14. --grub-probe=FILE use FILE as grub-probe
  15. --no-floppy do not probe any floppy drive
  16. --recheck probe a device map even if it already exists
  17. --force install even if problems are detected
  18. --disk-module=MODULE disk module to use
  19.  
  20. INSTALL_DEVICE can be a GRUB device name or a system device filename.
  21.  
  22. grub-install copies GRUB images into the DIR/boot directory specified by
  23. --root-directory, and uses grub-setup to install grub into the boot
  24. sector.
  25.  
  26. Report bugs to <bug-grub@gnu.org>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement