Difference between revisions of "Linux/grub"
< Linux
Jump to navigation
Jump to search
(very quick note) |
(update-grub; links) |
||
Line 1: | Line 1: | ||
==related commands== | ==related commands== | ||
* {{l/same|grub-install}} | * {{l/same|grub-install}} | ||
− | ** note that the target must be a ''device'' (e.g. /dev/sdd), | + | ** note that the target must be a ''device'' (e.g. /dev/sdd), not a ''partition'' or ''filesystem'' (e.g. /dev/sdd1). |
+ | * {{l/same|update-grub}} updates the grub menu | ||
+ | ** bootable drives do not need to be mounted in order to be included | ||
+ | ==Notes== | ||
+ | * http://community.linuxmint.com/tutorial/view/245 | ||
+ | * http://askubuntu.com/questions/420778/i-need-step-by-step-guidence-to-recover-grub |
Revision as of 19:47, 22 November 2014
- grub-install
- note that the target must be a device (e.g. /dev/sdd), not a partition or filesystem (e.g. /dev/sdd1).
- update-grub updates the grub menu
- bootable drives do not need to be mounted in order to be included