![](http://planet.debian.org/heads/bluehorn.png)
I got a new computer at home a week ago and finally got around to assemble all the parts. Which wasn t as easy as expected, especially fitting the CPU cooler was a hard fight.
Specs
For the curious, here are the specs:
- CPU
- AMD Phenom II X4 965 (4 3.4 GHz)
- Mainboard
- MSI 790GX-G65
- Graphics
- ATI Radeon HD 3300 (on-board)
- RAM
- 8 GB, DDR3
- Hard drives
- 2x SATA 1.5 TB (by Western Digital)
Ubuntu installation
For testing and having a first look, I installed Ubuntu karmic koala (amd64). Installation went like a breeze, everything was detected and worked out of the box. Well, kind of graphics performance was dreadful. Which was kind of expected.
Debian installation
I originally thought about using Debian only inside virtual machines or change roots. Still, Ubuntu does not really feel like the real thing . So I went to install Debian, aiming at a sid/unstable installation.
The first boot using the official squeeze snapshot netinst image (Binary-1 20091128-11:21) went fine. Up to the first prompt: No input was possible. Probably a problem with the USB keyboard I had connected (Logitech wireless). Out of curiosity I tried the graphical installer, which did not even get so far. It was stuck in an endless loop trying to start an X11 server.
So I dug for a PS/2 connected keyboard and had more luck. I got to the point where the installer searches for the CD-ROM drive. As I did not want to dismantle my old system yet, I used an external USB DVD/RW drive. This was not detected by the installer so I was unable to continue installation. I guess, the NIC driver was also on the disc so no ethernet either.
Today I installed the DVD burner into the tower and had more luck. It still amazes me how easy it is to create my default storage setup using d-i (LVM on RAID). However, the installer failed to reread the partitions after I created two on each drive, interestingly telling me about
/dev/sda2 being busy. Perhaps a left-over swap partition from the Ubuntu install? Anyway, after running fdisk manually and writing the same partition table again, I was able to continue.
The remaining d-i steps went fine, with just a nuisance: I was asked for the console font setting twice. And I had no idea what it was asking of me, AFAIK UTF-8 should be fine for all possible uses. I selected
# Latin1 and Latin5 western Europe and Turkic languages. Not that I will see the console unless Xorg fails to run
After having the base system running, I rebooted without selecting any more software, partly because I knew that the resync on md1 will need restarting after booting into the new system.
The new system booted fine and I called aptitude to install
build-essential, Xorg and both KDE and Gnome desktops. This pulled in MySQL via
akonadi-server (ouch!) and I was asked for a MySQL root password. Seriously, I don t care, this is a desktop system. I tend to forget the password anyway and the last time, root was able to reset it. So I just hit
Enter, leaving no password set. This lead to the installation asking me two more times for the password, which really sucks given that the server is only used by Akonadi for whatever reason and the last time I looked, it creates its own MySQL configuration.
Albeit my old system is 8 years old, the new system still seemed slower. Which of course is due to disk latencies, given that
/dev/md1 was being synchronized in the background.
Anyway, I was eager to test the desktop experience and started gdm. X came up fine, but again I had no mouse and no keyboard (USB mouse, keyboard connected as well as PS/2 keyboard). I also was unable to switch to a VT, so I logged in remotely and rebooted the new system.
After the reboot, hal obviously picked up the input devices and X11 worked fine now. At this point, I stopped as the sunday almost passed already.
Summary: Debian installation still needs some improvements I think. Maybe our distribution is just too stable, after all my last install is 3 years back due to a disk crash
Relevant Debian bugs
- #558679: My installation report with some logs included.
- #558681: Nagging about MySQL root password.
- #558686: Failure to reload partition table.
- #545933: No USB keyboard support
- #315553: Installation from optical drive on usb fails (but this is for kernel 2.4)
- #558691: No keyboard and mouse after fresh installation of xserver-xorg.