Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 1.86 KB

bootable.rst

File metadata and controls

67 lines (41 loc) · 1.86 KB

How to make the system bootable again

Check that

  • all partitions are listed in the partition table
  • a partition with your computer OS is listed as *(bootable)
  • you can list the files from the bootable partition

DOS - Window 95/98

If your OS doesn't boot, you can reinstall the system files with :command:`sys c:`.

Windows 2000/XP/2003

fixmbr \Device\HardDisk0

If you still have the problem,

Windows Vista/Windows 7/..., Windows Server 2008/...

Boot Windows in safe mode or from a Windows DVD (Not the DVD from the computer manufacturer) as described in https://support.microsoft.com/en-us/windows/start-your-pc-in-safe-mode-in-windows-92c27cff-db89-8644-1ce4-b3e5e56fe234 and select

  • Troubleshoot
  • Advanced Options
  • Command Prompt
  • Run :command:`chkdsk /f c:` to check an repair the filesystem
  • If it doesn't solve the boot problem, try Startup Repair.

Linux/FreeBSD

lilo
grub-install device
grub2-install device