Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Wednesday, July 7, 2010

Missing library: libg2c.so.0

If you receive the "libg2c.so.0: cannot open shared object file: No such file or directory" error when ASITIC is invoked, extract the contents of libg2c into /usr/lib
tar xvzf libg2c.tgz
mv libg2c* /usr/lib

Thursday, March 4, 2010

Reinstall Grub Bootloader After a Windows Installation Removes the MBR

1) Boot off the LiveCD
2) If you wish to edit the grub configuration file do it so by
sudo gedit /boot/grub/menu.lst
3) Open a terminal and enter
sudo grub
find /boot/grub/stage1
4) This will return a location. Whatever was returned use it in the next line:
root (hd?,?)
setup (hd0)
quit
5) Reboot without the LiveCD