LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-03-2003, 02:11 AM   #1
maoinchina
LQ Newbie
 
Registered: Sep 2003
Posts: 10

Rep: Reputation: 0
boot.img not booting...


I'm trying (repeatedly) to boot red hat 8.0 from my HD from the boot.img in the dosutils dir. using rawwritewin.

I have no real idea what I am doing...but there is an error after it starts whizzing around: system hault.

Then everyhting stops. Restart and try again, same story. I have used a different source for the boot.img file (i thought it might be something to do with that) but to no avail.

Aghhhh. I've been trying to install linux for a week now. My workmates think that this is hilarious; with a smug "i told you so" look on thier face. Am I mad? I think not, therefore I will continue to try and install this on the machine untill it kills me.

Thanks.
 
Old 10-03-2003, 03:55 PM   #2
clacour
Member
 
Registered: Sep 2003
Location: Dallas, Tx, USA
Distribution: Red Hat, Gentoo, Libranet
Posts: 98

Rep: Reputation: 16
I'm not quite sure I understand what you're doing.

The bootimg in dosutils is designed to be put on a floppy, for those cases where you can't boot directly from the CD. (If you haven't tried it, just put the Red Hat CD in and reboot. Won't work on older machines, but it's always worth a try.)

We'll really need the output that says what the problem is to help much further.

Hope this helps,

CHL
 
Old 10-03-2003, 09:29 PM   #3
maoinchina
LQ Newbie
 
Registered: Sep 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Sorry if it's a little unclear..here the coup:

I want to get red hat 8.0 (dual boot with XP - already on C) on the machine, the red hat copy is on my C: drive. I got the rawwinwrite dosutil and made the boot.img file needed to get it running, as I cannot run it from a CD.

I change the bios to boot from floppy 1st. Reboot...

Press enter to start red hat install in graphical mode.

Loading vmlinuz.......

Loading initrd.img....

(New screen)

Uncompressing linux...

crc error

-- system halted --

After this, I cannot do anythng, the machine is stuck, I restart, change bios back again and use the the machine.

??
 
Old 10-04-2003, 03:02 AM   #4
ikinad
LQ Newbie
 
Registered: Sep 2003
Location: australia
Distribution: mandrake/gnome
Posts: 18

Rep: Reputation: 0
crc algorithms thats binary checksum, it sounds like your image binaries are corrupted . try making a new boot floppy.
 
Old 10-04-2003, 05:20 AM   #5
maoinchina
LQ Newbie
 
Registered: Sep 2003
Posts: 10

Original Poster
Rep: Reputation: 0
Cool, i'll try another download and copy another copy.....
 
Old 10-04-2003, 06:11 AM   #6
maoinchina
LQ Newbie
 
Registered: Sep 2003
Posts: 10

Original Poster
Rep: Reputation: 0
OK, great stuff, I am one step closer to getting it on....I have redone the floppy and it's rolling.

The disk is asking for the disk partition and directory that the image files are on. I am assuming that this means the file names "images" (duh!). What do I put in the box? I am unsure as I don't recognise the following:

/dev/hda 1
/dev/hda5
/dev/hda6

What does this refer to? I fig' that hda1 is the "c:" drive partition...I want linux on the "e" which is empty...do I need the images on "e" if I am to dual boot linux from there???
 
Old 10-05-2003, 12:53 AM   #7
clacour
Member
 
Registered: Sep 2003
Location: Dallas, Tx, USA
Distribution: Red Hat, Gentoo, Libranet
Posts: 98

Rep: Reputation: 16
Quote:
The disk is asking for the disk partition and directory that the image files are on.
I don't recognize that question, exactly. (It's been a few years since I booted with a floppy with any regularity.)

I can only think of two things it might be asking for.

One would be a SCSI driver disk, which it should only ask for if you told it you had SCSI devices. The answer in that case would be /dev/fd0, but unless you made a separate floppy with SCSI drivers on it, that won't do you much good. (And if it's trying to write something, rather than read it, it might wipe out your boot floppy if it's still in the drive.)

The only other thing I can think of where there would be "images" is on the CD, but it ought to go look for those itself.

Hmmm, did it ask you where you wanted to install from and you said "hard disk" by any chance? Change that to CD-ROM and it should go find things on the CD.


Quote:
What do I put in the box? I am unsure as I don't recognise the following:

/dev/hda1
/dev/hda5
/dev/hda6

What does this refer to? I fig' that hda1 is the "c:" drive partition...I want linux on the "e" which is empty...do I need the images on "e" if I am to dual boot linux from there???
Ok, brief tutorial on how Linux refers to disks, partitions and such.

For a standard PC (no SCSI or other oddball stuff), the disk drives (and CD drives) are laid out like so:

/dev/hda -- master drive, primary controller
/dev/hdb -- slave drive, primary controller
/dev/hdc -- master drive, secondary controller
/dev/hdd -- slave drive, secondary controller

A common scenario is that your hard drive is the master on the primary controller (which means it's hda), and the CD-ROM drive is the master drive on the secondary controller (hdc).

Partitions are very straightforward in small numbers:

1st one is 1
2nd one is 2
3rd, 3
4th, 4

Life gets complicated a little when you use an extended partition (which you are, because it made references to hda5 and hda6).

When you use an extended partition, one of the primary partititions get used to make the extended one, and then all the partitions get numbered one-up from then on, but starting from 5, not from 1.

So you probably have something that looks like this:

/dev/hda1 -- C drive to Windows
/dev/hda2 -- Extended partition
/dev/hda5 -- D drive to Windows
/dev/hda6 -- E drive to Windows


One other thing to get straightened out: Linux can use empty space on a drive (space that's not in any partition). It cannot use space that "belongs" to Windows.

When you say "drive E: is empty", you really mean drive E: (also know as partition 6, here) is allocated to Windows, and Windows isn't using it for anything.

You're going to have to delete that partition in order to give Linux room to put its partition(s).

The install stuff will give you the option of doing that, but if in doubt, double and triple-check things. If you accidently blow away your Windows installation, it's likely to sour you on Linux for years. With a little luck all of your partitions are different sizes and no matter which "world" you're in, you can be confident which one is which.

If this isn't enough to get you past all your problems, feel free to ask more, but please give us as much info as possible: the exact text of questions it's asking you, what step of the install you're in, and what you chose/answered/did in previous steps, that kind of stuff.

Good luck,

CHL
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why use boot.img tacoshell Fedora - Installation 1 10-06-2004 04:45 PM
slackware boot img andox Slackware 5 09-28-2004 07:52 PM
Putting network.img on a CF card and booting from it? jordan0 Mandriva 0 03-30-2004 03:53 PM
.img burner or way to boot from a .img American Psycho Linux - Software 4 03-24-2004 06:40 AM
Knoppix boot.img andyb Linux - Distributions 2 03-27-2003 04:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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