Добрый день, уважаемые. Решился я все же открыть новую тему.
Преамбула - поставил я Ubuntu на свой лаптоп. Почти все завелось из коробки, но погуглив, я все таки понял что я хочу чего то большего.
Собственно, амбула. Нагуглил руководство http://tmbu.info/compile-new-kernel-for-ubuntu-linux/
Скачал последнюю версию ядра. 2.6.24.2. В принцыпе статья особо не нужна была,я и сам знал как и что делать. В общем скомпилил я свое ядро. Появилось два пакета linux-headers-2.6.24.2-mykernel_2.6.24.2-mykernel-10.00.Custom_i386.deb
и
linux-image-2.6.24.2-mykernel_2.6.24.2-mykernel-10.00.Custom_i386.deb
Установил. Подправил груб. Ребутнулся...и выбрав свое ядро, при загрузке увидел моргание экрана с красного на черный. Не беда, подумал я, и перекомпилил ведро без опции с графической заставкой при загрузке. Не помогло. Все равно блымает. Ну, думаю, будем воевать по другому. Установил StartUpManager,скачал парочку бутскринов с gnome-look.org. Полез настраивать. Как результат - лаптоп или полностью не грузится, или грузится только в безопасном режиме. Решил восстановить все настройки в StartUpManager по умолчанию, и дальше возиться ручками...
Качнул UsplashFingerprint-0.2-Aplha1-I386 (еще один бутсплаш). Прочел мануал, сделал как в нем написано:
REREQUISITES
1 - In order to install this theme, you should have Usplash well configured and installed. If you don't please try
sudo apt-get install usplash
2- You also need a booting screen resolution of 1024x768. To set it, please open your grub configuration file
sudo gedit /boot/grub/menu.lst
find the paragraph about your current kernel version, and add the string
vga=791
at the end of the kernel section, without modifying pre-existing values.
INSTALLATION
Now that everything is well set, we'll install the new theme. Fisrt of all copy the file contained in this directory, named 'usplash-theme-fingerprint.so' insto your Desktop. Now open a terminal and digit
cd
cd Desktop
sudo cp usplash-theme-fingerprint.so /usr/lib/usplash
sudo update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-fingerprint.so 10
sudo update-alternatives --config usplash-artwork.so
And choose the righ value (write the number displayed near the file called 'usplash-theme-fingerprint.so' then press Return to confirm)
Now update your system booting process by digiting in terminal
sudo update-initramfs -u
CHECK
IMPORTANT: preview will only run if you modified your grub configuration and then rebooted! If you didn't this won't work!
If you want to check the installation before rebooting please write in a terminal
sudo usplash -c
Then to come back to the gnome desktop
ctrl+alt+F7
Но при вот этой вот команде sudo update-initramfs -u
мне выводит такое root@ubuntu-vaio:/etc# sudo update-initramfs -u
update-initramfs: Generating /boot/initrd.img-2.6.24.2-mykernelnew
find: /lib/firmware/2.6.24.2-mykernelnew: No such file or directory
Теперь вопросы.
1. Как удалить безболезненно те ядра,которые не нужны?
2. Почему в /lib/firmvare есть только каталог 2.6.22.14-generic, и нету каталогов с моими ядрами?
3. Обьясните технологию включения графической загрузки, какие файлы за что отвечают.