Nope. Here's the whole file:
# grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/hda2 # initrd /initrd-version.img #boot=/dev/hda default=1 timeout=10 splashimage=(hd0,0)/grub/splash.xpm.gz title Fedora Core (2.6.9-1.681_FC3) root (hd0,0) kernel /vmlinuz-2.6.9-1.681_FC3 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.681_FC3.img title Fedora Core (2.6.9-1.681_FC3smp) root (hd0,0) kernel /vmlinuz-2.6.9-1.681_FC3smp ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.681_FC3smp.img title Fedora Core (2.6.9-1.667smp) root (hd0,0) kernel /vmlinuz-2.6.9-1.667smp ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.667smp.img title Fedora Core (2.6.9-1.667) root (hd0,0) kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.9-1.667.img
Also, the system has been up and running fine for 1 day, 3:29 minutes w/ the non-smp kernel. The DMA thing would be a problem with a non-smp kernel too, right?
Regards, Eric
Satish Balay wrote:
On Wed, 24 Nov 2004, Eric Mader wrote:
Nov 23 03:49:04 Doramichan kernel: You don't have DMA enabled for your hard disk (see hdparm),
A wild guess here - do you have 'ide=nodma' in /etc/grub.conf?
Satish