I have been looking at the advice given, but either my case is not explained, or (more probable) I don't understand what to do.
I had to do a full reinstall of Windows 7, and, as this PC is "new" (to me), it seemed quicker to reinstall Kubuntu 9.10 than to start messing about with grub2 in order to get dual boot.
Things went just fine - except one thing:
I now have the good old Grub menu - but with some kernels listed below Windows 7.
Just a little annoying, but I really would like to remove them, making the menu clean and simple.
So: How do I get rid of these menu lines?
Added:
When I try inserting a nice splash, I get this:
The error message is repeated around 20 times, with these lines inserted:
I had to do a full reinstall of Windows 7, and, as this PC is "new" (to me), it seemed quicker to reinstall Kubuntu 9.10 than to start messing about with grub2 in order to get dual boot.
Things went just fine - except one thing:
I now have the good old Grub menu - but with some kernels listed below Windows 7.
Just a little annoying, but I really would like to remove them, making the menu clean and simple.
So: How do I get rid of these menu lines?
Added:
When I try inserting a nice splash, I get this:
Code:
nils@nils-ASUS:~$ sudo grub-mkconfig -o /boot/grub/grub.cfg error: cannot open `/dev/sdf' while attempting to get disk size error: cannot open `/dev/sdf' while attempting to get disk size Generating grub.cfg ... error: cannot open `/dev/sdf' while attempting to get disk size
Code:
Found linux image: /boot/vmlinuz-2.6.31-14-generic Found initrd image: /boot/initrd.img-2.6.31-14-generic
Code:
Found memtest86+ image: /boot/memtest86+.bin Found Windows 7 (loader) on /dev/sda1
Code:
Found Ubuntu 9.10 (9.10) on /dev/sda5
Comment