LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 10-12-2005, 02:06 PM   #1
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Rep: Reputation: 0
install problem, fallen at the first hurdle


i have bought a new pc, and a brand new sata 2 hard drive. I kept the old hard drive which had a previous installation of suse 9.2 on it, which dual booted with a seperate windows hard drive (which was sold with my old pc).

so now i want to scrap what is on the old drive, and put a different distribution on so it can dual boot with my new sata 2 ntfs drive.
So i went to download fedora core 4 and debian 3.1, burned them on a cd then made the choice.

when i tried installing fedora, after the keyboard/language selection screen, i recieved an error saying "hdd input/output error".
Not sure what to do about this i set about deleting the partitions on the old hard drive to give it a fresh start.

The second time i try to install fedora, it passes the language screen and lets me set the whole thing up, packages n all, but when it comes to actually install the system i get the same input/output error.
So then i tried to install debian, which again returns the input/output error when actually trying to write files to the disk.

i've no idea whats causing this or how to fix it so i can get one of these distros on (preferably fedora).
when i installed suse 9.2 using my old hardware, the installation was a breeze.
could it be the old data on the disk, my new hardware or something else?

my pc is amd64 3500, gigabyte GA-K8N nforce 4 ultra-9 motherboard
1 gig ram, sata 2 250gb hard drive for windows
80 gb maxtor ide hard drive for linux
radeon x800
please give me some guidance!
thanks
 
Old 10-12-2005, 03:04 PM   #2
jmr71769
Member
 
Registered: Jun 2003
Location: East Coast, USA
Distribution: Gentoo, Debian, Slack, FreeBSD
Posts: 82

Rep: Reputation: 15
Re: install problem, fallen at the first hurdle

Quote:
Originally posted by ill_c
i have bought a new pc, and a brand new sata 2 hard drive. I kept the old hard drive which had a previous installation of suse 9.2 on it, which dual booted with a seperate windows hard drive (which was sold with my old pc).

so now i want to scrap what is on the old drive, and put a different distribution on so it can dual boot with my new sata 2 ntfs drive.
So i went to download fedora core 4 and debian 3.1, burned them on a cd then made the choice.

when i tried installing fedora, after the keyboard/language selection screen, i recieved an error saying "hdd input/output error".
Not sure what to do about this i set about deleting the partitions on the old hard drive to give it a fresh start.

The second time i try to install fedora, it passes the language screen and lets me set the whole thing up, packages n all, but when it comes to actually install the system i get the same input/output error.
So then i tried to install debian, which again returns the input/output error when actually trying to write files to the disk.

i've no idea whats causing this or how to fix it so i can get one of these distros on (preferably fedora).
when i installed suse 9.2 using my old hardware, the installation was a breeze.
could it be the old data on the disk, my new hardware or something else?

my pc is amd64 3500, gigabyte GA-K8N nforce 4 ultra-9 motherboard
1 gig ram, sata 2 250gb hard drive for windows
80 gb maxtor ide hard drive for linux
radeon x800
please give me some guidance!
thanks
Sounds like your system is conflicting with the two hard drives. Are they jumpered/cabled properly?
 
Old 10-23-2005, 01:44 PM   #3
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
ok, i swapped the ide cables of the dvd drive and the 80gb second hard drive.
This seemed to work and it installed fedora 4 perfectly.
I Now have a fully working installation...... with one really annoying side effect:
when setting up the grub boot loader in the installation, it detected the windows installation on my sata drive and called it 'other'.
I renamed this to 'Windows xp64' and set windows as the defualt to load up. However when grub appears it lists both operating systems, and fedora boots ok, but windows fails to boot!
i shall post the error message shortly after i reboot and have a look......
 
Old 10-23-2005, 01:54 PM   #4
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
after selecting windows xp (i have xp 64 installed) the following appears:

booting Windows xp 64

rootnoverify (hd1,0)
chainloader +1



then the screen just hangs on this.
During the installation it listed the sata drive (windows installation) as sd1/sd5, and the ide drive as hd1/hd0.
is it looking in the wrong place for the windows installation?
i could really use your help to fix this problem
thanks
 
Old 10-23-2005, 02:22 PM   #5
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
Post your /boot/grub/grub.conf file.
 
Old 10-23-2005, 02:24 PM   #6
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
This is the grub configuration file:-

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hdb
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core 64 (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title Windows XP 64
rootnoverify (hd1,0)
chainloader +1


This is the device map:-
# this device map was generated by anaconda
(fd0) /dev/fd0
(hd0) /dev/hdb
(hd1) /dev/sda

please help me boot the windows installation!
 
Old 10-23-2005, 02:28 PM   #7
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
Try editing the following part in the way I have shown.


Code:
title Windows XP 64
rootnoverify (hd1,0)
makeactive
chainloader +1
Try to see if it works.
 
Old 10-23-2005, 03:20 PM   #8
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
unfortunatley that didn't work.... it appears with the extra makeactive line but just hangs like before.
any suggestions?
 
Old 10-26-2005, 02:35 AM   #9
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
I have seen similar issues with Grub not being able to boot to Windows XP, when you have some updates installed on the Windows XP installation.


Try this to see if it works.

Replace the line

rootnoverify (hd1,0)

with

root (hd1,0)
 
Old 10-27-2005, 02:23 PM   #10
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
i fixed the grub config file with the following and the dual boot setup works perfectly!!! it took some searching but found somethin in the end!
title Windows XP 64
map hd (0) (1)
map hd (1) (0)
rootnoverify (hd1,0)
chainloader +1
 
Old 10-27-2005, 02:25 PM   #11
ill_c
LQ Newbie
 
Registered: Oct 2005
Location: manchester
Posts: 15

Original Poster
Rep: Reputation: 0
actually it should have read:

title Windows XP 64
map hd (0) (1)
map hd (1) (0)
rootnoverify (hd1,0)
makeactive
chainloader +1
 
Old 10-28-2005, 01:19 AM   #12
duffmckagan
Senior Member
 
Registered: Feb 2005
Distribution: Cent OS 6.4
Posts: 1,163

Rep: Reputation: 49
>map hd (0) (1)
map hd (1) (0)
rootnoverify (hd1,0)
makeactive
chainloader +1




Good one.
 
  


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
Slackcessful install-after a hurdle redbeansnrice Slackware - Installation 2 06-26-2005 10:36 AM
Help: Its fallen and it can't get up (HD errors) gmartin Slackware 4 01-13-2005 09:43 PM
HELP!!! I"ve fallen into lunix and can't get out jbeezy Linux - Newbie 16 11-06-2003 04:05 AM
RH 7.2 cdrom has fallen and cant get up! h3li0s Linux - General 11 03-21-2002 08:35 AM
Help Me I've fallen and can't get up! elizabetheanera Linux - Software 9 06-22-2001 11:30 AM

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

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