Thursday, February 23, 2012 - 04:43
FeedBurner  RSS 2.0 Feed  Follow Me On Twitter  Save On Delicious

Ubuntu Black Splash Screen Of Death Fix

Last night I decided to reinstall my Old Dell X300 Laptop. It was ages since I had touched it and was only curious to see how it would run with Ubuntu 11.04.

Installing Ubuntu went like a charm as I expected. All hardware and every device was detected and everything played flawless now the X300 is quite old so there’s no change I would be able to run Unity which was fine by me.

Initial reboot went fine. Ubuntu confirmed what I already knew, that I would not be able to run Unity, and everything was nice and dandy in Ubuntu land up until the second reboot where I got…

Black Splash Screen Of Death

Now since the initial reboot went fine I was a bit confused what was going on here. I mean the installation had told me that I should set the environment to start up in classic mode. Which I had done before the second reboot.

Now I didn’t have any other OS on the X300 so I had no means on getting my hands on the system as such. I knew what I had to do though. I needed to disable acpi on the splash screen.

So I ended up reinstalling Ubuntu 11.04 and this time before I bootet the second time I adjusted the following.

As Root
sudo vi /etc/default/grub

Find the following line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Change it to
GRUB_CMDLINE_LINUX_DEFAULT="acpi=off splash"

And rebuilt grub

As Root
sudo update-grub

Installing NTP On FreeBSD

Guide on how to install NTP on FreeBSD added. It’s is in the “FreeBSD Misc” Menu.

Now I normally don’t do request’s, but I had a few people asking for help on how to get the native NTP that comes installed with FreeBSD to work. And since It’s been rather long time since my last post and or guide "I’m sorry about that by the way, but I’m simply loaded with work at the moment". Today I had a few minuttes of spare time though and I figured it was as good a time as any to get a new guide up running and the topic was actually ok as well.

I newer really got the native NTP to work as intended on my own servers, so lately "”That would be since FreeBSd 7.x" I’m using an alternate method of getting NTP up running, which always seems to work flawlessly. So here it is.

Permalink: http://www.xfiles.dk/installing-ntp

Qmailadmin Guide Changes

Qmailadmin guide upgraded to reflect Qmailadmin 2.1.15

This means that the bug in previous versions of Qmailadmin forcing to port downgrade in order to get John Simpson’s onchange patch to work has been fixed. And the part of the guide showing how to port downgrade Qmailadmin has been removed.

Installing Denyhosts On FreeBSD

Guide on how to install Denyhosts on FreeBSD added.

The guide is in the “FreeBSD Guides” menu.

Permalink: http://www.xfiles.dk/installing-denyhosts

How To Block Referer Spam

Guide on how to block referer spam with Apache added.

The guide is in the “FreeBSD Misc” menu.

Permalink: http://www.xfiles.dk/block-referer-spam/