I'm actually having problems to boot back to my windows XP after setting the Ubuntu as default.I was using Ubuntu Startup Manager to change the default boot and also Windows XP setting on startup selection
At first I was following this thread How do I set Windows to boot as the default in the boot loader? but when i try to use the code
administrator@ubuntu:~$ fgrep menuentry /boot/grub/grub.cfg
menuentry "Ubuntu (on /dev/sda1)" --class windows --class os {
menuentry 'Ubuntu, with Linux 3.0.0-13-generic' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Ubuntu, with Linux 3.0.0-13-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
Also I have been using this
administrator@ubuntu:~$ sudo update-grub
[sudo] password for administrator:
Generating grub.cfg ...
Found Ubuntu on /dev/sda1
Found linux image: /boot/vmlinuz-3.0.0-13-generic
Found initrd image: /boot/initrd.img-3.0.0-13-generic
Found linux image: /boot/vmlinuz-3.0.0-12-generic
Found initrd image: /boot/initrd.img-3.0.0-12-generic
done
it seems that my windows XP is not in the list. And of course there is no XP in Startup Manager. So how can I back to Windows XP then?? I am really an absolute beginner on Ubuntu. Thanks! (and sorry if I didn't post this correctly. Please teach me how :p )