I used to have 2 options, Default, and Fail-Safe. I intsaled Hypervisor, and did not end up using it. Now I have like 5 options. How do I get it back to the way it was before?
11.1-i586, KDE
I used to have 2 options, Default, and Fail-Safe. I intsaled Hypervisor, and did not end up using it. Now I have like 5 options. How do I get it back to the way it was before?
11.1-i586, KDE
If you deleted whatever you installed
just edit
/boot/grub/menu.lst
and delete the entries you don’t need
from a terminal
kdesu kwrite /boot/grub/menu.lst
Sorry, but im clueless still. I am so new!
Can yu possibly give me a step by step on how you edit?
It’s almost certainly a bad idea editing menu.lst without guidance if you’re very new.
I would suggest running a terminal (aka konsole in KDE - you’ll find it in the menu), then typing
cat /boot/grub/menu.lst
and pasting the result here and getting some advice.
If you do choose to edit do this to create a backup first
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.bak
You know how to open a terminal?
Start - System - Terminal - Terminal (konsole)
copy and paste this
In the file that opens you should be able to edit from what you see
save
close
Thats great, thank you.