yuvi@yuvi:/boot/.bak$ uname -a
Linux yuvi 2.6.35-32-generic #64-Ubuntu SMP Tue Jan 3 00:47:07 UTC 2012 x86_64 GNU/Linux
to recognize beceem wimax chipset with no luck, well, at least until now, my boot list is now like a scrambled eggs, see this boot.cfg below, count how many entries i've get, now im desperately trying to get rid of it. I've tried moving all the images in /boot and run grub-mkconfig afterwards ... doesnt work.
It took me a while to notice just this line:
set default="0"
in grub.cfg and change it to 2 and by default, it goes directly to my third entries as default.
I know there is much cleaner way to update default entry for boot, but ... to be honest playing around with this is much more fun ;)
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, with Linux 3.2.0-030200-generic' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-3.2.0-030200-generic
}
menuentry 'Ubuntu, with Linux 3.2.0-030200-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-3.2.0-030200-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-32-generic' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-32-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-32-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-32-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-31-generic' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-31-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-31-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-31-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-30-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
....... initrd /boot/initrd.img-2.6.35-30-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
....... initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
...... initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###
Tidak ada komentar:
Posting Komentar