|
|
已经有debian系统,使用 chroot方式从stage 3安装。装完基本系统后重启
mount:error 6 mounting reiserfs
pivotroot:pivot_root(/sysroot,/sysroot/initrd) failed:2
unmount /initrd/proc failed:2
kernel panic no init found try passing init=option to kernel
/ 使用 reiserfs文件系统,menu.lst
title Debian GNU/Linux, kernel 2.6.14-2
root (hd0,7)
kernel /vmlinuz-2.6.14 root=/dev/hda9 ro
initrd /initrd.img-2.6.14
savedefault
boot
title Gentoo Linux 2005 kernel 2.6.14-2
root (hd0,9)
kernel /boot/kernel-2.6.14-gentoo-r2 root=/dev/hda10
initrd /boot/initrd.img-2.6.14-gentoo-r2 |
|