Showing posts with label debian. Show all posts
Showing posts with label debian. Show all posts

Sunday, May 27, 2012

Debian 6.0.4 grub installation failed

Well, I'd like to share a problem which I had a few days ago. Hope the solution will be helpful to others who got into the same trouble.

Problem:

I downloaded and burnt Debian 6.0.4 distro into a DVD, and starts to install it. Everything was okay, but the grub installation failed. Then I skipped that step and let it to continue. Once it finished the installation, it rebooted the machine and there was nothing to boot.

Solution:

The reason for the above problem is, the boot loader wasn't found. The solution is too easy, all you need to do is, install the grub boot loader manually. Unlike grub version 1, in grub version 2, you need to install a package called "grub-pc". But how ?

  • Put your Debian 6 DVD and let it boot.
  • Then you will get a menu where you need to choose "Rescue mode"
  • There will be a process somewhat similar to installation process. 
  • When you get a list of partitions to boot, select the previously installed partition and run the shell on it. (you will get an option)
  • It will load a simple shell, where you have only basic commands. 
  • To install the "grub-pc", you need to add the cd-rom to the repository list. "apt-cdrom add"
  • As usual run "apt-get update"
  • Then install grub-pc, "apt-get install grub-pc"
  • You are done !!!


Sunday, October 30, 2011

Drop box in Debian

      If you find some difficulties with file sharing, Dropbox is one of the best tools you can use. If you haven't tried yet, visit Drop box web site. click here


 Good news : Drop box can be used under Linux platform.

 Bad news    : It only supports for a few distros. You need to compile the                                 source code for the other distros. linux version

Here are the listed distros.


I downloaded the Debian version and installed using the normal dpkg command.

        dpkg -i nautilus-dropbox_0.7.0_i386.deb 


This is just an installer, not the actual dropbox daemon. To install dropbox daemon you need to use following command.

       dropbox start -i


That's it. Once it finishes the installation, it will load a wizard to login, basic settings and file selection. enjoy !!!