Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub not loading on a Winchip2A-200 machine
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
albrow
n00b
n00b


Joined: 07 Jun 2002
Posts: 56
Location: United Kingdom

PostPosted: Fri Jun 07, 2002 12:02 pm    Post subject: Grub not loading on a Winchip2A-200 machine Reply with quote

I'm currently trying to build a Winchip2A-200 machine using Gentoo 1.1a. Everything has compiled fine (albeit a bit slowly) but when I reboot I get an Error 2 at Stage 1.5. I've just used the same menu.lst file as in the documentation (without the dual-boot section). Both /dev/hda1 and /dev/hda3 are ext3.

This is my second separate Gentoo install; the other was on a Duron 950 using the Stage-3 tarball, which has been running fine. I'm just a little confused as to why this is happening. I'm not even sure if it is a problem with the menu.lst file, as even commenting out all of the lines comes up with the same message (surely it would just come up with a command line if it couldn't find menu.lst?).

Your thoughts, please.

Alex Brown
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


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

PostPosted: Sat Jun 08, 2002 2:53 am    Post subject: Reply with quote

Check http://www.gnu.org/software/grub/#contact. There are links to the FAQ as well as the bug tracking system. Also, you may consider using another boot loader, such as LILO.
Back to top
View user's profile Send private message
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Sat Jun 08, 2002 3:38 am    Post subject: Reply with quote

Please post here your menu.lst and the output of fdisk -l /dev/hda.
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
Back to top
View user's profile Send private message
albrow
n00b
n00b


Joined: 07 Jun 2002
Posts: 56
Location: United Kingdom

PostPosted: Sat Jun 08, 2002 8:45 am    Post subject: Reply with quote

Delta: I tried LILO just after my first mailing, and all I get is the LI "prompt" (if you can call it a prompt).

FGHellar: Contents of fdisk -l /dev/hda
Code:
   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1        51    102784+  83  Linux
/dev/hda2            52       102    102816   82  Linux swap
/dev/hda3           103       622   1048320   83  Linux


Alex Brown
Back to top
View user's profile Send private message
albrow
n00b
n00b


Joined: 07 Jun 2002
Posts: 56
Location: United Kingdom

PostPosted: Sat Jun 08, 2002 8:53 am    Post subject: Reply with quote

Oh, and menu.lst is:

Code:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,0)
kernel /boot/bzImage root=/dev/hda3
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jun 08, 2002 1:39 pm    Post subject: Reply with quote

Aha! On consultation with one of my housemates (a bit of a LILO guru, or so he says :wink: ) LILO was trying to access hda using LBA. On adding linear and removing lba from lilo.conf, Gentoo booted fine!

Right, now my next question is how do I force GRUB to not use LBA. According to the documentation, GRUB autodetects whether LBA should be used or not, or alternatively one can force it to be switched on (using --force-lba). Does anyone know of a way of forcing it to be switched off?

Alex Brown
Back to top
fghellar
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 856
Location: Porto Alegre, BR

PostPosted: Sat Jun 08, 2002 4:40 pm    Post subject: Reply with quote

Maybe questions 13 and 14 of the Grub FAQ can be of some help to you...
_________________
| www.gentoo.org | www.tldp.org | www.google.com |
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