Загрузка ядра прерывается |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|
|
|
Загрузка ядра прерывается |
330863
|
4.7.2011, 21:14
Сообщение
|
![]() |
На днях решил поставить для себя Gentoo и после компиляций ядра и первого запуска системы ядро останавливает загрузку вот с такими надписями:
![]() В чём подвох ? |
|
|
|
нуб
|
4.7.2011, 21:33
Сообщение
|
|||
![]() |
гентупроблемы.
Пали какие модули загружены через lspci -k и воткни их в ведро. олсо фстаб)
|
|||
|
|
||||
Roc
|
4.7.2011, 21:41
Сообщение
|
|
|
330863
Аппаратный рейд? В общем ставь ядро 2.6.18, встанет без проблем. |
|
|
|
bravo
|
4.7.2011, 22:19
Сообщение
|
![]() |
|
|
|
|
bravo
|
5.7.2011, 13:58
Сообщение
|
![]() |
initramfs хоть откуда бери... загрузит. это нормально и можешь так и пользоваться.
|
|
|
|
330863
|
5.7.2011, 17:27
Сообщение
|
![]() |
bravo,
к сожалению это для меня не вариант :) |
|
|
|
_Skyline
|
6.7.2011, 9:24
Сообщение
|
![]() |
Если бы просто не хватало какого нибудь модуля, то оно сообщило бы совсем другой ошибкой. В данном случае, загрузчик GRUB не находит само ядро, а не его модули. ....................................................... grub.conf и fstab в студию.. CODE # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook # http://www.gentoo.org/doc/en/handbook/hand...ap=10#doc_chap2 # If you are not using Genkernel and you need help creating this file, you # should consult the handbook. Alternatively, consult the grub.conf.sample that # is included with the Grub documentation. default 0 timeout 7 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title Gentoo Linux 2.6.38-gentoo-r6 root (hd0,0) kernel /boot/bzImage root=/dev/ram0 #real_root=/dev/sda2 #initrd /gentoo.igz # vim:ft=conf: CODE # /etc/fstab: static file system information.
# # noatime turns off atimes for increased performance (atimes normally aren't # needed); notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda2 / ext4 noatime 0 1 /dev/sda3 /home ext4 noatime 0 0 #/dev/SWAP none swap sw 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 #/dev/fd0 /mnt/floppy auto noauto 0 0 |
|
|
|
330863
|
6.7.2011, 21:11
Сообщение
|
![]() |
Код genkernel initramfs --firmware правда появились ешё недочёты но я уже сам их поправлю :) |
|
|
|
_Skyline
|
7.7.2011, 18:23
Сообщение
|
![]() |
Актуально...
|
|
|
|
![]() ![]() |