Changes between Version 7 and Version 8 of TroubleShooting


Ignore:
Timestamp:
Jan 24, 2008, 12:44:25 PM (16 years ago)
Author:
heinkonijn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v7 v8  
    176176When a restored server fails to boot to the grub menu (seen on SLES10) do:
    177177Boot from SLES10 DVD and choose the recovery option and let it boot.
    178 Mount your boot partion e.g. /dev/sda1 /boot
    179 Run grub-install and reboot.
     178Mount your boot partion e.g.
     179{{{
     180mount /dev/sda1 /boot
     181}}}
     182Run
     183{{{
     184grub-install
     185}}}
     186and reboot.