Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
I just installed Gentoo and rebooted and....
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Sun May 29, 2005 7:09 am    Post subject: Reply with quote

overkll wrote:
Well, if its not letting you move the file, you can try chrooting. But you will have to do it with boot unmounted so you can access the files. Then you'll have to exit the chroot, mount boot, and mv the files back.


I cant chroot though because then the files disappear from boot. though apparently eventough it said it couldnt move..the files are in temp...

i also have 2 kernel files it seems! one ends in em64 the other in k8

all the files are now in /mnt/gentoo/boot but it still doesnt work :<
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Sun May 29, 2005 7:28 am    Post subject: Reply with quote

Check your private messages
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 2:53 am    Post subject: Reply with quote

I am in trouble once again :<

After getting everything working all well in good i found out i didnt have my kernel setup to allow me to connect to the net. I went back to livecd made the changes rebuilt the kernel and copied the image over to /boot/

now whenever i try to boot gentoo i get an error saying /dev/hda3 is not a valid root device please enter a device or shell to boot and it prompts me
boot()::_
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue May 31, 2005 3:32 am    Post subject: Reply with quote

You don't need to use the livecd to rebuild your kernel. The purpose of the livecd is to get you to a point where you can build your own kernel. It's the chicken and egg thing.

Once your system is up and running the same as in the handbook
cd /usr/src/linux
make menuconfig or genkernel ..... Anyway, that doesn't help you now.

Is that a kernel error or a grub error. I don't think I've seen one like that before - boot()::_
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 3:35 am    Post subject: Reply with quote

overkll wrote:
You don't need to use the livecd to rebuild your kernel. The purpose of the livecd is to get you to a point where you can build your own kernel. It's the chicken and egg thing.

Once your system is up and running the same as in the handbook
cd /usr/src/linux
make menuconfig or genkernel ..... Anyway, that doesn't help you now.

Is that a kernel error or a grub error. I don't think I've seen one like that before - boot()::_


kernel error. if i remove the boot parameters for the things like root=/dev/ram0 etc etc and just do root=/dev/hda3 it throws a kernel panic about not synching. Ive tried several things like rebuilding again and recopying as well as re-installing grub
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue May 31, 2005 4:23 am    Post subject: Reply with quote

Did you build the kernel manually or with genkernel?
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 4:27 am    Post subject: Reply with quote

overkll wrote:
Did you build the kernel manually or with genkernel?


manually, the only thing i changed was give realtek support. i did a make && make
then i copied it over to boot and then this problem occured
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue May 31, 2005 4:38 am    Post subject: Reply with quote

Xephonic wrote:

manually, the only thing i changed was give realtek support. i did a make && make
then i copied it over to boot and then this problem occured


You need to do "make && make modules_install"
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 4:40 am    Post subject: Reply with quote

overkll wrote:
Xephonic wrote:

manually, the only thing i changed was give realtek support. i did a make && make
then i copied it over to boot and then this problem occured


You need to do "make && make modules_install"


yes, i was just abbrev in that post
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue May 31, 2005 5:18 am    Post subject: Reply with quote

Make sure your chipset, ide/sata/scsi, and file systems are built in to the kernel.

Also, check these posts:

https://forums.gentoo.org/viewtopic-t-341961-highlight-vfs+root+device.html
https://forums.gentoo.org/viewtopic-t-342798-highlight-vfs+root+device.html

Similar errors if not the same.
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 5:27 am    Post subject: Reply with quote

overkll wrote:
Make sure your chipset, ide/sata/scsi, and file systems are built in to the kernel.

Also, check these posts:

https://forums.gentoo.org/viewtopic-t-341961-highlight-vfs+root+device.html
https://forums.gentoo.org/viewtopic-t-342798-highlight-vfs+root+device.html

Similar errors if not the same.


yeah, but ive checked all the stuff their talking about. i mean my linux WAS working. i just changed 2 things from module to yes. that's it!
I'm thinking it may be best to reinstall if i cant get this figured out soon :<. I dont want to have my laptop just sit there useless
Back to top
View user's profile Send private message
overkll
Veteran
Veteran


Joined: 21 Sep 2004
Posts: 1249
Location: Austin, Texas

PostPosted: Tue May 31, 2005 5:10 pm    Post subject: Reply with quote

See:
https://forums.gentoo.org/viewtopic-p-2456682.html#2456682
Back to top
View user's profile Send private message
Xephonic
n00b
n00b


Joined: 28 May 2005
Posts: 66

PostPosted: Tue May 31, 2005 10:09 pm    Post subject: Reply with quote

overkll wrote:
See:
https://forums.gentoo.org/viewtopic-p-2456682.html#2456682


I was suggested by someone to try running an altered form of gnkernel. im trying that. i did the genkernel --menuconfig --udev all
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
Goto page Previous  1, 2, 3
Page 3 of 3

 
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