mayfrost-guides

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b9339673e82cd0c6c58ab02f01e860ce76718ad8
parent c326ce23d8808137591d4c0b8bcce7a71cfb2852
Author: mayfrost <mayfrost@cock.li>
Date:   Mon, 26 Feb 2018 22:03:45 +0000

Update INITIATION.md
Diffstat:
MINITIATION.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/INITIATION.md b/INITIATION.md @@ -229,11 +229,11 @@ grub-install /boot/efi` ### GRUB 2 * If on BIOS set boot entry (boot partition must be mounted) `mount /dev/sda1 /boot` -grub-install /dev/sda` +`grub-install /dev/sda` * If on UEFI set boot entry (boot partition must be mounted) `mount /dev/sda1 /boot/efi` `grub-install /boot/efi` -* If Grub does not detect your OS run "os-prober" followed by "update-grub" +* If Grub does not detect your OS run "_os-prober_" followed by "_update-grub_" * Or add the OS manually to the Grub config file "_/etc/grub.d/40_custom_" `menuentry "FreeDOS" {` `set root='(hd0,msdos2)'`