Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wont boot into grub for first time, scsi problem?
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
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Thu May 02, 2002 3:58 pm    Post subject: wont boot into grub for first time, scsi problem? Reply with quote

I am new to scsi as well as gentoo, but this AM I finished installing everything, I thought I followed the GRUB explanation exactly but upon reboot it come sto a prompt that says "grub" and thats it. I can't type anything only do a manual reboot. I was wondering id (hd0,0) needs to be something different on scsi drive?
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
Guest






PostPosted: Thu May 02, 2002 5:12 pm    Post subject: Reply with quote

My experience have showed that if you have one or more IDE drives in your computer, those are placed before any scsi drives. For example, my computer has 2 IDE drives and one SCSI drive, I want to boot on the SCSI drive. When I install grub I have to name my SCSI drive hd2 since the IDE drives are hd0 and hd1.
Back to top
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Thu May 02, 2002 5:29 pm    Post subject: Reply with quote

well i disabled my ide hard drives after that grub problem and still nothing.

the commands i used told it to write to hd0,0 but I still have my original grub loader on my ide drives.

how can I get back to the point I was (almost done) to try and fix things?
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
AutoBot
l33t
l33t


Joined: 22 Apr 2002
Posts: 968
Location: Usually Out

PostPosted: Thu May 02, 2002 8:49 pm    Post subject: Reply with quote

Boot from the gentoo disk and mount your partitions, then edit your GRUB file to suit your needs and reboot.
_________________
This message self destructed a long time ago.
Back to top
View user's profile Send private message
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Thu May 02, 2002 10:02 pm    Post subject: Reply with quote

any ideas on what to tell grub exactly?
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Sat May 04, 2002 9:32 pm    Post subject: Reply with quote

got IT!!

i disconnected my ide drives so scsi was the only one!!, now I downloading X and kde!!
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
jlenski
n00b
n00b


Joined: 24 Apr 2002
Posts: 2
Location: Tennessee

PostPosted: Fri May 10, 2002 3:49 am    Post subject: Reply with quote

I have the same problem but so far have not found a satisfactory solution. I have an IDE CD-ROM drive in my system and two SCSI drives (no IDE hard drives). All went fairly well during the install but it hangs at reboot showing GRUB on the bottom of the screen. For the moment, my workaround has been to build a grub boot floppy, copy all the files from /boot/grub and the bzImage to the floppy. Of course, I had to edit menu.lst to point to the new file locations, but in the end it worked. (BTW, Linux Step-by-Step is a big help http://www.linux-sxs.org)

Any ideas on why GRUB hangs? It sure would be nice (and faster) to boot from the hard drive. :?
Back to top
View user's profile Send private message
jlenski
n00b
n00b


Joined: 24 Apr 2002
Posts: 2
Location: Tennessee

PostPosted: Fri May 10, 2002 9:06 pm    Post subject: Reply with quote

Well I have it figured out now. I read most of the GRUB manual but didn't get into the FAQ. Having gone over the manual several times I finally found the following:

GRUB hangs up when accessing my SCSI disk.
Check if you have turned on the support for INT 13 extension (LBA). If so, disable the support and see if GRUB can now access your SCSI disk. This will make it clear that your SCSI BIOS sucks. For now, we know the following doesn't provide working LBA mode:

Adaptec AIC-7880

Now that INT 13 extensions are off, GRUB boots just fine. :)
Back to top
View user's profile Send private message
tsuru
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2002
Posts: 99
Location: Nashville, Tennessee, USA

PostPosted: Fri May 10, 2002 10:37 pm    Post subject: Reply with quote

well I went a load of trouble getting a dual boot gentoo working with a SCSI drive being the first drive I want to boot off of so I will post the device.map and menu.lst file that I have hopefully it will shed much light on the problem... I am using and Adaptec controller myself and didn't have to change the INT 13 deal

/boot/grub/device.map -- needed because even though I select SCSI as my first boot device in the BIOS, GRUB doesn't see it... so it's time to do some brute force :)
Code:

(hd0)  /dev/sda
(hd1)  /dev/hda


/boot/grub/menu.lst
Code:

default 1
timeout 20
splashimage (hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux ( 2.4.19 )
root (hd0,0)
kernel /boot/kernel-2.4.19 root=/dev/sda3

title Windows 2000
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1

title Experimental Kernel
root (hd0,0)
kernel /boot/kernel-test root=/dev/sda3


the win2k drive remapping was what took the longest to get straight... but I think that the device.map is the main solution to your prob. hope that helps
Back to top
View user's profile Send private message
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Sat May 11, 2002 3:07 am    Post subject: Reply with quote

interesting!, I never knew about the device.map function, this should be in the documentation. :lol:
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
Psychephylax
n00b
n00b


Joined: 10 May 2002
Posts: 44
Location: Smithtown, NY

PostPosted: Sat May 11, 2002 4:07 am    Post subject: Reply with quote

To set up ssh just
Code:
emerge openssh

This will install your SSH and to have it start up every time just do rc-
Code:
update add sshd default

_________________
Stupidity, like hydrogen, is one of the basic building blocks of the Universe.
Back to top
View user's profile Send private message
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Sat May 11, 2002 4:13 am    Post subject: Reply with quote

ummm what does this have to do with the topic?:oops:

but a good tip!
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
Back to top
View user's profile Send private message
Psychephylax
n00b
n00b


Joined: 10 May 2002
Posts: 44
Location: Smithtown, NY

PostPosted: Sat May 11, 2002 4:23 am    Post subject: Reply with quote

Nothing :)

But I looked at your sig and figured I might save you a thread in the future since ssh was on the list of things for you to do... Plus, I need sleep 8O
_________________
Stupidity, like hydrogen, is one of the basic building blocks of the Universe.
Back to top
View user's profile Send private message
McVeigh
Tux's lil' helper
Tux's lil' helper


Joined: 24 Apr 2002
Posts: 102
Location: Florida

PostPosted: Sat May 11, 2002 1:11 pm    Post subject: Reply with quote

thanks!

actually I had ssh installed I just had problems getting passwordless authentiaction againsta redhat system, but I finally got figureed out.
_________________
Take Care,

Seth

left to do:
USB printer
qmail
squirelmail
php
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