Currently i have GRUB2 with Ubuntu 9.10 installed, including 2 other O/S. I have an entry for an o/s in my grub.cfg:
menuentry "My OS" {
insmod ntfs
rootnoverify (hd0,6)
makeactive
chainloader +1
}
However, when i run this, it says that the makeactive command does not exist. Ive already tried some things like 'active' and 'make active', but all give me the same error.
What is the makeactive command in Grub2?