LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-23-2001, 08:17 PM   #1
Cheetahsloth
LQ Newbie
 
Registered: Apr 2001
Location: Raleigh, NC
Posts: 4

Rep: Reputation: 0

Okay, I'm completely new to this but here goes. I have a 20GB HDD (ATA66) that I want both RH 7.0 and 98SE running on. I shrank the original partition to 13 GB (this already has 98SE on it) and created 2 partitions for Linux ( / and a swap partition) with Disk Druid (booted off a CD). All seemed to go well with the install itself (installed Lilo to the MBR), but at the end of the whole nine yards I briefly see a message complaining about the HDD size being greater than 1024 cylinders. Upon rebooting the machine, it just loads straight into 98 as if I had never installed Linux. Am I correct in thinking that I should receive some sort of dual boot option? I've tried to reinstall several times all with the same effect. It simply doesn't recognize Linux's existence. I'm sure this is some simple oversight, but any help would be appreciated. Thanks.
 
Old 04-23-2001, 08:49 PM   #2
homer
Member
 
Registered: Mar 2001
Posts: 41

Rep: Reputation: 15
I remember reading where you need to install your boot secter below the 1024 cylinder mark.
 
Old 04-24-2001, 03:41 PM   #3
Cheetahsloth
LQ Newbie
 
Registered: Apr 2001
Location: Raleigh, NC
Posts: 4

Original Poster
Rep: Reputation: 0
I understood this to be a problem with older versions of lilo, but could be wrong. Does this mean I cannot install RH 7 without killing my 13 GB Win98 partition?
 
Old 04-24-2001, 05:28 PM   #4
Cheetahsloth
LQ Newbie
 
Registered: Apr 2001
Location: Raleigh, NC
Posts: 4

Original Poster
Rep: Reputation: 0
Ok, I read another post that made a comment to the effect that there may be a newer version of lilo that actually will boot up Linux if it's installed on a drive past the 1024 cylinder limit. Is it possible to use this newer version of lilo? If so, where would I find something of this nature and how would I go about incorporating it into my current install?
 
Old 04-24-2001, 07:31 PM   #5
billsabub
Member
 
Registered: Feb 2001
Posts: 109

Rep: Reputation: 15
The newer versions of LILO will let you boot past the 1024 cylinder limit. See:

http://freshmeat.net/projects/lilo/?highlight=lilo
(this is also where you can get the latest copy)

http://sdb.suse.de/sdb/en/html/new_lilo.html
(has a good explanation, even though you are running RH7)

In your lilo.conf file you need to put the argument "lba32" (without quotations) prior to your boot images.

You'll likely have to boot off of your boot floppy to download and install the latest LILO as well as making changes to your lilo.conf file. Remember to rerun lilo prior to rebooting.

HTH.
 
Old 05-02-2001, 12:19 PM   #6
johnnyd
LQ Newbie
 
Registered: Apr 2001
Posts: 17

Rep: Reputation: 0
When in disk druid, try creating a small /boot partition (100MB)and install LILO there. Use the rest of the partition for /root and <SWAP>. See if that works, it worked for me.
 
Old 05-03-2001, 03:12 AM   #7
Saptech
Member
 
Registered: Nov 2000
Location: Third Stone from the Sun
Distribution: Mageia 7, Devuan & Void Linux
Posts: 172

Rep: Reputation: 40
Johnnyd is correct, you stated you put Lilo on the MBR which you should not have. Put Lilo on the Linux boot section.
 
Old 05-03-2001, 05:31 PM   #8
Vectinn
LQ Newbie
 
Registered: Apr 2001
Posts: 5

Rep: Reputation: 0
Instead of druid, I used boot magic from partition magic to bring up the boot option.

As the above suggestions mentioned, I personally think that putting LILO into the boot sector of the linux native partition is better than putting into MBR; unless u want to use LILO as a boot option menu to choose linux and win98.

besides, RH7 already supports /boot section beyond 1024 cylinders, and remember to put lba32 in the lilo.conf as well; and remember to run "lilo" (without quote) to see whether the updated lilo.conf works.

It looks like to me that either LILO wasn't configured properly in the MBR (or even not in the MBR), or you have to somehow use some other program (dos fdisk or linux fdisk maybe?) other than boot magic to set the linux native partition to be active (instead of the win98 partition) to see if ur linux parition really works and can be booted.

Good Luck and have fun.


 
Old 05-07-2001, 02:35 AM   #9
souvik
LQ Newbie
 
Registered: Apr 2001
Location: Calcutta, India
Posts: 16

Rep: Reputation: 0
My problem is same..

Actually I have faced similar problem. I have a 20 gb hard disk.
I have partitioned it as 14000 mb for win98 and kept rest for linux. I have done this through a dos bootable floppy.
Now afetr doing that I have succesfully installed win98 on 14000 mb
But the problem is that when I have tried to install linux and choosing fdisk or disk druid and tring to create a /boot partition for linux it is saying
" Unallocated partition reaso is " Boot partition too big" "
If I don't choose /boot it thrughs same error on / partition.
So uptill now I am now unable to install linux.
I have seen the warning that magic number 1024 in case of no of cylinder.
What to do I don't know?
Will all these problem will be removed if I choose rh 7.1 ?
I have no chance to install lilo bacause I have not yet got linux installed.
I want lilo to place in /mbr so that I boot my machine with lilo.
If anybody can.............
 
Old 05-07-2001, 08:26 AM   #10
johnnyd
LQ Newbie
 
Registered: Apr 2001
Posts: 17

Rep: Reputation: 0
Help for souvik

souvik,

when you get to the disk druid section of the linux 7.1 install, take the partition you saved for Linux and make about a 64MB boot partition (/boot) about a 128 MB <SWAP> partition, and put the rest on / that's what I did and I had no problems installing and getting it up a running. Put LILO on the /boot partition and use some second party software to boot from a DOS MBR to LILO. I have NT 4, 98 and RedHat on one 20 GB hard drive working fairly harmoneuosly.
 
Old 05-08-2001, 01:31 AM   #11
souvik
LQ Newbie
 
Registered: Apr 2001
Location: Calcutta, India
Posts: 16

Rep: Reputation: 0
Difference RH 6.2 & 7.1 ????

I got that warning "Boot partition too big" even if I have given /boot 1 MB.
But I have tried with
Will all these be removed by using RedHat Linux 7.1
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot RH7.3/WinXP jwarner Linux - Software 3 10-17-2004 09:32 AM
!!URGENT!! Need help, about to attempt a dual boot installation!!! Ausar Linux - Newbie 3 10-03-2004 07:17 PM
Dual boot setup attempt thwarted by Partition Magic(?) astrostuart Linux - Hardware 8 07-28-2003 12:13 PM
XP/RH7.3 dual boot to grub> awdoyle Linux - Software 8 09-11-2002 05:04 AM
Win2K/RH7.1 Dual, RH won't boot from boot disk after install marktaff Linux - Software 4 08-24-2001 05:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:46 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration