Nov 25, 2012

What happens if your Removable disk has Virus

This is general thing that if our Pen-drive has Virus then sometimes it can not be Formatted in My Computer. It shows something like "Windows was unable to format your drive."

There is a good way to Format Removable disks and it will work surely. I did many times but  it never disappointed me.

Just go to

> Computer Management > Disk Management

Here it will show your Removable disk (Pen-drive , SD card)

then Right Click and format. 

Nov 8, 2012

How to repair Boot Grub in Ubuntu 12.04 LTS

When we increase or decrease the partition size using the partition manager the boot grub is affected if we have Ubuntu and Windows both in our system.Then after restart system doesn't start because of failure of boot grub.

We can repair Boot Grub by following procedure.

>Boot your computer on a Ubuntu live-CD or live-USB.
>Choose "Try Ubuntu"
>Connect Internet
>Open a new Terminal, then type:
  •  sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
>Press Enter.
>Then type:
  • sudo apt-get install boot-repair
After Installation Close the Terminal and Open Boot Repair , You will see the following window

then Choose Recommended repair. It will repair automatically.

Tags : How to repair dual boot grub in Ubuntu
          Repair boot window in Ubuntu

Oct 31, 2012

How to change boot order in Ubuntu 12.04 LTS

We can easily change the boot order , boot-up time , background in Ubuntu. This is very helpful when we have two or more operating system like Ubuntu and Windows or any other.

In case of me I used Grub Customizer because it make the things easy. You can install Grub Customizer by using following commands in the Terminal (Press Ctrl+Alt+T) one by one..(You must need an active internet connection)

  • sudo add-apt-repository ppa:danielrichter2007/grub-customizer
  • sudo apt-get update && sudo apt-get install grub-customizer

after installation Just open the Grub Customizer and make the change according to your need.

Tags : How to reduce boot-up time in  Ubuntu.
          How to Install Grub Customizer in Ubuntu.
          How to change boot background.
Related Posts Plugin for WordPress, Blogger...