Ubuntu Forums Archive Viewer

Sunblade 100 and 150 -- ide=nodma

Archived thread 240420 from Sun Sparc Users. Markdown source: Sun_Sparc_Users/thread_240420_Sunblade_100_and_150_--_ide=nodma.md

Original URL About this archive
#1

Hi all,

It seems the advice I've been posting about adding the ide=nodma comment to the silo.conf file has been wrong, so I thought I'd post the correct way to do it here.

If you just edit /boot/silo.conf you will get errors on boot and have to manually boot your kernel, what you actually have to do is edit [COLOR="red"]/etc/silo.conf [/COLOR]and add the append="ide=nodma" line to each of your kernels.


image=/vmlinuz
        label=Linux
        [COLOR="Red"]append="ide=nodma"[/COLOR]
        initrd=/initrd.img

After editing that file, you can check that your silo.conf is valid by running:


# [COLOR="Blue"] /sbin/silo[/COLOR]
/etc/silo.conf appears to be valid

Then copy it to your /boot directory:

# [COLOR="blue"]cp /etc/silo.conf /boot[/COLOR]

And check the integrity again:


# [COLOR="blue"]/sbin/silo -C /boot/silo.conf[/COLOR]
/boot/silo.conf appears to be valid

After that, Ubuntu should load on a Sunblade without problems.

Cheers,

Mark

#2

Thanks for the info. Very nice!