[01:59] Anyone know how I'd go about configuring /etc/grub.d/ so that -rt kernels are chosen as the default if present? [02:10] hey funkh [02:11] funkyHat: * [02:11] Hi ⡈) [02:11] you got grub2 right? [02:13] Yeah [02:13] by the way, i never heard from anybody using lash yet :/ [02:13] ubottu: grub2 [02:13] GRUB2 is the default Ubuntu boot manager in Karmic. For more information and troubleshooting on GRUB2 please refer to https://wiki.ubuntu.com/Grub2 [02:13] do you see grub funkyHat? [02:13] or is it hidden? [02:14] I've already changed the settings so I can see it [02:14] OK [02:14] Well, I've put it on a hidden 3 second timeout [02:14] So I can press esc. and it'll appear [02:15] its all about that /etc/default/grub fil [02:15] e [02:15] The problem with setting GRUB_DEFAULT in /etc/default/grub is every time a new kernel is installed that will change [02:16] yeah [02:16] i usually just deal [02:16] and either reset the default [02:16] or get rid of an older kernel [02:16] i like to keep them around though just in case [02:17] makes me feel safer [02:17] Mm, I'm looking at /etc/grub.d/ to see if those scripts can be modified to give -rt kernels a higher priority [02:17] in grub2 AFAIK [02:17] you shouldnt mess with /etc/grub.d [02:18] you just set the default on in /etc/default/grub [02:18] No, that's /boot/grub/grub.cfg [02:18] OH [02:18] ok [02:18] Messing with /etc/grub.d is fine as long as you know what you're doing [02:18] well, ive only done it that way [02:18] Which I don't ;D [02:19] yeah, i was going to say, because im still learning too :) [02:31] funkyHat: how about getting rid of the generic kernel? [02:31] sudo apt-get autoremove linux-generic or something like that [02:31] holstein: I'd thought of that, but rather not [02:32] yeah, its good to keep a non RT around [02:32] I'd like to have it there as a fallback if there are issues with the -rt kernel I haven't disovered yet [02:35] holstein: I've thought of a solution. It means the -rt kernels will be listed twice in the menu [02:35] Actually I guess I could make it so that they aren't [02:41] holstein: cd /etc/grub.d/ && sudo cp 10_linux 09_linux-rt && sudo sed -i 's:vmlinu[xz]-\*:vmlinu[xz]-*rt:' 09_linux-rt && sudo update-grub [02:49] skillz funkyHat :) [02:49] hehe === amstan_ is now known as amstan [03:02] http://funkyhat.org/2010/01/19/putting-rt-kernels-first-in-grub2/ === eviljuss101 is now known as eviljussi01