Hi. I'm fixing my sisters laptop, I had a kernel that just wasn't working. So using:
sudo kate /boot/grub/grub.cfg
I commented out the kernel i didn't like by putting ### before it. Now when i boot up, at the grub screen, i just get:
sh:grub>
Any help?
(SOLVED)
sh:grub> linux /boot/vmlinuz-2.6.31-19-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro
sh:grub> initrd /boot/initrd.img-2.6.31-19-generic
sh:grub> boot
sudo kate /boot/grub/grub.cfg
I commented out the kernel i didn't like by putting ### before it. Now when i boot up, at the grub screen, i just get:
sh:grub>
Any help?
(SOLVED)
sh:grub> linux /boot/vmlinuz-2.6.31-19-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro
sh:grub> initrd /boot/initrd.img-2.6.31-19-generic
sh:grub> boot