I have installed ubuntu 11.10 with Wubi (windows installer) and when i boot my computer it gives me the option of windows 7 home premium and Ubuntu. I want to change the name of Ubuntu to Windows 7 Recovery Module. Any ideas?
Asked
Active
Viewed 3,942 times
3 Answers
2
I don't think this belongs on Ask Ubuntu as the bootloader being used actually belongs to Windows. You'd need Windows technical advice to do this.
Caesium
- 16,207
- 4
- 42
- 48
0
You can find the text you want to change in /boot/grub/grub.cfg but be sure you read the instruction contained at the top of that file when you open it.
you have to open it as sudo/root, so you have to do something like:
in a terminal
sudo nano /boot/grub/grub.cfg
or after ALT+F2 digit
gksudo gedit /boot/grub/grub.cfg
Micro
- 2,178
- 15
- 10
0
Wubi uses the windows boot loader. There is a tutorial here that might work. But googling you need to find out about the windows boot loader
cosmorogers
- 657
- 4
- 5