Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
First boot problems!
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
Tattooeddude
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2003
Posts: 78

PostPosted: Mon Sep 08, 2003 11:05 pm    Post subject: First boot problems! Reply with quote

Hi!
Just finished installing Gentoo- then rebooted and got this

Black and white screen if press return I get this

booting "my example gentoo Linux genkernel

root hd0,0
file system type is extfs
partition type is 0*83
Error 1: file name must be either an sbsolue pathname or block list

press any key to continue. THat's it

Any ideas?
Back to top
View user's profile Send private message
Dillinger
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 226
Location: Huntington Beach, Ca

PostPosted: Mon Sep 08, 2003 11:14 pm    Post subject: Reply with quote

I just looked at your other post again, I think you might have gotten the kernel version number wrong. Instead of kernel (hd0,0)/boot/kernel-1.4 try kernel (hd0,0)/boot/kernel-2.4, same with the initrd. I don't use genkernel, but I think if you're unsure of the number you can boot with the live cd and look in /usr/src, there should be a genkernel directory with the kernel version number.
Back to top
View user's profile Send private message
Tattooeddude
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2003
Posts: 78

PostPosted: Mon Sep 08, 2003 11:54 pm    Post subject: Reply with quote

Hi!
THanks for the replies :D I think you could be right -ti could be the wrong kernel version. I booted from the Gentoo Live cd, the went back to code listing 23.2

When I got to codel listing 23.4
and did nano- w /boot/grub/grub.conf there was nothing there. WHen I typed in
Code:
Default 0
Timeout 30
Splashimage=(hd0,0) /boot/grub/spash.xpm.gz

Title=My example Gentoo Linux (Genkernel)
Root (hd0,0)
Kernel (hd0,0) /boot/kernel1.4 root=/dev/hda1
Initrd (hd0,0) /boot/initrd-1.4

and tried to save it- it keeps saying read only.
Back to top
View user's profile Send private message
corrs_fan
Tux's lil' helper
Tux's lil' helper


Joined: 16 Sep 2002
Posts: 78
Location: Giffnock, East Renfrewshire

PostPosted: Tue Sep 09, 2003 12:25 am    Post subject: Reply with quote

can you mount your boot partition :

Code:

mount /boot


and then do the following

Code:

cd /boot
mkdir test (or whatever)
ls -l


if you cannot see a dir called test, then your /boot is mounted as read-only. you need to go & edit your /etc/fstab file & change your mount options for this partition. (something im not to up on, but you dont really want it mounted -ro or something resembling that. If you need help just search the forums :)

if you do see the test folder , then check the permissions on the /boot/grub/grub.conf (using ls -l) you want to see at lest one w in the far left hand permission thing, and the oiwner as root, (you are root at this point, right...) (whoami)

HTH
_________________
Some say "The glass is half empty",
I usually say "Eh, There was a Glass.."
Back to top
View user's profile Send private message
Tattooeddude
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2003
Posts: 78

PostPosted: Tue Sep 09, 2003 12:45 am    Post subject: Reply with quote

Hi
THanks
Back to top
View user's profile Send private message
Dillinger
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 226
Location: Huntington Beach, Ca

PostPosted: Tue Sep 09, 2003 12:48 am    Post subject: Reply with quote

He can't just mount /boot, that wont do anything. He needs to mount /dev/hd?? /mnt/gentoo then mount /dev/hd?? /mnt/gentoo/boot in order to access his / and /boot partition from the liveCD.
Back to top
View user's profile Send private message
Tattooeddude
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2003
Posts: 78

PostPosted: Tue Sep 09, 2003 1:01 am    Post subject: Reply with quote

I'm thinking about doing the install again( I enjoyed it :D ) I don't think I'm far way for getting it! This time I'm going to try lilo
A couple of questions

1) Do I have to do this for my graphic card? it's a Geforce 2MX
code:
Video_card="Geforce 2MX" emerge xfree-drm? It's at code listing 16.7.
I missed that out.

2) In code listing 23.6 config /etc/lilo
what this be right?
code:
nano -w /etc/lilo.conf
Back to top
View user's profile Send private message
Dillinger
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 226
Location: Huntington Beach, Ca

PostPosted: Tue Sep 09, 2003 1:22 am    Post subject: Reply with quote

I would advise against using LILO. GRUB is far more practical, and far easier to set up. And don't give up on your current install! You've gotten this far, you just need the correct kernel number. I think it may be Kernel-2.4.20-gentoo-r5, this is taken from a thread in another forum I was helping someone in.
Back to top
View user's profile Send private message
Tattooeddude
Tux's lil' helper
Tux's lil' helper


Joined: 29 Aug 2003
Posts: 78

PostPosted: Tue Sep 09, 2003 1:30 am    Post subject: Reply with quote

Hi!
I'm really enjoying installing Gentoo as well as learning so much :D
I think I will try Grub again.


Should I have this?
1) Do I have to do this for my graphic card? it's a Geforce 2MX
code:
Video_card="Geforce 2MX" emerge xfree-drm? It's at code listing 16.7.
I missed that out.
Back to top
View user's profile Send private message
Dillinger
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 226
Location: Huntington Beach, Ca

PostPosted: Tue Sep 09, 2003 1:37 am    Post subject: Reply with quote

You can if you want to, it says it gives accelerated graphics for video cards. Only the command is VIDEO_CARDS="yourcard" emerge xfree-drm, which you can do after you get Gentoo up and running, just open a terminal and run that as root.
Back to top
View user's profile Send private message
corrs_fan
Tux's lil' helper
Tux's lil' helper


Joined: 16 Sep 2002
Posts: 78
Location: Giffnock, East Renfrewshire

PostPosted: Tue Sep 09, 2003 2:26 am    Post subject: Reply with quote

Dillinger wrote:
He can't just mount /boot, that wont do anything. He needs to mount /dev/hd?? /mnt/gentoo then mount /dev/hd?? /mnt/gentoo/boot in order to access his / and /boot partition from the liveCD.


Ok crossed wires, I forgot he would be in the Live CD environment, and your correct, however once he had booted a working system, that command would stand (as it would be in the fstab). :)
_________________
Some say "The glass is half empty",
I usually say "Eh, There was a Glass.."
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