Advertisement
Guest User

Untitled

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