Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: ForceSphere on 11 February 2003, 07:44

Title: GRUB w/ 2nd HD
Post by: ForceSphere on 11 February 2003, 07:44
I have my basic Linux based HDD as my Master, my slave is a Windows based HDD, when i start GRUB does not show Windows 98 as a boot option, how do i change this?? thanks
Title: GRUB w/ 2nd HD
Post by: rtgwbmsr on 11 February 2003, 08:08
KDE has a GRUB config somewhere I think...you can have it look or manually enter it there.

Edit: One more thing
Here's how to configure LILO (the other bootloader)
http://www.belg88.com/faqman/index.php?op=view&t=45 (http://www.belg88.com/faqman/index.php?op=view&t=45)
GRUB and LILO are very similar, so that should help you out.

[ February 10, 2003: Message edited by: The Muffin Man ]

Title: GRUB w/ 2nd HD
Post by: DC on 12 February 2003, 23:38
quote:
Originally posted by The Muffin Man:
GRUB and LILO are very similar, so that should help you out.


Err no, they certainly aren't. I knew how to tweak LILO, but that did not help me with GRUB.

Anyway, be root and open /boot/grub.conf (if the file isn't there, check where your grub.conf is).

The following worked for me:

Code: [Select]
The default should be on 0 (or whatever you want to start first - the first entry is 0, the second 1 ed). Timeout should be on 10 or so - it's in seconds. Splashimage and passwords should not be changed. The Linux entry should not be changed (assuming it works correctly).

Seeing your info, the windows setting should be the same as here. I take it you have Windows on the first partition on the drive.

If that doesn't work, you can either ask, or type 'info grub' - Grub's info pages are quite helpful with the details to fill in and on what the fields mean.