Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
boot errors after grub (unsolved)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
gentoonoob25
n00b
n00b


Joined: 29 Nov 2005
Posts: 41

PostPosted: Thu Dec 08, 2005 2:26 am    Post subject: boot errors after grub (unsolved) Reply with quote

after i boot into grub i select my gentoo kernel and boot into that after i select it gentoo boots and after like 2 minutes the screen just goes blank

im using grub and the configuration is:
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.14-gentoo-r2 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /boot/initramfs-genkernel-x86-2.6.14-gentoo-r12

i have an ATI x800 XL graphics card
i dont know how to fix this problem


Last edited by gentoonoob25 on Sat Dec 10, 2005 9:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Dec 08, 2005 3:46 am    Post subject: Reply with quote

Your boot partiton is hda1?
You dont need /boot, only (hd0,0)/grub/splash.xpm.gz, etc :)

You want to use, this config :)
Code:
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.14-gentoo-r2 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev
initrd /initramfs-genkernel-x86-2.6.14-gentoo-r12

_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
gentoonoob25
n00b
n00b


Joined: 29 Nov 2005
Posts: 41

PostPosted: Thu Dec 08, 2005 9:41 pm    Post subject: Reply with quote

i did that and it didnt fix the problem i still get the blank screen after i select gentoo in grub i dont know how to fix this
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Dec 08, 2005 10:42 pm    Post subject: Reply with quote

gentoonoob25 wrote:
i did that and it didnt fix the problem i still get the blank screen after i select gentoo in grub i dont know how to fix this


The blank screen sounds truly like it cant find the splash? when it goes to a blank screen, press enter and it might boot up, just cant find the splash.

try commenting out the splashimage line, to see if this is the case.

Code:
# splashimage=(hd0,0)/grub/splash.xpm.gz

_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
gentoonoob25
n00b
n00b


Joined: 29 Nov 2005
Posts: 41

PostPosted: Fri Dec 09, 2005 12:07 am    Post subject: Reply with quote

sorry maybe i didnt explain this right:


my computer after i boot i select gentoo and it boots into gentoo and the screen goes blank i dont think it has anything to do with grub

im out of the bootloader at the time the screen goes blank
im were gentoo boots its modules or what it does

i do get that purple screen but after gentoo boots i cant see anything
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Fri Dec 09, 2005 12:31 am    Post subject: Reply with quote

gentoonoob25 wrote:
sorry maybe i didnt explain this right:


my computer after i boot i select gentoo and it boots into gentoo and the screen goes blank i dont think it has anything to do with grub

im out of the bootloader at the time the screen goes blank
im were gentoo boots its modules or what it does

i do get that purple screen but after gentoo boots i cant see anything


oh ok, I thought a bootloader problem - anyway, genkernel right?

did you configure it to use any form of splash to boot? if so you may need the 'vga=791' line, and if you specified a gensplash, e.g. livecd-2005.1, you need the splash=silent,theme:livecd-2005.1 quiet CONSOLE=/dev/tty1 lines, I have little experience with genkernel, except I use it for my kernel on the LiveCD because it makes a more compatible initrd.

Look over your kernel configuration, make sure all appropriate filesystems are selected, and make sure that in device drivers > graphics support, anything that needs to be configured, is.

Again, it might be some simple thing with genkernel, but my experience with that is minimal
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
gentoonoob25
n00b
n00b


Joined: 29 Nov 2005
Posts: 41

PostPosted: Fri Dec 09, 2005 4:46 am    Post subject: Reply with quote

I dont know how to do that if you could go through a step by step on how to do this that would be appericated
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things 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