Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED][BOOT PB]Starting Local... and nothing
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Boris Kavod
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2004
Posts: 81
Location: Colombes (France - 92)

PostPosted: Sun Feb 12, 2006 11:20 am    Post subject: [SOLVED][BOOT PB]Starting Local... and nothing Reply with quote

Hello,

(sorry for my uncorrect English: I'm French)

I have an ununerdertood problem about the boot of my Gentoo.

My box has nearly 6 month old. Everything was OK.

Nearly 1 month ago, I decided to switch it to ~x86 branch. After only 1-2 easy problems fixed, it worked perfectly. But I have not upgraded the kernel since.

Today, I decided to do this. I upgrade so the gentoo-sources from 2.6.14-gentoo-r5 to 2.6.15-gentoo-r5. For this I:

  • emerged the package
  • copied the .config to the good directory
  • make menuconfig
  • saved configuration
  • make && make modules_install
  • emerged nvidia-kernel
  • copied the bzImage to the /boot directory
  • updated the grub.conf with one entry for the new kernel and another backup entry for the old one.
  • rebooted


And here: problem. All the boot sequence is normal, but at "Starting Local" stage, the PC stop be busy and nothing happend. When I strike "Enter", the screen response so it is not a graphical freeze problem. Then, the Ctrl+Alt+Del works correctly.

The more surprising is when I boot on my old kernel I have exactly the same problem!!!!

Can you help me about this problem or help me knowing the problem source because I cannot see any log in this case.

Thanks a lot!!


Last edited by Boris Kavod on Sun Feb 12, 2006 11:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Feb 12, 2006 2:06 pm    Post subject: Reply with quote

Boris Kavod,

You don't say that you updated your /usr/src/linux symbolic link to point to your new kernel.
If you missed out this step and did
Code:
cd /usr/src/linux
it will still be pointing at the old kernel.
You will therfore have recompiled parts of your old kernel, probably with a later gcc.
This will cause unpredictable behaviour.

Do you still have a copy of the config for your old kernel, so you can remake it?
You must start the build process with
Code:
make clean
so all the old binaries, made with the old gcc are removed.
Any kernel modules may not load until you do
Code:
emerge module-init-tools
with the new compiler too.
_________________
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
Boris Kavod
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jan 2004
Posts: 81
Location: Colombes (France - 92)

PostPosted: Sun Feb 12, 2006 11:13 pm    Post subject: Reply with quote

Yes I have done the symlink.

In fact... I found the solution. No link with my branch switch, no link with my kernel update...

It comes from my /etc/conf.d/local.start file. I have added lcdproc command which sends CPU state to my Palm (yes, I know, it is a geek badget). For all of my precedent boots, my Palm was not plug so the command fail and for the first time, it was so the command ran (it is a blocking process).

So, I have added a "&" after command and everything is OK now.

However, the problem allows me to know when the local.start file is executed.

Sorry for the distrub ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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