Watching Movie In Seremban
3:02 AM | Author: Sam
Today 1st time go to seremban, almost like my hometown(tawau). Nt bad, the cinema sound system was reli kinda gud wif the 3D sound effect. But my fren chili(nickname) been shocked by juz a simple scene(car crash). Mayb it is kinda real when the screen is big and the sound is great then it is reli looks like coming to hit on us then he get shocked n jumped. LOL. Funny guy. But let me tel u all, for me seremban may nt much thgs to buy and go. Anyway thr is quite a lot of beautiful gal working inside some shopping mall. Nt bad, as long as more than JUSCO(my fren said). Then go JUSCO oso nt much thgs to play except u noe how to play bowling. Then u can enjoy thr and some games thr. But i din buy anythg from thr to save my money. This month expenses is too much so i have to control of it and try nt use so much.
Trip to Sunway Pyramid & Mid Valley
1:51 AM | Author: Sam
Early morning, driving out to sunway juz for buffet? Of coz nt....after eat go sunway shopping lar of coz...then buy 1 clothe but no money to pay then borrow from frenz...keke...use so many money tis week....nid announce bankrupcy lor...nid ask some donation from frenz..let me tel all u guys, driving in west m'sia reli nt ec..all ppl driving so rude and simply wif the rules....unbelieveable!!!! then finish shopping in sunway go to mid valley again..this time have to buy formal shirt for the presentation lor..........look look look then at last found some cheap cheap d so can buy..hehe.. but today trip go wrong 2 times on the way bcoz the ppl who lead the way nt rmb bout the road then bring us wrong for two times...then get saman becoz din wear seatbelt...OMG..but at last i can back to nilai and go in Inti University College then enuf lor....SO LUCKY!!!

Pic we take near the ski area
Happy Birthday To A Friend
12:10 PM | Author: Sam
Yesterday 23th september, i'd go to a fren's hse to celebrate another fren's birthday. We all cooking and make dinner together and after finish the dinner, we go MyBOX to sing K!!!!
Having fun in thr and singing together and reli enjoy that nite. Although my secret recipe of making the desert has gone almost fail but stil can eat and everybody seems like ok after eat. LOL. So i think it's ok. Anyway Wish Mee Fong Happy Birthday!!!!

This is the pic we take in My-Box
Booting Dual Window
10:31 PM | Author: Sam
Are you planning to use Windows Vista in a dual–boot configuration on your Windows XP system? If so, you may have read my article "How do I... Install Windows Vista in a dual-boot configuration along with Windows XP?". While I explained the process of setting up a dual-boot configuration in detail in that article, there are a lot of things that go on behind the scenes that I didn't touch on. Of course, you really don't need to know about all that to set up and use Windows Vista in a dual–boot configuration. However, if you plan to modify the boot procedure like you may have done when dual-booting with Windows XP and previous Windows operating systems, you'll need a deeper understanding of how Windows Vista boots.

If you set up dual-boot configurations with Windows XP and previous Windows operating systems, chances are that you became very familiar with the way Windows XP boots up, as well as how to configure the boot procedure via the Boot.ini file and the Bootcfg.exe utility.

Well, if you're planning to set up a dual-boot configuration with Windows Vista and Windows XP and really want to get a handle on how it works, you're going to have to forget all about Boot.ini and the Bootcfg.exe utility and learn about Windows Vista's new boot loader architecture, which includes the Windows Boot Manager, the Boot Configuration Data (BCD) system, and the Boot Configuration Data Store Editor, BCDEdit.exe.

First, I'll introduce you to Windows Vista's new boot loader architecture and the BCD system and explain how it works in a dual-boot configuration. In a future article, I'll show you how to use the new BCDEdit.exe utility to edit the BCD system and configure the Windows Boot Manager.

Taking a look back at NT Loader
Windows Vista's predecessors (Windows NT, Windows 2000, and Windows XP) used a system based on the Windows NT boot loader, NTLDR, to boot up the system. To gain a better appreciation of Windows Vista's new boot loader architecture, let's begin with a quick look at how NT Loader worked.

NTLDR, which is short for NT Loader, is a special program that was first developed for Windows NT back in early 1990s. With this in mind, you can appreciate that NT Loader was definitely an outdated technology.

Essentially, as the computer boots up, the NTLDR file, containing the main boot loader, loads from the hard drive's boot sector. Once NTLDR starts, it looks for hiberfil.sys and an active hibernation image. If NTLDR finds both the file and image, the operating system resumes from a hibernation state.

If an active hibernation image is not found, NTLDR reads the Boot.ini file, which contains special configuration options for booting the operating system as well as instructions for displaying the boot menu. Next, NTLDR launches Ntdetect.com, which, as is name implies, is responsible for detecting the basic hardware that is necessary to start the operating system. Finally, NTLDR launches Ntoskrnl.exe, which is the kernel image for an NT-based operating system, such as Windows XP.

Windows Vista's new boot loader architecture
When Microsoft was developing Windows Vista, it decided to start from scratch and build the new operating system from the ground up. The new boot loader architecture is an excellent example of this methodology because it presents an entirely new way of booting up the Windows operating system that is both quicker and more secure.

To improve boot time and increase security, Microsoft's Windows Vista developers decided to do away with NTLDR and replace it with an entirely new system built around three main components: the new boot loader architecture, a new boot option storage system called Boot Configuration Data (BCD), and a new boot option editing tool called BCDEdit.exe.

Now, the new boot loader architecture can itself be broken down into three main components: The Windows Boot Manager (Bootmgr.exe), the Windows operating system loader (Winload.exe), and the Windows resume loader (Winresume.exe).

In this new system, as the computer boots up, the Windows Boot Manager loads first and reads the Boot Configuration Data, which is essentially a database of boot–time configuration information stored on the hard disk in a format similar to the registry. The Boot Configuration Data database can include information about a current hibernation image, special configuration options for booting the Windows Vista operating system, and special configuration options for booting an alternate operating system. In addition to this type of information, the Boot Configuration Data database can provide instructions for launching diagnostic or recovery tools that actually run independent of the operating system.

In the overall boot process scheme, the Windows Boot Manager is a completely separate entity and is totally unaware of any operating system boot loader operations. This isolation adds a level of security between the actual booting of the computer and booting of the operating system.

How does it work?
When Windows Boot Manager reads the Boot Configuration Data, it uses the information it finds in the database to determine if it needs to display its menu. If a menu is not necessary, Windows Boot Manager does one of two things, depending on the information it finds in the Boot Configuration Data database: It either passes control over to the Windows resume loader or to the Windows operating system loader.

Windows resume loader
If the Boot Configuration Data database contains information about a current hibernation image, the Windows Boot Manager passes that information over to the Windows resume loader. Once that handover occurs, the Windows Boot Manager exits and the Windows resume loader takes over. At this stage, the Windows resume loader reads the hibernation image file and uses it return the operating system to the running state it was in when hibernation was invoked.

Windows operating system loader
If the Boot Configuration Data database doesn't contain information about a current hibernation image, the Windows Boot Manager retrieves boot configuration information and then passes that information over to the Windows operating system loader. Once that handover occurs, the Windows Boot Manager exits and the Windows operating system loader takes over. At this stage, Windows operating system loader loads the kernel, Ntoskrnl.exe, and any basic hardware drivers. As it does so, the Windows Vista operating system boots up.

Booting an alternate operating system
Now, if the Windows Boot Manager finds information in the Boot Configuration Data database about another operating system, the Windows Boot Manager will build and display a menu that lists Windows Vista and the other operating system as choices. If the other operating system is selected, the Windows Boot Manager retrieves information about how to boot that operating system and then passes the information over to the appropriate operating system loader. As in the previous examples, the Windows Boot Manager then exits and the other operating system's boot loader takes over.

Moving forward
As I mentioned at the beginning, the main reason for gaining a better understanding of Windows Vista's new boot loader architecture is to help you to work with Windows Vista in a dual-boot configuration. With this information under your belt, we'll delve into the Boot Configuration Data database and the Boot Configuration Data Store Editor, BCDEdit.exe, in the next article.
CSC2211 Class Replacement
6:03 PM | Author: Sam
The class will be replace on 23th of september 2008 which is tuesday at 8.30am. But the venue is nt yet decided so i will update the lastest venue when i get noe of it. tq.


The clas venue is at A3-CL5 8.30am
Adventure Club Gathering
1:42 AM | Author: Sam
Wao....today 16-09-08 7pm is the adventurer club member gathering nite....1st of all go register then eat eat eat then divide into groups then play some mini games...play til all tired n sweaty then DANCE...walaoeh...after finish all thgs at last go to the swimming pool and have a great swim thr but i wearing jeans,so wat, juz jump in n play lar....dun waste the chance tat can get it. So tis is the 1st time i wearing jeans to swimming in a swimming pool u noe.....should b upload the picture soon. Plz b patient of it.
Trip on Friday 12-09-08
1:35 AM | Author: Sam
Today taking a trip to Sunway Pyramid wasted alot of my time and taking around 3 hours to reach tat place....Taking a bus to KTM station from Inti International UC cost RM1 then arived at KTM station buying the ticket to KL Sentral tat cost me RM4.70 then around 1 hour to reach tat place wif standing all the way....friday so many ppl taking ktm bak to own hometown....squezing around in the car like baking a cake in a ktm then so tiring standing along the way for 1 HOURS!!! After reach the sentral then go buy ticket again go to kelana jaya cost me RM2.10 then ok lor arive thr quite fast BUT arive thr nid go down the bus station to wait bus then again wait for around 1 hours thr n sitting like a stupid ppl.....after 1 hour then the bus arive then i go sunway pyramid...wat a tiring day trip to sunway...
When your computer hardware appears to power up okay, but the Windows XP operating system won't boot properly, you have to begin a troubleshooting expedition that includes getting into the operating system, determining the problem, and then fixing it. To help you get started on this expedition, here are 10 things you can do when Windows XP won't boot.


#1: Use a Windows startup disk

One of the first things you should reach for when troubleshooting a Windows XP boot problem is a Windows startup disk. This floppy disk can come in handy if the problem is being caused when either the startup record for the active partition or the files that the operating system uses to start Windows have become corrupted.
To create a Windows startup disk, insert a floppy disk into the drive of a similarly configured, working Windows XP system, launch My Computer, right-click the floppy disk icon, and select the Format command from the context menu. When you see the Format dialog box, leave all the default settings as they are and click the Start button. Once the format operation is complete, close the Format dialog box to return to My Computer, double-click the drive C icon to access the root directory, and copy the following three files to the floppy disk:


  • Boot.ini


  • NTLDR


  • Ntdetect.com


After you create the Windows startup disk, insert it into the floppy drive on the afflicted system and press [Ctrl][Alt][Delete] to reboot the computer. When you boot from the Windows startup disk, the computer will bypass the active partition and boot files on the hard disk and attempt to start Windows XP normally.



#2: Use Last Known Good Configuration

You can also try to boot the operating system with the Last Known Good Configuration feature. This feature will allow you to undo any changes that caused problems in the CurrentControlSet registry key, which defines hardware and driver settings. The Last Known Good Configuration feature replaces the contents of the CurrentControlSet registry key with a backup copy that was last used to successfully start up the operating system.
To use the Last Known Good Configuration feature, first restart the computer by pressing [Ctrl][Alt][Delete]. When you see the message Please select the operating system to start or hear the single beep, press [F8] to display the Windows Advanced Options menu. Select the Last Known Good Configuration item from the menu and press [Enter].
Keep in mind that you get only one shot with the Last Known Good Configuration feature. In other words, if it fails to revive your Windows XP on the first attempt, the backup copy is also corrupt.

#3: Use System Restore

Another tool that might be helpful when Windows XP won't boot is System Restore. System Restore runs in the background as a service and continually monitors system-critical components for changes. When it detects an impending change, System Restore immediately makes backup copies, called restore points, of these critical components before the change occurs. In addition, System Restore is configured by default to create restore points every 24 hours.
To use System Restore, first restart the computer by pressing [Ctrl][Alt][Delete]. When you see the message Please select the operating system to start or hear the single beep, press [F8] to display the Windows Advanced Options menu. Now, select the Safe Mode item from the menu and press [Enter].
Once Windows XP boots into Safe mode, click the Start button, access the All Programs Accessories System Tools menu, and select System Restore. Because you're running in Safe mode, the only option on the opening screen of the System Restore wizard is Restore My Computer To An Earlier Time, and it's selected by default, so just click Next. Then, follow along with the wizard to select a restore point and begin the restoration procedure.

#4: Use Recovery Console



When a Windows XP boot problem is severe, you'll need to use a more drastic approach. The Windows XP CD is bootable and will provide you with access to a tool called Recovery Console.
To boot from the Windows XP CD, insert it into the CD-ROM drive on the problem system and press [Ctrl][Alt][Delete] to reboot the computer. Once the system begins booting from the CD, simply follow the prompts that will allow the loading of the basic files needed to run Setup. When you see the Welcome To Setup screen, shown in Figure A, press R to start the Recovery Console.
Figure A





You'll then see a Recovery Console menu, like the one shown in Figure B. It displays the folder containing the operating system's files and prompts you to choose the operating system you want to log on to. Just press the menu number on the keyboard, and you'll be prompted to enter the Administrator's password. You'll then find yourself at the main Recovery Console prompt.

Figure B





#5: Fix a corrupt Boot.ini


As the Windows XP operating system begins to load, the Ntldr program refers to the Boot.ini file to determine where the operating system files reside and which options to enable as the operating system continues to load. So if there's a problem rooted in the Boot.ini file, it can render Windows XP incapable of booting correctly.
If you suspect that Windows XP won't boot because Boot.ini has been corrupted, you can use the special Recovery Console version of the Bootcfg tool to fix it. Of course, you must first boot the system with the Windows XP CD and access the Recovery Console as described in #4.
To use the Bootcfg tool, from the Recovery Console command prompt, type


Bootcfg /parameter

Where /parameter is one of these required parameters:



  • /Add--Scans the disk for all Windows installations and allows you to add any new ones to the Boot.ini file.


  • /Scan--Scans the disk for all Windows installations.


  • /List--Lists each entry in the Boot.ini file.


  • /Default--Sets the default operating system as the main boot entry.

  • /Rebuild--Completely re-creates the Boot.ini file. The user must confirm each step.


  • /Redirect--Allows the boot operation to be redirected to a specific port when using the Headless Administration feature. The Redirect parameter takes two parameters of its own, [Port Baudrate ] [UseBiosSettings].


  • /Disableredirect--Disables the redirection.


#6: Fix a corrupt partition boot sector



The partition boot sector is a small section of the hard disk partition that contains information about the operating system's file system (NTFS or FAT32), as well as a very small machine language program that is crucial in assisting the operating system as it loads.
If you suspect that Windows XP won't boot because the partition boot sector has been corrupted, you can use a special Recovery Console tool called Fixboot to fix it. Start by booting the system with the Windows XP CD and accessing the Recovery Console as described in #4.



To use the Fixboot tool, from the Recovery Console command prompt, type



Fixboot [drive]:



Where [drive] is the letter of the drive to which you want to write a new partition boot sector.



#7: Fix a corrupt master boot record



The master boot record occupies the first sector on the hard disk and is responsible for initiating the Windows boot procedure. The master boot record contains the partition table for the disk as well as a small program called the master boot code, which is responsible for locating the active, or bootable, partition, in the partition table. Once this occurs, the partition boot sector takes over and begins loading Windows. If the master boot record is corrupt, the partition boot sector can't do its job and Windows won't boot.
If you suspect Windows XP won't boot because the master boot record has been corrupted, you can use the Recovery Console tool Fixmbr to fix it. First, boot the system with the Windows XP CD and access the Recovery Console as described in #4.



To use the Fixmbr tool, from the Recovery Console command prompt, type



Fixmbr [device_name]



Where [device_name] is the device pathname of the drive to which you want to write a new master boot record. For example, the device pathname format for a standard bootable drive C configuration would look like this:



\Device\HardDisk0



#8: Disable automatic restart



When Windows XP encounters a fatal error, the default setting for handling such an error is to automatically reboot the system. If the error occurs while Windows XP is booting, the operating system will become stuck in a reboot cycle--rebooting over and over instead of starting up normally. In that case, you'll need to disable the option for automatically restarting on system failure.
When Windows XP begins to boot up and you see the message Please select the operating system to start or hear the single beep, press [F8] to display the Windows Advanced Options Menu. Then, select the Disable The Automatic Restart On System Failure item and press [Enter]. Now, Windows XP will hang up when it encounters the error and with any luck, it will display a stop message you can use to diagnose the problem.



#9: Restore from a backup



If you can't seem to repair a Windows XP system that won't boot and you have a recent backup, you can restore the system from the backup media. The method you use to restore the system will depend on what backup utility you used, so you'll need to follow the utility's instructions on how to perform a restore operation.



#10: Perform an in-place upgrade



If you can't repair a Windows XP system that won't boot and you don't have a recent backup, you can perform an in-place upgrade. Doing so reinstalls the operating system into the same folder, just as if you were upgrading from one version of Windows to another. An in-place upgrade will usually solve most, if not all, Windows boot problems.
Performing a Windows XP in-place upgrade is pretty straightforward. To begin, insert the Windows XP CD into the drive, restart your system, and boot from the CD. Once the initial preparation is complete, you'll see the Windows XP Setup screen (shown earlier in Figure A). Press [Enter] to launch the Windows XP Setup procedure. In a moment, you'll see the License Agreement page and will need to press [F8] to acknowledge that you agree. Setup will then search the hard disk looking for a previous installation of Windows XP. When it finds the previous installation, you'll see a second Windows XP Setup screen, as shown in Figure C.


Figure C



This screen will prompt you to press R to repair the selected installation or to press [Esc] to install a fresh copy of Windows XP. In this case, initiating a repair operation is synonymous with performing an in-place upgrade, so you'll need to press R. When you do so, Setup will examine the disk drives in the system. It will then begin performing the in-place upgrade.
Keep in mind that after you perform an in-place upgrade or repair installation, you must reinstall all updates to Windows.

MPW class today
5:40 PM | Author: Sam

Today i'm having the MPW subject class & tat is Malaysian Studies. This subject almost like the History subject + Pengajian Am subject in it....so i quite confuse of it bcoz since i'm studying in malay then goin into college have to study again in english..then wat for i learn in malay during secondary school? Reli confuse bout it n doubt on it....


Today 9th of september our 1st morning lab clas on 10am to 12pm have already postponed. So we juz go to the lab & use the pc to do our blogging project because our hostel line server seems like down last nite(8th sept) cause us cant even surf net smoothly & even cant do our project...so sad