Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Wont boot after install. Grub seems to work but....
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
tetris11
n00b
n00b


Joined: 16 Mar 2009
Posts: 51

PostPosted: Mon Mar 16, 2009 8:02 am    Post subject: [SOLVED] Wont boot after install. Grub seems to work but.... Reply with quote

Hi,
I installed Gentoo using the GUI on the live CD, and that went fine without any hitches. I used 3 partitions, 100MB /boot, 600MB /swap, 8GB /, as standard.

However, in order to get the Live CD to boot in the first place I had to bypass the ultrastor module ('gentoo noload=ultrastor'). Again, this installed fine and after installation I was asked the restart. So I did.

Grub starts up, says 'please wait...' and then hangs at a blank screen with '_' at the top.
Whevener I press enter after that stage, it starts to boot gentoo but with ALL the modules, so naturally it gets to 'scanning....ultrastor' and hangs.

Is there some way I can bypass this normally? I can't seem to get Grub to give me any boot options after installation.
Do I press a certain key? F1 has no effect.


Last edited by tetris11 on Thu Mar 26, 2009 9:38 am; edited 1 time in total
Back to top
View user's profile Send private message
sasho23
Apprentice
Apprentice


Joined: 28 Dec 2005
Posts: 186
Location: Pamplona , Spain

PostPosted: Mon Mar 16, 2009 8:44 am    Post subject: Reply with quote

Hi, did you put some splash image in your grub.conf? Something like this:
Quote:
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
Back to top
View user's profile Send private message
tetris11
n00b
n00b


Joined: 16 Mar 2009
Posts: 51

PostPosted: Mon Mar 16, 2009 9:03 am    Post subject: Reply with quote

No, I haven't been able to access any grub configurations.
I'm a complete noob to Linux, so maybe some help on how to edit grub without booting Gentoo first?
I've downloaded the RecoveryCD with all the tools on it, but I'm not entirely sure which partition to mount so I could edit the grub files. Do I mount /boot? or root?
Back to top
View user's profile Send private message
Leon_UK
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2006
Posts: 128
Location: London

PostPosted: Mon Mar 16, 2009 10:16 am    Post subject: Reply with quote

mounting boot of the rescuecd would be enough to edit the grub.conf file
using the handbook's grub.conf as a refrence:

Code:
# Which listing to boot as default. 0 is the first, 1 the second etc.
default 0
# How many seconds to wait before the default listing is booted.
timeout 30
# Nice, fat splash-image to spice things up :)
# Comment out if you don't have a graphics card installed
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title Gentoo Linux 2.6.24-r5
# Partition where the kernel image (or operating system) is located
root (hd0,0)
kernel /boot/kernel-2.6.24-gentoo-r5 root=/dev/sda3


you can add to the kernel line so it looks something like:

Code:
kernel /boot/kernel-2.6.24-gentoo-r5 root=/dev/sda3 noload=ultrastor


Since it sounds like you are not getting the grub menu you would want to double check the line 'splashimage=' as was said previously if the line is there make sure it is uncommented (remove the #) also check that a splash image is present in the directory, so if /boot is mounted to /mnt/gentoo

Code:
ls /mnt/gentoo/grub

and look for splash.xpm.gz

mine looks like this:
Code:
$ ls /mnt/gentoo/grub | grep .xpm.gz
splash.xpm.gz

(I used the grep command to cut out the rest of the files irrelevant to what we was looking for)
_________________
AMD 7750 BE (@3.0ghz) || pci-e 7600GT (@650/800)Nvidia-drivers || 4gb ddr2 || ~amd64(funtoo) ||gentoo-sources-2.6.35-r1
Back to top
View user's profile Send private message
tetris11
n00b
n00b


Joined: 16 Mar 2009
Posts: 51

PostPosted: Mon Mar 16, 2009 11:23 am    Post subject: Reply with quote

thanks, will definately try when I get back home. Keep you posted.
Back to top
View user's profile Send private message
tetris11
n00b
n00b


Joined: 16 Mar 2009
Posts: 51

PostPosted: Tue Mar 17, 2009 11:30 am    Post subject: grub sticky Reply with quote

it just occured to me that my problem might be very similar to one of the grub stickies in the forum.

adding the noload=ultrastor line didn't work. I think grub isnt loading menu.lst. I'm gonna try that now.
Back to top
View user's profile Send private message
Leon_UK
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2006
Posts: 128
Location: London

PostPosted: Tue Mar 17, 2009 11:44 am    Post subject: Reply with quote

If after that the module still gives you problems the other option would be to chroot into your install and blacklist that driver to prevent it from loading at all.

If you need help doing that I will try and post a step by step for you.

also google found this segment:
Quote:
During boot of cd it got stuck on loading ultrastor and took me a while to find this was the on board firewire 1394...disabled from bios got me up into the install.


you may want to try that and see if it lets you boot into your install. If it works you can then blacklist the module and re-enable the firewire from the bios if it is needed

EDIT: another thing, if all modules are getting loaded I'm guessing you are using genkernel, compiling your own would mean the only thing that gets loaded would be things you need
_________________
AMD 7750 BE (@3.0ghz) || pci-e 7600GT (@650/800)Nvidia-drivers || 4gb ddr2 || ~amd64(funtoo) ||gentoo-sources-2.6.35-r1
Back to top
View user's profile Send private message
tetris11
n00b
n00b


Joined: 16 Mar 2009
Posts: 51

PostPosted: Thu Mar 26, 2009 9:30 am    Post subject: [solved] Reply with quote

Yeah, turns out it was splashscreen after all. I think that's like 30 noob points for me.
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