|
grub enteries are different.
here's a grub entry....
default=0
timeout=10
title Linux
root (hd0,0)
kernel /boot/bzImage kernel_options
initrd /boot/initrdimage (if you have an initrd)
title Windows
rootnoverify (hd1,0)
chainloader +1
obviously change the partitonns and paths to match your own.
|