LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation
User Name
Password
Fedora - Installation This forum is for the discussion of installation issues with Fedora.

Notices


Reply
  Search this Thread
Old 05-02-2005, 06:14 AM   #1
Aphex_Twin2
Member
 
Registered: May 2005
Posts: 54

Rep: Reputation: 15
Fedora Core 3 refuses to install


Whoever said Linux has become "user friendly" must probably be an all time Linux geek who cannot place himself in the shoes of a new user. I have thus downloaded about 5 gb of Linux text software and two full operating systems.

My issue is with Fedora Core 3. It seems it does not want to install to my system. The installation CDs checked out in the self-test and so there should be no problems with those.

What is my problem... the installation keeps popping up a window labeled "BUG" telling me that a code assertion has been activated.

I have two hard drives partitioned in the following way:
1. 80 gb split evenly in two FAT 32 partitions, the home Windows 98 and Windows 2000 respectively.
2. 40 gb split as such: 10 gb reserved for a future Linux partition, 30 gb FAT32 for extra media content (music, movies, etc.)

At boot the user is prompted between starting Windows 2000 or Windows 98. It is in effect a Windows 2000 boot sector that also allows you to use Windows 98.

Now, from what I could tell, the assertion failure had something to do with the number of heads on the hard drives.


Upon the installation failure Fedora did allow me to record the state of the system at that time, which I have attached to this...



As a secondary question... If I have since then installed another Linux, with which I had been utterly dissapointed (Unbuntu), I want to remove it from my system and reserve the 10 gb off the second hard drive for a new linux. The problem is that Unbuntu already modified my MRB: it prompts me to chose between Unbuntu and Windows 2000(*). I want to return to my old Windows 2000 boot sequence and start over. How do I do that?


(*)Windows 2000 in turn prompts me between Windows 2000 itself or Windows 98.
 
Old 05-02-2005, 06:18 AM   #2
Aphex_Twin2
Member
 
Registered: May 2005
Posts: 54

Original Poster
Rep: Reputation: 15
Here is the system status report that Fedora produced, along with the errors and bugs encountered.

http://aphextwin.goldeye.info/anacdump.txt

Tell me if you can get the file.
 
Old 05-02-2005, 10:55 AM   #3
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
Boot using your Win2K installation CD, select “repair” and run “fixmbr” from the recovery console to get windows to boot directly.

Since you are having so much trouble with the free versions of linux, why don’t you buy a version that comes with installation support, like RHEL4 or SuSE 9.3.

BTW, your problem with FC3 is easy to fix. If you had just searched this forum for the answer, instead of venting about you problems, you would be up and running.
 
Old 05-02-2005, 11:08 AM   #4
Aphex_Twin2
Member
 
Registered: May 2005
Posts: 54

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by WhatsHisName
BTW, your problem with FC3 is easy to fix. If you had just searched this forum for the answer, instead of venting about you problems, you would be up and running. [/B]
Thank you. If I might impose a little further... can you direct me to the thread that reveals the fix. I don't have a clue WHAT to search for.

I'm sorry for the rude behaviour.


Edit: Buying is out of my league currently. Not only are internet transactions difficult to do from a backwater country, they are often as expensive as Windows XP (which would partially defeat the purpose). Besides, I don't want to remain an idiot in reguards to Linux.

Last edited by Aphex_Twin2; 05-02-2005 at 11:27 AM.
 
Old 05-02-2005, 10:45 PM   #5
rakslice
LQ Newbie
 
Registered: Jul 2004
Posts: 3

Rep: Reputation: 0
Putting back the stock MBR:
And if you don't have a Win2k CD handy or its repair console doesn't work for you, you can do the same thing by booting win98 command prompt only (press F8 at its "Starting Windows 98..." or boot it from the cd/boot disk) and do FDISK /MBR

Mind if I ask what disappointed you about Ubuntu? I'm a fan of Debian (the non-corporate-managed distro that Ubuntu is based on), and I've been meaning to try out Ubuntu, but haven't gotten around to it...
 
Old 05-03-2005, 07:22 AM   #6
Aphex_Twin2
Member
 
Registered: May 2005
Posts: 54

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by rakslice
Mind if I ask what disappointed you about Ubuntu? I'm a fan of Debian (the non-corporate-managed distro that Ubuntu is based on), and I've been meaning to try out Ubuntu, but haven't gotten around to it... [/B]
It doesn't come packed with mp3 or mpeg support and it doesn't have a C compiler. Though this should be no problem for an experienced Linux user.
 
Old 05-23-2005, 12:26 PM   #7
dierwolf2
LQ Newbie
 
Registered: May 2005
Location: texas
Distribution: knoppix, and trying fedora
Posts: 1

Rep: Reputation: 0
possible reason your computer thinks its dual booting still

ok in your windows directory c: or whatever click tools>folder options, scroll down to where it says hide operating system files, uncheck the box, windows will prompt saying if u really want to do this, then click apply, you may have to do this to show hidden files also,

then back in your root directory, you will see a file that says boot.ini faded because its hidden yet visable, right click on it>properties, uncheck the box that says read only.
open boot.ini with wordpad
BEFORE ANY CHANGES SAVE IT AS boot2.ini JUST IN CASE IT LOCKS THE SYSTEM
its a slim chance it would lock your computer but its still there

Now there may be a line that says
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
leave that one alone
if you see a line after or before that that says, or close to it
multi(0)disk(1)rdisk(1)partition(1)\WINNT="linux distro "

then delete that line

another way u can get to boot.ini and save changes is
start>run cmd
in the dos prompt type c:
then type attrib boot.ini -s -r -h
which means attributes minus Hidden minus Read only and minus system file
use a + in place of the - to change it back
then back in your root directory click on boot.ini and wordpad should open up


however u must change this back to hidden and read only after you modify it
peace good luck and hope this helped

oh and fdisk/mbr for windows 9x and fixmbr for 2k and above has nothing to do with dual boot options
just got comptia a+ certified, not an expert but im still good

EDIT---sorry just got told by a friend that lilo and grub do change the master boot record...mbr, so boot.ini will most likely NOT be the problem, HEY at least I'm an idiot that corrects himself

Last edited by dierwolf2; 05-24-2005 at 11:18 AM.
 
  


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
Fedora Core 4 refuses to make grub work adamb10 Fedora 1 06-14-2005 06:23 AM
Install FEdora Core 3 over Fedorda Core 2 loninappleton Fedora - Installation 5 04-16-2005 03:17 PM
If i install Fedora Core 2, can i just update to Core 3 from internet? FocusedWolf Fedora 12 02-07-2005 01:03 PM
pctel hsp 56 in fedora core 1 refuses to work intercodes Linux - Networking 1 10-25-2004 01:06 PM
Cannot install fedora core 1 or core 2: Initial setup crashes: "Unable to mount root" ovelasco Linux - Newbie 10 07-15-2004 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora > Fedora - Installation

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