Hello,
I just got a Dell Precision M60. It has Windows XP and I am trying to install Linux (dual-boot). I started with partition magic and created the partitions ( /, /boot, swap space, and a partition to share with windows). After the installation process, I reboot and get GRUB: I can boot windows. However, I cannot boot Linux: it hangs at some point during the booting process. The last 3 lines displayed are:
PCI_IDE: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xbf a0-0xbf a7, BIOS settings: hda

MA, hdb

io
ide1: BM-DMA at 0xbf a8-0xbf af, BIOS settings: hdc

MA, hdd

io
Then it just hangs there. I tried re-installing linux with slightly different partition schemes, but get the same result. I am able to boot with rescue linux. Changed the grub.conf file to this:
default=1
timeout=10
splashimage=(hd0,2)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14)
root (hd0,2)
kernel /vmlinuz-2.4.18-14 ro root=/dev/hda3 hda=nodma hdc=nodma
initrd /initrd-2.4.18-14.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1
I get the same result. Any ideas? Thanks!