Debian Etch on Dell Optiplex 320
After a number of false starts, we were about to give up on the Dell Optiplex 320 as a machine too weird to run Debian on. However, we persevered, and discovered the magic options that cause Debian Etch to not only install, but also boot.
- Supply the kernel parameter
pci=nomsi- this lets the installer (and, for that matter, the normal running kernel once you’ve finished installation) initialise the SATA disk controller correctly. If you omit this, you will see messages like “Unexpected IRQ trap at vector c0“, and the kernel will refuse to detect any hard disks. - Install LILO instead of GRUB. For some reason, GRUB refused to read the kernel from the disk after installation was complete. Happily, causing the installer to use LILO instead (on the MBR) results in a booting, kernel-loading,
pci=nomsi-configured system.
7 comments December 14th, 2006 tonyg