Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Sunday, April 14, 2019

2019 new post on jerry blogger.com

email post




I have not been posted on the blog for years. My life is changed and the world is also changed.
In 1999, I thought the windows system that I was believed that would be the most powerful Computer system all over the world, and I believed in Apple is a computer brand that was almost dying. Microsoft would take over the world.
I was planed to be an IT worker in Canada and now I am scaffolder in Hong Kong now.
20 years passed, everything I am using is Apple. Even the router is an Apple airport extreme. I am using my iPhone and blogging with my macbook pro as well.

Monday, April 25, 2011

Computer blue screen code 0X0000004E (0X0000009, 0X00000261, 0X000000001, 0x00000000)

email post

Computer blue screen code 0X0000004E (0X0000009, 0X00000261, 0X000000001, 0x00000000)


When the computer starts the boot process the following blue screen appears in the code: stop 0x0000004E, so the computer can not boot, you can try Safe Mode can not enter the system.

Computer blue screen reasons

:
◆ Error analysis: When the computer is there stop 0x0000004E, generally the system during startup blue screen (we call boot blue screen). If the Startup and Recovery system is set to reboot automatically, we generally do not see the stop 0x0000004E. The system will automatically restart. This blue screen problems occurred. Generally because of hardware failures, such as memory quality, and used for some time, there will be blue this started. In addition, if a newly added memory, it should attract attention, or was new memory quality problems, or else the original memory is not compatible.

Computer Blue Screen Solution

:
◇ Solution: If you recently added a memory, make sure your memory brand is the same, if not the same, there may be a conflict of memory and motherboard, and if not, you then open the chassis, the chassis and then card inserted all the data lines and a solid point to see if the same, you remove the memory and look at the surface and the finger part of the memory is dust and dirt, if you can brush the surface of dust about memory, and then memory eraser clean up with finger, if still the same, if your motherboard has two memory, you pull one, and then boot look. If still the same, you then put on another, it replaced a boot to see if the computer is still there stop 0x0000004E, there may be damage to your memory.
Virus causes: there is a fault caused by a virus start blue screen stop 0x0000004E, if you suspect a virus, you can try go in safe mode to safe mode, anti-virus to see if the computer did not detect toxic drug does not mean, you know generation of antivirus software is built on the basis of the virus, so in this case you only reinstall system.
If you're still there stop 0x0000004E,. Other hardware failure may be caused by a blue screen.

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.