grub or Lilo install

Reply

Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

grub or Lilo install

 
0
  #1
Nov 1st, 2003
Hello,
Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub at mbs. Now I can't access Linux. I also lost my boot floppy. Is there anyway to install any sort of fork that will allow me to chose between win2k and Linux from the windows side? I don't want to reinstall Linux because some of the drivers I used were very hard to find and it required a whole lot of tweaking afterwards.
Thank you in advance,
Ilya
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

Re: grub or Lilo install

 
0
  #2
Nov 1st, 2003
so any ideas?
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 4
Reputation: Dynam1cz is an unknown quantity at this point 
Solved Threads: 0
Dynam1cz Dynam1cz is offline Offline
Newbie Poster

Re: grub or Lilo install

 
0
  #3
Nov 2nd, 2003
My only thoughts are to edit your BOOT.ini file and change the links to each operating system.
I might be able to extend my answer but I would need more information.
Reply With Quote Quick reply to this message  
Join Date: Feb 2003
Posts: 282
Reputation: Roberdin will become famous soon enough Roberdin will become famous soon enough 
Solved Threads: 6
Team Colleague
Roberdin Roberdin is offline Offline
Supreme Evil Overlord

Re: grub or Lilo install

 
0
  #4
Nov 2nd, 2003
Can't u simply make the Linux Partition Active?

DON'T try this unless u have a win2k boot disk. I'm suddenly seeing images of blue screens fileld with crap.
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

Re: grub or Lilo install

 
0
  #5
Nov 2nd, 2003
what information do you need? how do I edite boot.ini. I don't really use computers for much but programming and gaming so my knowledge of OS's and stuff is somewhat limmited.
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

Re: grub or Lilo install

 
0
  #6
Nov 2nd, 2003
how do I edit boot.ini? where is it?
Reply With Quote Quick reply to this message  
Join Date: May 2003
Posts: 865
Reputation: TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough TallCool1 is a jewel in the rough 
Solved Threads: 43
Team Colleague
TallCool1's Avatar
TallCool1 TallCool1 is offline Offline
Practically a Posting Shark

Re: grub or Lilo install

 
0
  #7
Nov 3rd, 2003
Originally Posted by Valmian
Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub at mbs. Now I can't access Linux. I also lost my boot floppy. Is there anyway to install any sort of fork that will allow me to chose between win2k and Linux from the windows side? I don't want to reinstall Linux because some of the drivers I used were very hard to find and it required a whole lot of tweaking afterwards.
How are your partitions organized?

The way I solved a similar problem in my system was to use GAGBoot http://GAG.SourceForge.net
It can be installed to a floppy or to the HD. I use it on a floppy because my Windows 120 GB HD has a special MBR so Win98 can recognize it. With the floppy in, it goes to the second 80 GB Linux drive. Without the floppy, Windows. It's not actually booting from the floppy; GAG simply points to the Linux boot record--it's almost instantaneous. This might be a good stopgap until you figure out a more permanent fix.

GAG lets you boot up to nine OSes from a graphical interface...
Last edited by TallCool1; Nov 3rd, 2003 at 1:12 am.
-- Michael Rudas
How To Ask Questions The Smart Way (article by Eric Raymond).
Dealing with Malware
My Articles page.
My Best-of-Breed Free Software for Windows list
Other Windows- & Microsoft-related links
The Audio Tech's Page
My blog
The Oak Park Computer Club
PenguiCon 4.0 Open Source & Science Fiction convention, April 21-23, 2006.
Knoppix Linux (CD-bootable) download. information, & support.
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

Re: grub or Lilo install

 
0
  #8
Nov 3rd, 2003
How are your partitions organized?

The way I solved a similar problem in my system was to use GAGBoot http://GAG.SourceForge.net
It can be installed to a floppy or to the HD. I use it on a floppy because my Windows 120 GB HD has a special MBR so Win98 can recognize it. With the floppy in, it goes to the second 80 GB Linux drive. Without the floppy, Windows. It's not actually booting from the floppy; GAG simply points to the Linux boot record--it's almost instantaneous. This might be a good stopgap until you figure out a more permanent fix.

GAG lets you boot up to nine OSes from a graphical interface...
Thank you,
That is exactly what I am going to do since the moment I'l be able to access my Linux I'll use grub install command and install GRUB at my MBS.
Thank you again,
Ilya
Reply With Quote Quick reply to this message  
Join Date: Sep 2003
Posts: 81
Reputation: Valmian is an unknown quantity at this point 
Solved Threads: 0
Valmian Valmian is offline Offline
Junior Poster in Training

Re: grub or Lilo install

 
0
  #9
Nov 5th, 2003
Originally Posted by TallCool1
How are your partitions organized?

The way I solved a similar problem in my system was to use GAGBoot http://GAG.SourceForge.net
It can be installed to a floppy or to the HD. I use it on a floppy because my Windows 120 GB HD has a special MBR so Win98 can recognize it. With the floppy in, it goes to the second 80 GB Linux drive. Without the floppy, Windows. It's not actually booting from the floppy; GAG simply points to the Linux boot record--it's almost instantaneous. This might be a good stopgap until you figure out a more permanent fix.

GAG lets you boot up to nine OSes from a graphical interface...
I tried it but it only recognizes EXT2 file system. I have 3 ext3 (swap, etc..).
Ilya
Reply With Quote Quick reply to this message  
Join Date: Aug 2003
Posts: 117
Reputation: subtronic is an unknown quantity at this point 
Solved Threads: 1
subtronic's Avatar
subtronic subtronic is offline Offline
Junior Poster

Re: grub or Lilo install

 
1
  #10
Nov 5th, 2003
Get rid of Win2k
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the *nix Software Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC