Difference between revisions of "rewriting grub mbr"
From cpwiki.net
(Created page with " grub> '''root (hd0,0)''' grub> '''setup (hd0,0)''' Checking if "/boot/grub/stage1" exists... no Checking if "/grub/stage1" exists... yes Checking if "/grub/stage2" exis...") |
|||
Line 1: | Line 1: | ||
+ | grub> root (hd0,0) | ||
− | + | grub> setup (hd0) | |
− | + | ||
Checking if "/boot/grub/stage1" exists... no | Checking if "/boot/grub/stage1" exists... no | ||
Checking if "/grub/stage1" exists... yes | Checking if "/grub/stage1" exists... yes | ||
Checking if "/grub/stage2" exists... yes | Checking if "/grub/stage2" exists... yes | ||
Checking if "/grub/e2fs_stage1_5" exists... yes | Checking if "/grub/e2fs_stage1_5" exists... yes | ||
− | Running "embed /grub/e2fs_stage1_5 (hd0 | + | Running "embed /grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded. |
− | Running " | + | succeeded |
− | + | Running "install /grub/stage1 (hd0) (hd0)1+15 p (hd0,0)/grub/stage2 /grub/grub.conf"...succeeded | |
− | + | ||
Done. | Done. | ||
grub> | grub> |
Revision as of 22:00, 15 August 2017
grub> root (hd0,0)
grub> setup (hd0)
Checking if "/boot/grub/stage1" exists... no Checking if "/grub/stage1" exists... yes Checking if "/grub/stage2" exists... yes Checking if "/grub/e2fs_stage1_5" exists... yes Running "embed /grub/e2fs_stage1_5 (hd0)"... 15 sectors are embedded.
succeeded
Running "install /grub/stage1 (hd0) (hd0)1+15 p (hd0,0)/grub/stage2 /grub/grub.conf"...succeeded
Done.
grub>