Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
n00b, just finished the install and it works !!!
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
KaiNeR
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2004
Posts: 100

PostPosted: Sun Mar 21, 2004 5:59 pm    Post subject: n00b, just finished the install and it works !!! Reply with quote

I have just Finished my first install of gentoo, i used the pentium 4 portage snapshot (i think it was stage 3),
my only problem is that when i first boot up, i see the pretty gentoo dual boot screen which i created in grub :-) (incase i decide to dual boot later)
When i select to boot the Gentoo OS it seems to start booting but then stops and asks me to specify a partition to boot from so i type in
/dev/hda1
naturally as this is my boot partition
boot = /dev/hda1
root = /dev/hda3
swap = /dev/hda2

after i type /dev/hda1 it boots ok, but i want it to just boot without any user help :-)

here is a copy of my grub.conf
default 0
timeout 30
splashimage=(hd0,0)/grub/splash.xpm.gz

title=Gentoo Linux 2.6.3
root (hd0,0)
kernel /kernel-2.6.3 root=/dev/hda3
initrd /initrd-2.6.3

# Only in case you want to dual-boot
title=Windows XP
root (hd0,5)
chainloader +1
Back to top
View user's profile Send private message
Selecter
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jan 2004
Posts: 128
Location: Estonia

PostPosted: Sun Mar 21, 2004 6:24 pm    Post subject: Re: n00b, just finished the install and it works !!! Reply with quote

KaiNeR wrote:

title=Gentoo Linux 2.6.3
root (hd0,0)
kernel /kernel-2.6.3 root=/dev/hda3
initrd /initrd-2.6.3


title=Gentoo Linux 2.6.3
root (hd0,0)
#Might help
kernel /kernel-2.6.3 root=/dev/hda3 real_root=/dev/hda1
initrd /initrd-2.6.3
Back to top
View user's profile Send private message
Hauser
l33t
l33t


Joined: 27 Dec 2003
Posts: 650
Location: 4-dimensional hyperplane

PostPosted: Sun Mar 21, 2004 6:25 pm    Post subject: Reply with quote

Try this, see if it works:

title=Gentoo Linux 2.6.3
root (hd0,0)
kernel /kernel-2.6.3 root=/dev/hda3
#initrd /initrd-2.6.3

Or this:

title=Gentoo Linux 2.6.3
root (hd0,0)
kernel /kernel-2.6.3 root=/dev/ram0 init=/linuxrc real_root=/dev/hda3
initrd /initrd-2.6.3
_________________
AMD Athlon XP 2600+; 512M RAM;
nVidia FX5700LE; Hitachi 120Gb
2.6.9-nitro4, reiser4, linux26-headers+nptl

Do I like to compile everything?
Positive definite!
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54387
Location: 56N 3W

PostPosted: Sun Mar 21, 2004 6:28 pm    Post subject: Reply with quote

KaiNeR,

In your /boot/grub/grub/conf try changing
Code:

kernel /kernel-2.6.3 root=/dev/hda3
initrd /initrd-2.6.3

to
Code:
kernel (hd0,0)/kernel-2.6.3 root=/dev/hda3
initrd (hd0,0)/initrd-2.6.3


See if that helps. I think grub was looking in /
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
KaiNeR
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2004
Posts: 100

PostPosted: Sun Mar 21, 2004 6:40 pm    Post subject: Reply with quote

cheers Selecter that worked a treat, i was woundering i can now see all the boot info on the screen during boot (hardware and services being started) how do i get the Gentoo splash screen to load as an alternative ?
thanks
Back to top
View user's profile Send private message
byrnerat101
Tux's lil' helper
Tux's lil' helper


Joined: 30 Sep 2003
Posts: 106
Location: upstate, NY

PostPosted: Mon Mar 22, 2004 1:57 pm    Post subject: Reply with quote

to get a pretty screen at boot look into frame buffer and boot splash
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