Monday, December 28, 2009

Install Windows 7/Vista From USB Drive

This guide works 100% for Vista & Windows 7 unlike most of the guides out there. I have seen many sites/blogs that have “Install Vista from USB guide” but either with incomplete steps or not working guide. I have also seen some guides that don’t’ use proper commands in this guide. After spending many hours I have come up with this 100% working guide.

Bootable USB drive

I just did this method on one of my friends machine and installed the new Windows 7 BETA. The main advantage is that by using USB drive you will be able to install Windows 7/Vista in just 15 minutes. You can also use this bootable USB drive on friend’s computer who doesn’t have a DVD optical drive.

The method is very simple and you can use without any hassles. Needless to say that your motherboard should support USB Boot feature to make use of the bootable USB drive.

Requirements:

*USB Flash Drive (Minimum 4GB)

*Windows 7 or Vista installation files.

Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily.

1. Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.

2. Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights.

*Type cmd in Start menu search box and hit Ctrl+ Shift+ Enter.

Or

*Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator.

3. You need to know about the USB drive a little bit. Type in the following commands in the command prompt:

First type DISKPART and hit enter to see the below message.

Bootable USB Drive

Next type LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive. In the below screenshot my Flash Drive Disk no is Disk 1.

4. Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.

So below are the commands you need to type and execute one by one:

SELECT DISK 1

CLEAN

CREATE PARTITION PRIMARY

SELECT PARTITION 1

ACTIVE

FORMAT FS=NTFS

(Format process may take few seconds)

ASSIGN

EXIT

Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.

Bootable USB Drive

5. Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is “D” and USB drive letter is “H” (open my computer to know about it).

6. Maximize the minimized Command Prompt in the 4th step.Type the following command now:

D: CD BOOT and hit enter.Where “D” is your DVD drive letter.

CD BOOT and hit enter to see the below message.

7. Type another command given below to update the USB drive with BOOTMGR compatible code.

BOOTSECT.EXE/NT60 H:

14

Where “H” is your USB drive letter. Once you enter the above command you will see the below message.

8. Copy your Windows 7/Vista DVD contents to the USB flash drive.

9. Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.

Note: If you are not able to boot after following this guide means you haven’t set the BIOS priority to USB. If you got any problem in following this guide feel free to ask questions by leaving comment.

Update: If you find this guide difficult to follow, please use the easy-to-use guide to create a bootable USB to install Windows 7 using official tool.

How to reset Ubuntu root password

How to reset Ubuntu root password
September 9, 2008 · 8 Comments

If your memory or mistyping leaves you without the right password to get into an account on a Linux computer, there’s no need to reformat. You’ll just need to reboot into single user mode to reset it. Here’s how to do it on a typical Ubuntu machine with the GRUB bootloader:

1. Reboot the machine.
2. Press the ESC key while GRUB is loading to enter the menu.
3. If there is a ‘recovery mode’ option, select it and press ‘b’ to boot into single user mode.
4. Otherwise, the default boot configuration should be selected. Press ‘e’ to edit it.
5. Highlight the line that begins with ‘kernel’. Press ‘e’ again to edit this line.
6. At the end of the line, add an additional parameter: ’single’. Hit return to make the change and press ‘b’ to boot.

Change the admin password

The system should load into single user mode and you’ll be left at the command line automatically logged in as root. Type ‘passwd’ to change the root password or ‘passwd someuser’ to change the password for your “someuser” admin account.

Reboot

Once your done, give the three finger salute, or enter ‘reboot’ to restart into your machine’s normal configuration.

That’s all there is to it. Now just make sure to write your password down on a post-it and shove it somewhere safe like under your keyboard

Monday, August 24, 2009

Ei Kale- Daddy

Ei Kale - Daddy
Music by Daddy
Lyrics by Daddy
Recorded by Azlan Sheriff
Video directed by Ayesh Wijeratne

Monday, August 17, 2009

How to Create Bootable USB Flash Drive

Install Windows XP using USB Flash Disk/ Flash Drive - Step by Step Guide


step 1
:
Buy an USB Flash Drive (at least 2GB).
When you do this tutorial, please make sure your computer/laptop/PC has a CD-ROM (or DVD).
so, now you have 2 computers, with CD-ROM support and without CD-ROM support (e.g Acer Aspire One, Asus EEE-PC).

step 2:
Download this software pack (Komku-SP-usb.exe - Download) 1.47MB
UPDATE 1 :
Anonymous said…
your download at mediafire keeps timing out, any other hosts available?
Mirror Depositfiles
Mirror Rapidshare
Mirror Easy-Share
Mirror Megaupload




this software pack contains 3 application :

-BootSect.exe (Boot Sector Manipulation Tool)
-PeToUSB (http://GoCoding.Com)
-usb_prep8 (Prepares Windows XP Setup LocalSource for Copy to USB-Drive)

step 3:
Double click Komku-SP-usb.exe


a window will appear... and click Install



step 4:
Insert your USB Flash Drive.
When I made this tutorial, I was using 4GB Transcend USB FlashDrive...



Locate folder C:\Komku\PeToUSB\
double click PeToUSB.exe




a window will appear like this...


Destination Drive : select USB Removable
check on Enable Disk Format
check on Quick Format
check on Enable LBA (FAT 16x)
Drive Label : XP-KOMKU (or whatever you want)
then click Start

Click Yes to continue....



"You are about to repartition and format a disk. Disk: .... All existing volumes and data on that disk will be lost. Are You Sure You Want To Continue?"
click Yes


Wait a few seconds...

Click OK, and you can close PeToUSB window.


step 5:
Open Command Prompt ...
Click Start > Run > type cmd > click OK


On Command Prompt window, go to directory C:\Komku\bootsect\
how to do this?
first type this cd\ and press Enter


then type cd komku\bootsect and press Enter


the result...


Don't close Command Prompt window, and go to step 6...


step 6:
on command prompt window, type bootsect /nt52 H:


H:
is drive letter for my USB Flash Drive, it may be different with yours...

and press Enter

the result... "Successfully updated filesystem bootcode. Bootcode was succesfully updated on all targeted volumes."


don't close Command Prompt window, and go to step 7...


step 7:
now type this cd.. and press Enter


then type cd usb_prep8 and press Enter


type usb_prep8 again... and pres Enter



step 8:
Your command prompt window will look like this


Press any key to continue...
usb_prep8 welcome screen will appear



Prepares Windows XP LocalSource for Copy to USB-Drive:

0) Change Type of USB-Drive, currently [USB-stick]
1) Change XP Setup Source Path, currently []
2) Change Virtual TempDrive, currently [T:]
3) Change Target USB-Drive Letter, currently []
4) Make New Tempimage with XP LocalSource and Copy to USB-Drive
5) Use Existing Tempimage with XP LocalSource and Copy to USB-Drive
F) Change Log File - Simple OR Extended, currently [Simple]
Q) Quit


Enter your choice:_

now, insert your original Windows XP CD, or Windows XP with sata ahci driver to your CD/DVD ROM
and back to Command Prompt window

type 1 then press Enter...
"Browse For Folder" window will appear, select your CD/DVD drive and click OK



the result... "XP Setup Source Path" changed to G:\ (yours may be different)


now for point 2, if letter T is currently assigned to a drive in your computer, you must change it.... if not, leave it as it is
how to change it?
type 2 and press Enter...

"Enter Available Virtual DriveLetter"
for example you doesn't have drive S
so you type S and press Enter

back to usb_prep8 welcome screen...
now type 3 and press Enter...

"Please give Target USB-Drive Letter e.g type U" Enter Target USB-Drive Letter:
because my Flash drive letter is H
so, type H and press Enter...

after back to usb_prep8 welcome screen...
now type 4 and press Enter to make new temporary image with XP LocalSource and copy it to USB Flash Drive
please wait a few seconds..


"WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE T: WILL BE LOST! Proceed with Format (Y/N)?"
type Y and press Enter
please wait....
when format virtual disk complete, press any key to continue...


please wait... making of LocalSource folder is in progress...


when "Making of LocalSource folder $WIN_NT$.~LS Ready"
Press any key to continue...



"Copy TempDrive Files to USB-Drive in about 15 minutes = Yes OR STOP = End Program = No"
Click Yes, and wait...


"Would you like USB-stick to be preferred Boot Drive U: bla... bla..."
Click Yes



"Would you like to unmount the Virtual Drive ?"
Click Yes, wait a few seconds, and press any key....
press any key again to close usb_prep8...


Now, your USB Flash Drive is ready... blogger-emoticon.blogspot.com


step 9:
Now, insert your USB Flash Drive/Flash Disk/Thumb Drive to your notebook (e.g Acer Aspire One)
go to BIOS and make USB HDD (or USB ZIP in some other machine) as primary boot device....

then boot form your USB Flash Drive....
and select "TXT Mode Setup Windows XP, Never unplug USB-Drive Until After Logon"



After Hard Disk detected, delete all partition, create single partition... and install Windows XP on that partition...
and wait...


once text mode setup is complete, computer will restart....
this time select "GUI Mode setup Windows XP, Continue Setup + Start XP"



Continue Windows XP setup.... and Done! blogger-emoticon.blogspot.com
Windows XP Installed....




Remember, you can use this tutorial to install Windows XP on all other computers.. not just Aspire One and Asus EEE-PC....
blogger-emoticon.blogspot.comgood luck!
Chinthaka Sandaruwan

Friday, August 7, 2009

New Plam Pre



Introducing Palm® Pre™, a phone so in sync with your life it feels like it's thinking ahead for you. Pre pulls your different online calendars into one view, bringing you the information you want without having to search for it. Pre links your contacts from different sources, giving you one place to find what you need. And Pre delivers incoming messages and notifications in an intuitively subtle way, letting you react or respond however you want.1 People, events, information that matters. With Palm Pre, it'll come to you.

see layered calendars and linked contacts gallery

Layered calendars and linked contacts

Pre uses the Palm® Synergy™ feature to bring your Microsoft Outlook, Google, and Facebook® calendars together for one logical view of your day. And if you have the same contacts in different places, Pre can link them together, making it easier to find the information you need.2

See gallery
see activity cards gallery

Activity cards

Keep multiple applications open and move easily between them—email, maps, photos, websites, whatever. Pre thinks of your applications as activity cards, and lets you flip through them, move them around, or throw them away off screen.3

See gallery
see intuitive notifications gallery

Intuitive notifications

Things like text messages and calendar appointments appear as notifications at the bottom of the screen. You'll know what's going on without being completely interrupted or losing your train of thought.1

See gallery
see the combined messaging gallery

Combined messaging

Thanks to Palm Synergy, your conversations with the same person are grouped together in one chat-style view. Which means even if it started in IM, for example, you can reply with text. You can also see who's online right from Contacts, and start a new conversation with just one touch.1

See gallery
see universal search gallery

Universal search

Simply start typing to begin searching your contacts and applications. Pre begins with contacts and apps on the phone, and then offers to search Google, Google Maps, Wikipedia, or Twitter. With a fast browser at 3G speeds, you'll find what you're looking for in no time.4

See gallery
see the Email, Wi-Fi, and GPS gallery

Email, Wi-Fi, and GPS

Check Microsoft Exchange email or personal email accounts like Gmail, Hotmail, and Yahoo!. Take advantage of Wi-Fi hotspots. And look up directions or nearby points of interest using GPS. It's everything you need when you're on the go.5

See gallery
see the Photos, Music, and Videos gallery

Photos, Music, and Videos

Take great pictures with the built-in camera and flash. Watch a video on the vibrant color touchscreen. Buy songs from the Amazon MP3 store and listen using the built-in music player. Plus, use the Palm media sync feature to transfer your DRM-free iTunes music, videos, and photos to your Pre.6

See gallery
see the Breakthrough design

Breakthrough design

Slide out the keyboard for faster and easier texting. Close it up and rotate Pre for music, websites, photos, and videos in full widescreen glory. You get the best of both worlds in one beautifully designed phone.1

See gallery
see the Applications

Applications

Get applications by browsing the catalog on your Pre, and then download them over the air directly to your phone. Apps designed for the Palm webOS™ platform are integrated with other apps on the phone. Buy movie tickets, for example, and you can add the times right to your calendar.1

Learn more
see Palm Services

Palm Services

Use over-the-air Palm Services to automatically back up your important data, restore it, or even remotely erase your data if your phone is lost or stolen. You also receive your software updates over the air without connecting to your computer.7

Learn more