Post

Ubuntu it is - again

Ubuntu

So, I went for Ubuntu Edgy. Fedora Core 6 gave me some hard times updating because yum couldn’t resolve some dependencies - I never had this kind of trouble with Debian’s apt.

My former experience with Kubuntu Edgy taught me to download the “alternate” install-CD right away. The installation is pretty much the same as with the “desktop” install-CD, but you have the choice to install “grub” not only to the MBR. As I mentioned, my motherboard (and I found some clues that there are a lot of boards with nForce5/AM2 chip set with similar problems) has some issues with Linux. To be precise, without additional kernel options almost no distro would boot. There are two options which made the kernel boot correctly:

  • acpi=off
  • noapic (preferred!)

With acpi=off Linux boots but you have no ACPI support what so ever. This means no “powernow” (CPU frequency scaling) and no automatic power-off after shutdown. If applicable I’d go for the second option noapic. I don’t no exactly what it does, but I think it has something to do with PCI interrupts. This option works pretty well and you still have ACPI support. To boot the Ubuntu install-CD you have to press “F6” at the boot screen and add “noapic” (without the quotation marks) at the end of the line right before the “–” and then hit “Enter”. That’s it - for now… The bad news is that the installer doesn’t remember that extra option and won’t add it to the Grub-boot loader configuration file automatically. I’m going to write a short HOWTO about installing Ubuntu on a system like mine where I’ll explain how to overcome this issue.

By the way, Ubuntu doesn’t have the problem (like Kubuntu) that all drives mounted at /media disappear after logout/login - either they fixed it or it never appeared in Ubuntu.

This post is licensed under CC BY-SA 4.0 by the author.