Showing posts with label recovery. Show all posts
Showing posts with label recovery. Show all posts

Thursday, March 10, 2011

A tiny PE3 Winbuilder project without an installation source!

email post

Win7PE source!


Only AIK 3 is needed:
http://www.microsoft...11-39C26D3B3B34
Download and mount the ISO with a mounting tool like Daemon Tools or MagicDisc for example.

Note: This aik needs to be installed:
http://www.microsoft...A5-5B50C657DE08
Can also be used as source!


And the small 10MB project:
http://al-jo.99k.org/wbpe3waik.7z
Or here:
http://al-jo.zxq.net/wbpe3waik.7z
Unzip, start Winbuilder.exe, point to the mounted AIK3 iso and click on the big blue “play”.

It is based on the Vistape project by Nightman, JonF and many other script developers.
Optimized and updated with latest Runscanner25v42 and Common_Capi v25rev61.

Note: No Internet included!
512MB Ram is enough on the running machine!

Building time with no app scripts: ~ 2 minutes.
Building time with all 20 app scripts: ~ 5 minutes.
Booting (UFD) time with 20 apps: ~ 3 minutes

It’s made as small as possible but have some system app scripts included and checked by default:
FreeCommander 2009.02b
CloneDisk 1.8.3
USBDeview 1.83
Runscanner25v42
MemTest4
Produkey1.46

Result is a 95MB bootable ISO.

With optional app scripts included:
Avira Virus scanner. Will add about 60MB to the build.
EASEUS Partition Master Home Edition 7.0.1.0 = 12MB
CPUID-HardwareMonitor 1.17
Recuva 1.39
AgentRansack 762
NTPWEdit 0.3
Sala-PasswordRenew 1.1beta
FastStoneViewer 4.3
Autoruns 10.06
ProduKey 1.46
HDDScan (latest)
Topalas Sysinfo (latest)

Result is a 200MB bootable ISO

Saturday, March 05, 2011

How To: Repair And Restore Windows 7 Master Boot Record (MBR)

email post

How To: Repair And Restore Windows 7 Master Boot Record (MBR)

The Master Boot Record (MBR) will be created when you create the first partition on the hard disk. It is very important data structure on the hard disk drive. The Master Boot Record contains the Partition Table for the hard disk and a small amount of executable code for the Windows Vista boot start. The location of Master Boot Record files is always the first sector on the hard disk.When you start your Windows Vista computer, the BIOS (basic input/output system) looks for the MBR on the first sector of your hard drive. The MBR tells the BIOS which partition on the hard drive contains the operating system.

When we try to boot after hardware testing procedures, we see just blank screen without any messages. It means the piece of code at the beginning of the MBR could not be executed properly. That’s why even error messages could not be displayed.Also when we try to boot into Windows Vista, we see an error message like “Operating System not found” and this error occurs with a broken Master Boot Record (MBR).

To Restore corrupted Windows Vista Master Boot Record(MBR),follow the simple procedures.

You can use the Bootrec.exetool in the Windows Recovery Environment (Windows RE) to troubleshoot and repair the following items in Windows Vista:

A master boot record (MBR)
A boot sector
A Boot Configuration Data (BCD) store

Note When you are troubleshooting startup issues by using the Windows RE, you should first try the Startup Repair option in the System Recovery Options dialog box. If the Startup Repair option does not resolve the issue, or if you must troubleshoot more steps manually, use the Bootrec.exe tool.

To run the Bootrec.exe tool, you must start Windows RE. To do this, follow these steps:

Put your Windows Vista installation disc in the disc drive, and then start the computer.
Press a key when you are prompted.
Select a language, a time, a currency, a keyboard or an input method, and then click Next.
Click Repair your computer.
Click the operating system that you want to repair, and then click Next.
In the System Recovery Options dialog box, click Command Prompt.
Type “Bootrec.exe”, (without the quotes) and then press ENTER.

Note: To start the computer from your Windows Vista installation DVD, your computer must be configured from BIOS to start from the DVD drive

Bootrec.exe options

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

/FixMbr

The /FixMbr option writes a 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 /FixBoot option writes a new boot sector to the system partition by using a boot sector that is compatible with Windows Vista. Use this option if one of the following conditions is true.

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

/ScanOs

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

/RebuildBcd

The /RebuildBcd option scans all disks for installations that are compatible with Windows Vista. 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.

Note: 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:\boot\bcd bcd.old
bootrec /RebuildBcd

Note: If you are running a RAID array, if this does not help and you are recieving errors. Check in your BIOS and make sure the BIOS did not convert back to IDE.Windows Vista needs to see the compleate MBR, In a RAID setup the MBR is split between two drives.