i I solved this way
this worked for me .NB system installed on the machine and not in live cd not vm (of course)
1.
Quote:
root@bt:~# prepare-kernel-sources
andare nella directory del kernel nel mio caso 3.2.6
go to the directory of the kernel in my case 3.2.6
2.
Quote:
root@bt:~# cd /usr/src/linux-source-3.2.6
Bacup .config
3.
Quote:
root@bt:/usr/src/linux-source-3.2.6# zcat /proc/config.gz > .config
avviare il menu di configurazione
4.
Quote:
root@bt:/usr/src/linux-source-3.2.6#make menuconfig
Cercare la voce
Search for item
Processor type and features ---> (select)
cercare la voce
Search for item
High Memory Support (4GB) ---> (select)
marcare la voce
mark the entry
(X) 64GB
salvare ed uscire
save and exit
5.
Quote:
root@bt:/usr/src/linux-source-3.2.6# make
(il processo dura un'ora circa process takes about an hour)
6.
Quote:
root@bt:/usr/src/linux-source-3.2.6# make modules
7.
Quote:
root@bt:/usr/src/linux-source-3.2.6# make modules_install
8.
Quote:
root@bt:/usr/src/linux-source-3.2.6#make scripts
9.
Quote:
root@bt:/usr/src/linux-source-3.2.6#make prepare
copiare bzImage in vmlinuz-3.2.6
copy bzImage in vmlinuz-3.2.6
10.
Quote:
root@bt:/usr/src/linux-source-3.2.6# cp /usr/src/linux-source-3.2.6/arch/x86/boot/bzImage /boot/vmlinuz-3.2.6
copiare System.map in System.map-3.2.6
copy System.map in System.map-3.2.6
11. root@bt:/usr/src/linux-source-3.2.6# cp /usr/src/linux-source-3.2.6/System.map /boot/System.map-3.2.6
creare un collegamento simbolico della cartella linux in build
create a symbolic link to the folder in linux build
12.
Quote:
root@bt:/usr/src/linux-source-3.2.6#ln -s /usr/src/linux /lib/modules/3.2.6/build
creare la nuova immagine initramfs
create a new initramfs image
13.
Quote:
mkinitramfs -o /boot/initrd.img-3.2.6 3.2.6
aggiornare l'immagine
update the image
14.
Quote:
root@bt:/usr/src/linux-source-3.2.6# update-initramfs -u
aggiornare grub
update grub
15.
Quote:
root@bt:/usr/src/linux-source-3.2.6# update-grub
riavviare
reboot
16.
Quote:
root@bt:/usr/src/linux-source-3.2.6# reboot
spero di averti aiutato e di aiutare tutti quelli che hanno lo stesso problema
I hope I helped and to help all those who have the same problem
I hope that English is good because I have translated from the internet