View previous topic :: View next topic |
Author |
Message |
KaiNeR Tux's lil' helper
Joined: 19 Mar 2004 Posts: 100
|
Posted: Sun Mar 21, 2004 5:59 pm Post subject: n00b, just finished the install and it works !!! |
|
|
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 |
|
|
Selecter Tux's lil' helper
Joined: 12 Jan 2004 Posts: 128 Location: Estonia
|
Posted: Sun Mar 21, 2004 6:24 pm Post subject: Re: n00b, just finished the install and it works !!! |
|
|
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 |
|
|
Hauser l33t
Joined: 27 Dec 2003 Posts: 650 Location: 4-dimensional hyperplane
|
Posted: Sun Mar 21, 2004 6:25 pm Post subject: |
|
|
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 |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sun Mar 21, 2004 6:28 pm Post subject: |
|
|
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 |
|
|
KaiNeR Tux's lil' helper
Joined: 19 Mar 2004 Posts: 100
|
Posted: Sun Mar 21, 2004 6:40 pm Post subject: |
|
|
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 |
|
|
byrnerat101 Tux's lil' helper
Joined: 30 Sep 2003 Posts: 106 Location: upstate, NY
|
Posted: Mon Mar 22, 2004 1:57 pm Post subject: |
|
|
to get a pretty screen at boot look into frame buffer and boot splash |
|
Back to top |
|
|
|