LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-15-2010, 03:52 PM   #1
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Rep: Reputation: 1
bootloader, dual-boot with Win7, and large drives?


I just tried to install OpenSUSE 11.3 on sda4 which is approximately the 2nd half of a 1TB drive, with a pre-existing Win7 installation on the 1st half. The installation summary (before it made any changes) told me "The bootloader is installed on a partition that does not lie entirely below 128GB. The system might not boot." Naturally, not keen on having a computer that won't boot, I aborted the installation.

Of course it's not below 128GB -- Windows is there.

Is this a serious problem? Is there a workaround that is straightforward enough for someone who has very limited experience with GNU/Linux and isn't a comp-sci student?
 
Old 08-15-2010, 04:05 PM   #2
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
Yes, this is a serious problem. The Linux kernel only supports up to 1024 cylinders of data on the /boot partition. If the partition is bigger than 1024 cylinders, the computer definitely won't boot.
 
Old 08-15-2010, 04:15 PM   #3
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Original Poster
Rep: Reputation: 1
So basically I'm S.O.L.
 
Old 08-15-2010, 07:14 PM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,499

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
Since you are more familiar with windows, you might go to the neosmart site and download EasyBCD to boot Ubuntu. I haven't tried it on a disk that size but it might work:

http://neosmart.net/dl.php?id=1
 
Old 08-15-2010, 07:38 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by Kenny_Strawn View Post
Yes, this is a serious problem. The Linux kernel only supports up to 1024 cylinders of data on the /boot partition. If the partition is bigger than 1024 cylinders, the computer definitely won't boot.
Rubbish.
The boot loaders used to use a x86 call that had this limitation - because of BIOS limitations. They now check if the extended calls are supported by the BIOS and use that if so. All BIOSs shipped in the last several years support the extended functions.
That warning message sounds like it's to alert you if you have a BIOS that might not handle big disks. Obviously the OP can see the disk, so I'd just ignore the message (it does say "The system might not boot").

Boot loaders are easy to recover anyway, including Win7.
 
Old 08-15-2010, 08:13 PM   #6
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by syg00 View Post
Rubbish.
The boot loaders used to use a x86 call that had this limitation - because of BIOS limitations. They now check if the extended calls are supported by the BIOS and use that if so. All BIOSs shipped in the last several years support the extended functions.
That warning message sounds like it's to alert you if you have a BIOS that might not handle big disks. Obviously the OP can see the disk, so I'd just ignore the message (it does say "The system might not boot").
That's encouraging. It is a new (Dell) system. I've had it since December 2009. I'm guessing since it came with the 1Tb drive, the BIOS must be designed to handle disks that big.

I'll go through openSUSE's website with a fine-toothed comb to see if I can find any information about the warning.
 
Old 08-16-2010, 09:05 AM   #7
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Original Poster
Rep: Reputation: 1
The only thing I found was this: Installing on LARGE disks. But it might as well be written in Mandarin for all I understand it. I'm not even sure it's relevant to my issue.
 
Old 08-16-2010, 09:28 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,499

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
The link you posted refers to arrays of disks over 2TB. Do you have more than one disk? Have you tried installing Opensuse again? You could load the cd and boot from it to a live session and post your partition information here. Open a terminal and login as root, usually by typing "su" or "su -" (without quotes) or you may be able to login as root by simply typing "root" at the prompt. Don't know if a password is used on Opensuse LiveCD, probably "root" if any is asked. Could try just hitting the enter key. To get partition information type: fdisk -l (lower case Letter L) and post the output here.

You should see output with filesystem type, any partition with hpfs,ntfs will be windows so don't install Opensuse to those partitions. You will be asked where you want to install and for other info. You will also be asked about bootloader installation. If you are unsure during any step, it's best to stop. I would also suggest you take notes of steps so that you have some details to post in case of problems.
 
Old 08-17-2010, 05:08 PM   #9
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Original Poster
Rep: Reputation: 1
I do have a 2nd 1Tb drive, which is a recent addition and intended to hold data. I suppose I would be open to installing Linux on that if that would be simpler (or even possible).

I haven't tried installing again, but I will boot from the live-CD again soon and post the partition information as you described.
 
Old 08-17-2010, 09:32 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,976

Rep: Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623Reputation: 3623
syg00 said what I was thinking. If your systems is old then you may have an issue with the 127g limit.
 
Old 08-20-2010, 09:27 PM   #11
benav
Member
 
Registered: Sep 2009
Location: Canada
Distribution: Slackware 14.0
Posts: 36

Original Poster
Rep: Reputation: 1
Quick update on this: I put openSUSE 11.3 on the 2nd hard drive, left win7 on the 1st, dual-boot works perfectly and I didn't even have to edit the menu.lst.

Thanks, everyone, for your input!
 
  


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
[SOLVED] Attempting DUAL BOOT Win7 with Kub 10.04 Bhakta Neal Linux - Newbie 33 07-28-2010 05:39 PM
how to make a win7 and backtrack 4 dual boot? kevinx17910 Linux - Newbie 1 06-08-2010 12:09 AM
Dual Boot Win7 and Mint9 using 2 HDDs Honkeychops Linux - Newbie 14 06-07-2010 04:22 AM
Dual boot with Win7 and ICH10r Raid5 badogg Ubuntu 1 02-01-2010 02:29 PM
adding Fedora 10 to dual boot with Win7? lenny45 Fedora 11 10-19-2009 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

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