Friday, May 14, 2010

Virtual Box Guest Additions & CentOS 5

Installed CentOS into a VirtualBox virtual machine this evening. I recommend installing the Guest Additions into your virtual machines. Simple to do under Ubuntu. A little more involved with CentOS, but still easy enough.

Google is your friend. Here it is quick and easy:
  1. Start the CentOS virtual machine.
  2. Mount the VboxGuestAdditions.iso
  3. Right-click on the VirtualBox CD icon
  4. Click VboxGuestAdditions.iso to mount it as a virtual CD in CentOS




  5. Press Ctrl+Alt+F2 to open a terminal session if you are not already in one.
  6. Login as yourself (if you have sudo permisions) or root (yes, I know, a terrible thing to ever do)
  7. As yourself preface your commands below with sudo; as root simply enter the following:
  8. mount /dev/hdc /media
  9. cp /media/VBoxLinuxAdditions-x86.run /home/your_username/
  10. cd ~/your_username
  11. chmod +x VBoxLinuxAdditions-x86.run
  12. yum -y install gcc
  13. If not already installed, you will also need to run:
  14. yum install kernel-devel kernel-headers
  15. Time to install the Guest Additions
  16. ./VBoxLinuxAdditions-x86.run
  17. reboot or telinit 6
That's pretty much it. More pointers can be found here.

Saturday, May 08, 2010

Ugly Boot Screen Ubuntu 10.04

Recently did a network upgrade from Ubuntu 9.10 to 10.04 LTS (desktop edition). The upgrade didn't work initially--there was some conflict with XUbuntu which I also had installed under 9.10. I removed all traces of Xubuntu and xfce, and then the network upgrade worked fine.

10.04 LTS is a fine distribution. I really like it. It's been a while since I used Ubuntu and one of the things I enjoy about it is that things just work. Wireless set-up, which had been so painful previously, was a breeze and the connection is fast! Much faster then it had been under XP on the same machine.

Well, to the point. One of Ubuntu 10.04's failings was the boot up splash screen!! So incredibly ugly! I should have taken a picture. The word UBUNTU was outlined in some kind of psychedelic malaise. Painful to look at. Not a show stopper, but please. This isn't a hack distro, this should be slick, professional, pleasant in every way.

Are they working on a fix? I know from bug reports that I am not the only one who's seen similar issues. I don't know, but there is a workaround. I just applied it on this very system I am using to post this entry. Here it is, step-by-step for new users. I used "Alternative One". The only thing I did differently was change screen resolution entries from 1280x1024 to 1024x768 to accommodate the maximum resolution of this relic of a laptop I am using. Here it is, fix that ugly boot logo in Ubuntu 10.04 (Lucid Lynx):

How to Fix the Big and Ugly Plymouth Logo in Ubuntu 10.04

I should post the fun I had doing a network upgrade from Ubuntu 8.04 LTS Server to the 10.04 LTS edition. I'm sure it would have been painless if I wasn't booting from a software RAID1 drives. I hope I can recall how I made it work so I can post for reference the next time I upgrade and it happens again--which of course it will. I have no doubt. It always does.

Oh, and I should mention I am having excellent success running XP from VBox OSE on this dinosaur. I can't believe it works, but it actually works very well!

Well, time to reinstall the Xubuntu desktop.