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...") |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
grub> '''root (hd0,0)''' | grub> '''root (hd0,0)''' | ||
− | grub> '''setup (hd0 | + | 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. | |
− | + | ||
− | Done. | + | |
− | + | ||
− | + |
Latest revision as of 22:01, 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.