Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installing probs
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
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Tue Jan 31, 2006 1:38 pm    Post subject: Installing probs Reply with quote

Just thought i had done everything well installed grub and restared the machine got a black screen , put my live cd back in the machine and booted it backup mounted all the folders i have been using again

mount /dev/sda3 /mnt/gentoo

mount -o bind /mnt/gentoo/dev
mount proc -t proc nojne /mnt/gentoo/proc
mount tmpfs - tmpfs /mnt/gentoo/dev/shm
mount none -t tmpfs /mnt/gentoo/tmp

I thgink my grub config is where i am going wrong but im still not sure here is a copy of my grub.conf

default 0
timeout 30
splashimage=(hd0,0) /grub/splash.xpm.gz

#genkernel users
title=Gentoo Linux
root (hd0,0)
kernel /kernel-genkernel-x86-2.6.15-gentoo-r1 root=/dev/ram0 init/linuxrc ramdisk=8129 real_root/dev/sda3 udev
initrd /initramfs-genkernel-x86-2.6.15-gentoo-r1

i had a look at this a all seemed fine compared to my other grub.conf file on my other machine , Is there anything i could be doing wrong i have missed in the installation ? I dont seem to be able to do a grub install anymore either it did work the frist time before i rebooted . Not really sure what has gone wrong but also i get no splash when the machine starts ? thanks any help would be very very helpful
Back to top
View user's profile Send private message
bkunlimited
l33t
l33t


Joined: 18 Jun 2004
Posts: 672

PostPosted: Tue Jan 31, 2006 2:29 pm    Post subject: Reply with quote

in case you don't have a separate /boot partition, change all (hd0,0) statements in your config file to (hd0,2) to match your configuration.
Back to top
View user's profile Send private message
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Tue Jan 31, 2006 2:43 pm    Post subject: Reply with quote

Im just going to try that now i dnt understand what im doing wron i have installed gentoo many times this week and have tried 4 times today im haing toruble with the installer guides thogh i do follow everything but something i find thye do not explaine cleary , I hope this works cheers mate
Back to top
View user's profile Send private message
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Tue Jan 31, 2006 2:48 pm    Post subject: Reply with quote

na that hasent worked , i guess i just keep meessing it up does any one no of an instalation guide thats real simple and easy to follow , i get stuck on things like what i should be mounting and what directorys i should be making.

I fiollw the install steps threw and threw i had it working the first time i ever tried to install the thing and now i cant get it working again . Sorry top blab
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Tue Jan 31, 2006 3:05 pm    Post subject: Reply with quote

If you get nothing but black screen then try disabling framebuffer.
Back to top
View user's profile Send private message
nataniel
n00b
n00b


Joined: 01 Aug 2005
Posts: 25
Location: Poland

PostPosted: Tue Jan 31, 2006 3:12 pm    Post subject: Reply with quote

bkunlimited told you that you haven't separate /boot partition or you've forgotten to mount it. So you have to use other conf of hdx,x -- apropriate to your partition.
_________________
Just dunno...
Back to top
View user's profile Send private message
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Tue Jan 31, 2006 3:12 pm    Post subject: Reply with quote

Hey man yeh i have no idea of how to do that , but im gona try a fresh install once more if i cnat do that there is deffo something wrong that im doing i have installed a server with appache on fine i dont understand why im having problems , When i go intsall gentoo could any 1 possibly tell me what directorys i need to make and mount

and what needs to go in my fstab file i think this is where im having my problems


im using 3partitions

hda 1 boot and im having this ext2
hda2 swap
hda3 reiserfs this is the main system

and when i do install-grub what would i need to add the black screen with just grub on it

grub>

is thetre anything else peopel could give me some tips on as i seem to be messing something
Back to top
View user's profile Send private message
nataniel
n00b
n00b


Joined: 01 Aug 2005
Posts: 25
Location: Poland

PostPosted: Tue Jan 31, 2006 3:14 pm    Post subject: Reply with quote

Have you mounted /dev/hda1 on /mnt/gentoo/boot??
_________________
Just dunno...
Back to top
View user's profile Send private message
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Tue Jan 31, 2006 3:19 pm    Post subject: Reply with quote

nope im going to try this quickly before i try a reinstall

so when i mounnt


mount /dev/sda3 /mnt/gentoo

should i do the boot 1 to ?

aslo if this does work what else do i need to add to make my intsallation work ? [/list]
Back to top
View user's profile Send private message
wmakowski
n00b
n00b


Joined: 27 Jan 2006
Posts: 33
Location: Ohio, USA

PostPosted: Wed Feb 01, 2006 5:45 am    Post subject: Reply with quote

Your boot should be mounted to /mnt/gentoo/boot.
Code:
mount /dev/sda1 /mnt/gentoo/boot

Earlier you were talking about directories to create. The only one that needs to be created is /mnt/gentoo/boot. This is done before mounting /dev/sda1. Essentially you are creating a mount point for your boot partition.

A few other questions popped up while reading your post. In one reply you talk about hda1, hda2, and hda3. In your first post there is an = sign missing between real_root and /dev/sda3. There also appears to be a space between (hd0,0) and /boot/splash.xpm.gz that should not be there. Were these just a slip on the keyboard? If not, we have some other issues.

Bill
Back to top
View user's profile Send private message
gentoobobby
Apprentice
Apprentice


Joined: 17 Jan 2006
Posts: 293

PostPosted: Wed Feb 01, 2006 8:44 am    Post subject: Reply with quote

Yeh that was a slip of the keyboard sorry i have everythin working except my boot splash which i guess isnt a slipof the keyboard , but now i have some grpahic erroe while booting into gruub
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