Skip to main content

Installing Linux on a Dell L400.

To continue my previous piece (sorry for the delay) about the installation of Ubuntu 7.04 on a Dell L400. To quickly restate the machine's statistics: P3-700MHz processor, 256MB of RAM and a 20GB HDD.

The installation of Ubuntu from the normal disk is a non-happening event. It simply requires too much RAM to boot the graphical interface. So instead, I downloaded the alternate install CD and performed the installation in text mode. Here is a big thing to remember: Boot the kernel with acpi=no. Otherwise you might find the machine getting a lot of "Sleep" messages during the boot and also during the installation. Very *very* frustrating to say the least. It wasn't the fastest installation in the world, but I didn't expect to be the fastest either. It went smoothly and everything was happily detected. Great I thought. It booted OK, it ran the Gnome desktop quite well - although somewhat slowly. I started going through and tidying up the boot stuff and working to minimise RAM usage where possible. (Note to self: next time use Fluxbuntu or something lighter on the desktop!).

The trouble all started during the software update. I have never had a problem with the Ubuntu updates before and I have 2 PCs running Ubuntu all the time. With this one though, various chunks of the install seemed to get hosed as it ran. OpenOffice caused all sorts of hassles, other things simply failed to work. It was very annoying. At the end of it and following a restart, the Gnome desktop wouldn't get going properly. The sound controller software failed to start properly, killing the desktop. I worked at trying to fix it but gave up because of time constraints. I attempted to restore my MBR and just single boot to windows but wouldn't you know it - it didn't work. I ended up re-installing *everything*.

I'm not discouraged though. When I have more time I'll have another crack at it. I'm even considering putting the new OpenSuSE 10.3 on this laptop. Previously I was running 10.2 on it and although the Radeon driver didn't play nicely with this machine, the rest of it was very impressive. I was especially pleased with the speed of OpenSuSE - not something I would not associate with it. So stay tuned for further updates.

Oh and I never did get my WGA111v2 to work with Ubuntu either :(

Comments

Popular posts from this blog

Plone - the open source Content Management System - a review

One of my clients, a non-profit, has a lot of files on it's clients. They need a way to digitally store these files, securely and with availability for certain people. They also need these files to expire and be deleted after a given length of time - usually about 7 years. These were the parameters I was given to search for a Document Management System (DMS) or more commonly a Content Management System (CMS). There are quite a lot of them, but most are designed for front facing information delivery - that is, to write something, put it up for review, have it reviewed and then published. We do not want this data published ever - and some CMS's make that a bit tricky to manage. So at the end of the day, I looked into several CMS systems that looked like they could be useful. The first one to be reviewed was OpenKM ( www.openkm.com ). It looked OK, was open source which is preferable and seemed to have solid security and publishing options. Backing up the database and upgradin

Musings on System Administration

I was reading an article discussing forensic preparation for computer systems. Some of the stuff in there I knew the general theory of, but not the specifics of how to perform. As I thought about it, it occurred to me that Systems Administration is such a vast field. There is no way I can know all of this stuff. I made a list of the software and operating systems I currently manage. They include: - Windows Server 2003, Standard and Enterprise - Exchange 2003 - Windows XP - Windows Vista - Windows 2000 - Ubuntu Linux - OpenSuSE Linux - Mac OSX (10.3 and 10.4) - Solaris 8 - SQL 2005 - Various specialised software for the transport industry I have specific knowledge on some of this, broad knowledge on all of it, and always think "There's so much I *don't* know". It gets a bit down heartening sometimes. For one thing - I have no clue about SQL 2005 and I need to make it work with another bit of software. All complicated and nothing straightforward. Irritating doesn&

Traffic Monitoring using Ubuntu Linux, ntop, iftop and bridging

This is an update of an older post, as the utilities change, so has this concept of a cheap network spike - I use it to troubleshoot network issues, usually between a router and the network to understand what traffic is going where. The concept involves a transparent bridge between two network interface cards, and then looking at that traffic with a variety of tools to determine network traffic specifics. Most recently I used one to determine if a 4MB SDSL connection was saturated or not. It turned out the router was incorrectly configured and the connection had a maximum usage under 100Kb/s (!) At $1600 / month it's probably important to get this right - especially when the client was considering upgrading to a faster (and more expensive) link based on their DSL provider's advice. Hardware requirements: I'm using an old Dell Vostro desktop PC with a dual gigabit NIC in it - low profile and fits into the box nicely. Added a bit of extra RAM and a decent disk and that&