View previous topic :: View next topic |
Author |
Message |
parre n00b
Joined: 09 Jul 2004 Posts: 10
|
Posted: Fri Jul 09, 2004 5:09 pm Post subject: kernelin päivitysongelma |
|
|
Moi!
Systeemi ajaa nätisti 2.4.25-gentoo-r4 kerneliä AMD XP 1.6:lla. Yritin kuitenkin päivittää linux-2.6.7-gentoo-r8 kerneliin. En saa uutta kerneliä, enkä vanhoista sorsista uusiksi käännettyä kerneliä enää boottaamaa. Vanha käännös toimii. Muista grub sanoo erroriksi cannot mount partition. Ideoita??
Tässä grub.conf:
Code: | default 0
timeout 15
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo 2.6.7
root(hd0,0)
kernel /kernel-2.6.7-gentoo root=/dev/hda7
title=Gentoo 2.4.25
root (hd0,0)
kernel /kernel-2.4.25-gentoo root=/dev/hda7 |
joista vanhempi toimii.
Upgrade meni seuraavasti: Code: |
emerge gentoo-dev-sources
cd /usr/src/
rm linux
ln -s /usr/src/linux-2.6.7-gentoo-r8 linux
cd linux
make menuconfig |
--> konffaus
Code: | make && make modules_install
cp arch/i386/bzImage /boot/kernel-2.6.7-gentoo
cp System.map /boot/System.map-2.6.7-gentoo |
--> grub.conf:in editointi tuollaiseksi kun se on nyt.
Ideoita missä on mennyt vikaan??? |
|
Back to top |
|
|
tukem Tux's lil' helper
Joined: 25 Jun 2002 Posts: 114 Location: Tampere, Finland
|
Posted: Tue Jul 13, 2004 11:30 am Post subject: |
|
|
Quote: | Code: |
title=Gentoo 2.6.7
root(hd0,0)
kernel /kernel-2.6.7-gentoo root=/dev/hda7
|
|
Äkkiseltään vika näyttäisi olevan siinä, että tuolta "root(hd0,0)" riviltä puuttuu välilyönti, eli pitäisi olla "root (hd0,0)". |
|
Back to top |
|
|
|
|
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
|
|