Re: [LAU] Kernel 2.6.39

From: Ralf Mardorf <ralf.mardorf@email-addr-hidden-dsl.net>
Date: Wed Jul 06 2011 - 00:01:29 EEST

On Thu, 2011-06-23 at 06:17 -0700, James Warden wrote:
> > # If you change this file, run 'update-grub' afterwards to
> > update
> > # /boot/grub/grub.cfg.
> > # For full documentation of the options in this file, see:
> > # info -f grub -n 'Simple configuration'
> >
> > GRUB_DEFAULT=0
> > GRUB_TIMEOUT=5
> > GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo
> > Debian`
> > GRUB_CMDLINE_LINUX_DEFAULT="quiet"
> > GRUB_CMDLINE_LINUX=""
> >
> > So I need to add
> >
> > GRUB_CMDLINE_LINUX="threadirqs"
> >
> > ?
> >
> > Thanks,
> >
>
> you can replace the default you have, which is "quiet", by "quiet threadirqs" in the grub config file.

Since I'm editing grub.cfg manually, I suspect this is a correct entry
for "threadirqs"?

menuentry 'Debian GNU/Linux, with Linux 2.6.39.1 Rt emu' --class debian
--class gnu-linux --class gnu --class os {
        insmod part_msdos
        insmod ext2
        set root='(hd1,msdos9)'
        search --no-floppy --fs-uuid --set=root
950126ee-6ae7-41a8-b5ca-09838549c9c1
        echo 'Loading Linux 2.6.39.1 ...'
        linux /boot/vmlinuz-2.6.39.1
root=UUID=950126ee-6ae7-41a8-b5ca-09838549c9c1 ro quiet threadirqs
        echo 'Loading initial ramdisk ...'
        initrd /boot/initrd.img-2.6.39.1
}

Regards,

Ralf

-- 
"I can't watch TV longer than five minutes without praying for nuclear
holocaust."
~ Bill Hicks
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Jul 6 00:15:04 2011

This archive was generated by hypermail 2.1.8 : Wed Jul 06 2011 - 00:15:04 EEST