LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   grub problem (https://www.linuxquestions.org/questions/linux-general-1/grub-problem-45652/)

keevitaja 02-16-2003 11:34 AM

grub problem
 
how can i add /dev/hda6 partition to my boot loader grub? it is windows.

markus1982 02-16-2003 11:38 AM

Edit /boot/grub/menu.lst

add


title unstable system (Windows)
root (hd0,5)
chainloader +1
boot

fancypiper 02-16-2003 11:39 AM

Installing a bootloader
Multiboot with GRUB Mini-HOWTO
Linux+Win9x+Grub HOWTO


All times are GMT -5. The time now is 11:34 AM.