Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub error...please help!
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
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 8:16 pm    Post subject: Grub error...please help! Reply with quote

I am able to run the kernel but after the first page of text the screen freezes and I get fuzzy blocks everywhere. Nothing further happens after this.
I've tried looking at my grub.conf file using the cat command but all I'm getting this time is question marks with fragmented text. I think my grub.conf file looks something like this but I can't be sure, there may be typos.
Code:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12-r6
root (hd0,0)
kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3 video=vesafb:mtrr,ywrap,1024x768-32@85


Can anyone help?


Last edited by krazykate on Mon Oct 03, 2005 9:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Oct 03, 2005 8:37 pm    Post subject: Reply with quote

Try removing the "splashimage" line, and the "video=blah..." stuff.
Back to top
View user's profile Send private message
Marctraider
Guru
Guru


Joined: 24 Dec 2003
Posts: 387

PostPosted: Mon Oct 03, 2005 8:42 pm    Post subject: Reply with quote

Mhh this is no error in grub.conf, at least not really.

You are saying that the screen gets fuzzy and blocks and stuff, and freezes?
This would suggest a video problem :lol:

Try vga=ask and it will ask what vga video mode you want, try 0 or something and then see what it does.
_________________
MOBO: Maximus II Gene
RAM: DDR2 OCZ 4GB
CPU: E6400 Conroe
GPU: HD2600XT
SATA: 3x 250GB.
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 8:46 pm    Post subject: Reply with quote

i've tried with various framebuffer options but i've had no luck. exactly the same error everytime. if i remove the framebuffer option i get
Code:
Error 27: Unrecognised command


and i can't get at the grub.conf file (afaik) i can only edit the kernel line

actually i'm getting the above error only now


okay tried it again, and without the framebuffer options the system still hangs

putting in vga=ask has no effect the system hangs after the first few lines after "uncompressing...blah blah"
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Oct 03, 2005 9:06 pm    Post subject: Reply with quote

Boot using a CD, mount your hard drive partition, and edit grub's menu.lst as I mentioned. That should stop the attempt at eye-candy which is just achieving the dubious result of driving your video card nuts.
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 9:20 pm    Post subject: Reply with quote

No change.
the splash screen does actually work okay when i start up. its after i select my kernel to boot that the screen dies ..looks sort of like a matrix piccy only black and white(sorry for thebad example :oops:)
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Oct 03, 2005 9:26 pm    Post subject: Reply with quote

Hmm, does your grub config look exactly like this:
Code:
default 0
timeout 30
#splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12-r6
root (hd0,0)
kernel /boot/kernel-2.6.12-gentoo-r6 root=/dev/hda3
#video=vesafb:mtrr,ywrap,1024x768-32@85

You will notice that I have commented out (with hashes) the lines which are likely to turn your PC into an episode of The Matrix.

You need to get your PC booting successfully, before messing around with the eye-candy stuff.
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 9:30 pm    Post subject: Reply with quote

aye i hashed out the lines as you suggested and i still got the same error after the pretty splash image had disappeared to the black and white dialog saying that the computer is booting such and such kernel and uncompressing linux...
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Oct 03, 2005 9:41 pm    Post subject: Reply with quote

Something's not right. How would grub show a splashimage, if you've commented out the "splashimage" line? It shows the kernel list in text mode by default.

I can only suggest that you boot from the CD again, and double-check the contents of your grub config.

It sounds like the real problem is the "video=blah..." stuff in the kernel line, which I assume must still be present.

Does your video card go nuts as it's booting into xorg, or doesn't the bootup process get that far? It sounds like it doesn't get that far.
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 9:44 pm    Post subject: Reply with quote

no no no thats not what i meant. when that line wasn't commented out the splash image showed up fine. with it commented out i got theboring black and white screen

yea, when i get some more free time i shall re-install for the nth time :D I WILL get gentoo working
Back to top
View user's profile Send private message
PaulBredbury
Watchman
Watchman


Joined: 14 Jul 2005
Posts: 7310

PostPosted: Mon Oct 03, 2005 9:51 pm    Post subject: Reply with quote

OK. When you reinstall, do not select the bootup eye-candy. That can be set up later (if you really, really can't live without it...), but it's far more important that you have a system that works. The "video=" gubbins might be a red herring, hiding an ACPI kernel panic, for instance.
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Mon Oct 03, 2005 9:52 pm    Post subject: Reply with quote

Cheers for your help :)
Back to top
View user's profile Send private message
krazykate
n00b
n00b


Joined: 24 Jul 2005
Posts: 9
Location: Leicester, UK

PostPosted: Fri Oct 07, 2005 8:17 pm    Post subject: Reply with quote

okay, i've completly re-installed gentoo...and guess what?!

exactly the same problem :( i double checked everything this time as well.....anyone got ANY ideas please :)
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