LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   lilo/grub not loading (https://www.linuxquestions.org/questions/linux-newbie-8/lilo-grub-not-loading-84458/)

siv 08-22-2003 03:56 AM

lilo/grub not loading
 
i am using a 40gb samsung hdd , since my bios award doesnt recognize the full size ,i installed dynamic drive overlay to get the full. when linux is installed (dual boot) lilo doesnt appear.. only windows menu appears on startup. i am now booting with a flopppy . plz suggest a sol to boot from hdd

leonscape 08-22-2003 04:00 AM

You need to install your bootloader on the MBR on hda usually.

With grub
Boot with floopy, login as root and type
Code:

grub
root (hd3,0)
setup (hd0)
quit

Thats if /boot is the first partition on your disk. if not change (hd3,0) to the correct partition.

Rember Grub counts from 0 not 1 so hdd2 would be (hd3,1).
Logical Volumes start at 4.


All times are GMT -5. The time now is 03:59 AM.