|
|
错误信息如下
>> Mounting root...
mkdir: Cannot create directory '/newroot/tmp':Read-only file system
mkdir: //newroot/dev/console: No such file or directory
mknod: //newroot/dev/tty1: No such file or directory
Booting (initramfs)......
chroot: cannot execute /bin/sh: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
用的是genkernel编译的内核
grub.conf如下
default 0
timeout 10
title=Gentoo Linux 2.6.16-r9
root (hd0,5)
kernel /boot/kernel-genkernel-x86-2.6.16-gentoo-r9 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=dev/hdb6 udev
initrd /boot/initramfs-genkernel-x86-2.6.16-gentoo-r9
是用livecd 2005编译的gentoo
why? |
|