Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
DISC Error?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Arakon
n00b
n00b


Joined: 01 Jul 2002
Posts: 16

PostPosted: Mon Jul 01, 2002 9:50 pm    Post subject: DISC Error? Reply with quote

I get this error when it tries to boot the GENTOO 1.2 CD

ISOLINUX 1.67 2002-02-03 isolinux: Failed to get sector size, assuming 0000
Isolinux: Disk error 01, drive 9F
Boot failed: press a key to retry


I installed Redhat fine about a month ago. So whats the word from the professionals. Bad CD? Bad Drive? Dumbass User?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 10:12 pm    Post subject: Reply with quote

Hmm... your hardware seems to not like isolinux, the bootloader on the CD. Can you try a different CD-ROM?

Also, this is unlikely, but it is possible your burn is bad.
Back to top
View user's profile Send private message
Arakon
n00b
n00b


Joined: 01 Jul 2002
Posts: 16

PostPosted: Mon Jul 01, 2002 10:26 pm    Post subject: Reply with quote

I got the same error with the 16 MB iso....

So that mean maybe my drive is bad?

guess its time to get ready to do some tar ball'n, eh?
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 10:28 pm    Post subject: Reply with quote

Your CD-ROM may not be bad, it could just be quirky enough so that isolinux won't like it. I'm not sure.
Back to top
View user's profile Send private message
Arakon
n00b
n00b


Joined: 01 Jul 2002
Posts: 16

PostPosted: Mon Jul 01, 2002 10:30 pm    Post subject: Reply with quote

Would it be possible to install from inside another linux distrib.?
As i mentioned earlier in the post, Red Hat is already installed on the box...
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 01, 2002 10:58 pm    Post subject: Reply with quote

Yeah, sure -- boot up RedHat, pop in the CD, mount it, and do this:

Code:
# cd /mnt/cdrom/isolinux
mkdir /boot/gentoo
cp rescue.gz kernel /boot/gentoo


Then add the following to /boot/grub/menu.lst (or /etc/grub.conf, which is a symlink IIRC):
Code:
title=Gentoo Installer
root (hd0,0)                     <-- change to whatever /boot is
kernel /gentoo/kernel devfs=nomount vga=normal load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=22000 root=/dev/ram0
initrd=rescue.gz


That ought to do it. Reboot, select the Gentoo Installer, and proceed as normal. The only thing, though, is be sure to not reformat or repartition /boot, because if you lost power or had to reboot for whatever reason you would be screwed.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum