LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 10-28-2001, 08:26 AM   #1
Vlackmar
LQ Newbie
 
Registered: Mar 2001
Location: Austin TX
Distribution: Red Hat Linux
Posts: 23

Rep: Reputation: 15
Question Linux + Windows


I have Red Hat linux 7.1 installed on my system for quite a while, and I want to install Windows Millenium in order to play games that I cannot seem to get to work with Wine: StarCraft, WarCraft II, Diablo II in particular. here is the process I used to go about this:

- use Disk Druid on the RH install cd to make the /boot, /, and swap partitions for the linux part of the disk, leaving 10 GB free for...
- the windows partition, which I made using dos's fdisk.
- I went back to Disk Druid to check that all my partitions were in order (becuase of course dos cannot see ext2 partitions), and they were, except for the mount points which were erase for some reason. oh well.
- go back to windows cd and install it. it works as well as windows can, really trying its best.
- install RH linux. I must redefine the mount points... I guess those dont get written to the partition table.
- in the installation, after the formatting of the drive (which for some reason I must go through again, even after I only defined mount points and nothing else) I get the following error:

An error occured while installing the bootloader:
Warning: device 0x0303 exceeds 1024 cylinder limit.

- it tells me that I must make a boot disk or I will not be able to boot into linux... but I havent gotten my floppy drive working yet , and since I'm too lazy to do it now, I disregaurd the error and try to load linux anyway. it works
- BUT windows will not work. When attempting to boot into Windows, I get the following error:

Loading windows
Error 0x40

Linux works; Windows doesnt.

has anyone gotten RH + WinME to work successfully? I'm really tired of having a computer that I may have to reformat at any time!

Last edited by Vlackmar; 10-28-2001 at 08:32 AM.
 
Old 10-28-2001, 08:42 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
the 1024 error means you're trying to set up the bootloader to access the /boot partition loacted after the 1024th cylinder, which is not allowed on rh < 7.2. only md8+ or rh72 can currently do that i think. proabbly suse7.3 too.

your primary partition needs to be less that 8.4gb in order to install easily. if you insisit on keeping 10gb in one lump, then you'll need a newer distro, or find a decent alternative boot loader. you could also install without lilo, and then upgrade to lilo 21.7 or greater once you're goign.
 
Old 10-28-2001, 09:01 AM   #3
Vlackmar
LQ Newbie
 
Registered: Mar 2001
Location: Austin TX
Distribution: Red Hat Linux
Posts: 23

Original Poster
Rep: Reputation: 15
but I have had RH linux alone on the disk for quite a while, with just /boot, /, and swap partitions, where the / partition was about 28 gb. why didnt it give me an error then?
 
Old 10-28-2001, 09:06 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
cos /boot always goes before / on the hard drive

28gigs at / ?
...Not exactly a wise setup.
 
Old 10-28-2001, 08:00 PM   #5
Vlackmar
LQ Newbie
 
Registered: Mar 2001
Location: Austin TX
Distribution: Red Hat Linux
Posts: 23

Original Poster
Rep: Reputation: 15
but I *always* put /boot before /... even on my unseccessful win + lin installs

why is it unwise to have a big / dir?
 
Old 10-29-2001, 01:30 AM   #6
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
0x40 Seek failure. This might be a media problem. Try booting again. This is what the error message means.

What some people do when they have large hard drives, is to create a small partition at the begining of the hard drive and designate it as /boot. Then they create a partition for windows. Next, they create partitions for linux. This arrangement is supposed to eliminate the 1024 cylinder problem for older versions of lilo. You might want to check the windows entry in /etc/lilo.conf to make sure it's correct. It usually looks something like this:

other=/dev/hdxy
label=windows
table=/dev/hdx
 
Old 10-29-2001, 08:43 AM   #7
Vlackmar
LQ Newbie
 
Registered: Mar 2001
Location: Austin TX
Distribution: Red Hat Linux
Posts: 23

Original Poster
Rep: Reputation: 15
yeah.... that's what I did...

no my lilo.conf does not look like that. it looks like this:

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/message
linear
default=linux

image=/boot/vmlinuz-2.4.2-2
label=linux
read-only
root=/dev/hda6

other=/dev/hda3
optional
label=windows

my lilo version is 21.4-4, im about to go look for a newer version
 
Old 10-29-2001, 08:56 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
once you get a newer versino, you should replace 'linear' with 'lba32'
 
  


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
Solution Dual Boot Windows & Linux [ALL DONE IN WINDOWS] No Linux terminology DSargeant Linux - Newbie 35 02-07-2006 03:29 PM
Solution Dual Boot Windows & Linux [ALL DONE IN WINDOWS] No Linux terminology DSargeant Linux - Newbie 4 11-10-2005 11:37 AM
Vnc only works linux to windows not windows to linux mbdayton Linux - Networking 2 04-16-2005 06:36 PM
Red Hat Linux 9 + Windows Server 2003 + Windows XP + Fedora in same domain wolfy339 Linux - Networking 5 03-02-2005 06:03 AM
Samba - Linux box can see Windows, but WIndows can't see Linux Korff Linux - Networking 1 06-02-2003 10:23 AM

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

All times are GMT -5. The time now is 04:33 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