Monthly Archives: November 2011

PlayStation Network Down

Here we go again.  If you were looking to play on the PSN, today will not be that day.  The Playstation blog has announced that they are running routine maintenance all day today so the service will be unavailable from 8am until 10pm PST.

PlayStation Network will be offline for routine scheduled maintenance on Thursday, November 17th from approximately 8am until 10pm PST.

During the maintenance, you will be unable to access the following services:

In addition, you will not be able to sign in to PlayStation Network from us.playstation.com. However, some users may be able to play online during the maintenance.

During this maintenance, you can continue to collect in-game Trophies and these will be updated on your profile once PlayStation Network is back up and running.

Stay tuned to the PlayStation Twitter feed for updates and a notice when maintenance has concluded.

We apologize for any inconvenience this may cause.

Sony have not given any explanation as to why there will be “routine” maintenance on such short notice. Feel free to speculate as much as possible in the comments section below.

Bootrec.exe options

Bootrec.exe options

The Bootrec.exe tool supports the following options. Use the option that is appropriate for your situation.

Note Use the Bootrec.exe tool to troubleshoot “Bootmgr Is Missing” issue. If rebuilding the BCD does not resolve the startup issue, you can export and delete the BCD, and then run this option again. By doing this, you make sure that the BCD is completely rebuilt.

To do this, type the following commands at the Windows RE command prompt:

  • bcdedit /export C:BCD_Backup
  • c:
  • cd boot
  • attrib bcd -s -h -r
  • ren c:bootbcd bcd.old
  • bootrec /RebuildBcd

/FixMbr

The /FixMbroption writes a Windows 7 or Windows Vista-compatible MBR to the system partition. This option does not overwrite the existing partition table. Use this option when you must resolve MBR corruption issues, or when you have to remove non-standard code from the MBR.

/FixBoot

The /FixBootoption writes a new boot sector to the system partition by using a boot sector that is compatible with Windows Vista or Windows 7. Use this option if one of the following conditions is true:

  • The boot sector has been replaced with a non-standard Windows Vista or Windows 7 boot sector.
  • The boot sector is damaged.
  • An earlier Windows operating system has been installed after Windows Vista or Windows 7 was installed. In this scenario, the computer starts by using Windows NT Loader (NTLDR) instead of Windows Boot Manager (Bootmgr.exe).

/ScanOs

The /ScanOsoption scans all disks for installations that are compatible with Windows Vista or Windows 7. Additionally, this option displays the entries that are currently not in the BCD store. Use this option when there are Windows Vista or Windows 7 installations that the Boot Manager menu does not list.

/RebuildBcd

The /RebuildBcd option scans all disks for installations that are compatible with Windows Vista or Windows 7. Additionally, this option lets you select the installations that you want to add to the BCD store. Use this option when you must completely rebuild the BCD.