- 代碼: 選擇全部
pivot_root: No such file or directory
/sbin/init: 426 : cannot open dev/console
的問題,請問有哪為大大知道是怎麼一回事嗎?
然後就是kernel panic開不了機
版主: mufa
pivot_root: No such file or directory
/sbin/init: 426 : cannot open dev/console
阿信 寫:請說明如何升級 kernel的方式?
自己編譯的嗎?有無確定 root fs 已經編入?
安裝debian kernel-image的嗎?有無確定 initrd.img 有加入到 boot loader?
title Debian GNU/Linux, kernel 2.6.12
root (hd0,0)
kernel /boot/vmlinuz-2.6.12 root=/dev/hda1 ro
initrd /boot/initrd.img-2.6.12
savedefault
boot
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 57479004 3807736 50751456 7% /
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
joshua27 寫:就我自己來說,是不用make install.
我自己做的步驟是:
- 代碼: 選擇全部
make;
make modules_install;
ln /usr/src/linux-2.6.12.5/arch/i386/boot/bzImage /boot/vmlinuz-2.6.12;
mkinitrd -o /boot/initrd.img-2.6.12.5 2.6.12.5;
我以上的步驟就可以了.
錯誤的指令--> mkinitrd -o /boot/initrd.img-<kernel_version>
mkinitrd -o /boot/initrd.img-<kernel_version> <kernel_version>
舉例:
mkinitrd -o /boot/initrd.img-2.6.12 2.6.12
正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客