Advertisement
Guest User

Untitled

a guest
Jul 15th, 2013
898
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. More than one install_devices?
  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. --root-directory=DIR install GRUB images under the directory DIR
  8. instead of the root directory
  9. --grub-shell=FILE use FILE as the grub shell
  10. --no-floppy do not probe any floppy drive
  11. --force-lba force GRUB to use LBA mode even for a buggy
  12. BIOS
  13. --recheck probe a device map even if it already exists
  14.  
  15. INSTALL_DEVICE can be a GRUB device name or a system device filename.
  16.  
  17. grub-install copies GRUB images into the DIR/boot directory specfied by
  18. --root-directory, and uses the grub shell to install grub into the boot
  19. sector.
  20.  
  21. Report bugs to <bug-grub@gnu.org>.
  22. cillian@cillian-System-Product-Name:~$ grub-install /dev/sda : sudo update-grub
  23. More than one install_devices?
  24. Usage: grub-install [OPTION] install_device
  25. Install GRUB on your drive.
  26.  
  27. -h, --help print this message and exit
  28. -v, --version print the version information and exit
  29. --root-directory=DIR install GRUB images under the directory DIR
  30. instead of the root directory
  31. --grub-shell=FILE use FILE as the grub shell
  32. --no-floppy do not probe any floppy drive
  33. --force-lba force GRUB to use LBA mode even for a buggy
  34. BIOS
  35. --recheck probe a device map even if it already exists
  36.  
  37. INSTALL_DEVICE can be a GRUB device name or a system device filename.
  38.  
  39. grub-install copies GRUB images into the DIR/boot directory specfied by
  40. --root-directory, and uses the grub shell to install grub into the boot
  41. sector.
  42.  
  43. Report bugs to <bug-grub@gnu.org>.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement