Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CK4: Ho compilato il kernel, ma i cambiamenti non vanno
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30885
Location: here

PostPosted: Sun Oct 17, 2004 12:31 pm    Post subject: CK4: Ho compilato il kernel, ma i cambiamenti non vanno Reply with quote

Navigazione: [ back CK3: La rete funzionava durante l'installazione, ma dopo avere compilato il kernel non funzione piu' ] [ next CK5: Tra i vari kernel disponibili, quale scegliere? ] [ Compilazione Kernel ] [ Indice ]


Ho compilato un nuovo kernel, ma i miei cambiamenti non hanno avuto effetto. Come installo il mio nuovo kernel?


Dovete copiare la vostra immagine del kernel bzImage nella vostra partizione di /boot. Assicuratevi di essere in /usr/src/linux e di eseguire i seguenti comandi:
Code:
mount /boot   #non necessaria se non avete creato una partizione di boot separata
mv /boot/bzImage /boot/bzImage.old
cp arch/i386/boot/bzImage /boot

adesso dovete configurare grub per fare partire anche il vecchio kernel. Nel vstro your /boot/grub/grub.conf mettete questo:
Code:
title=Gentoo Linux
root (hd0,5) (or whatever your /boot partition is)
kernel /boot/bzImage root=/dev/hda8 <kernel command line options>

title=Windoze 98 (for a dual boot)
root (hd0,0)
chainloader +1

title=Old Kernel (to load your old kernel in case something goes wrong)
root (hd0,5)
kernel /boot/bzImage.old root=/dev/hda8

potete ora smontare la vostra partizione di boot (umount /boot), e riavviate la macchina scegliendo 'Gentoo Linux' per caricare il nuovo kernel.

NdT: Tutti i nomi (quello del kernel e quello il titolo in grub) possono essere cambiati ma state attenti di riportare poi il nome giusto.



Autore: TheCoop (testo originale)
Traduttore: fedeliallalinea
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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