|
【请问】2005.1安装后,启动内核后死机,not syncing:No init found
--------------------------------------------------------------------------------
我按照handbook for 2005.1安装完成后,重新启动内核系统的时候,出现
[code:1]
Free unsed kernel:216k free
Warning: unable to open an initial console.
Kernel panic - not syncing: No init found. Try passing init=option to kernel
[/code:1]
后就挂了
具体文件的设置是这样的
1 分区
[code:1]
Device Boot Start End Blocks Id System
/dev/hda1 * 1 765 6144831 7 HPFS/NTFS
/dev/hda2 766 14593 111073410 f W95 Ext'd (LBA)
/dev/hda5 766 3315 20482843+ b W95 FAT32
/dev/hda6 3316 7139 30716248+ b W95 FAT32
/dev/hda7 7140 9689 20482843+ b W95 FAT32
/dev/hda8 9690 11474 14337981 b W95 FAT32
/dev/hda9 11475 11479 40131 83 Linux
/dev/hda10 11480 11511 257008+ 83 Linux
/dev/hda11 11512 14593 24756133+ 83 Linux
[/code:1]
2 fstab
[code:1]
/dev/hda9 /boot ext2 defaults,noatime 1 2
/dev/hda10 none swap sw 0 0
/dev/hda11 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
[/code:1]
3 /boot目录下面的文件
[code:1]
boot # ls
System.map boot grub kernel-genkernel-x86-2.6.12-gentoo-r6
System.map-2.6.12-gentoo-r6 config initramfs-genkernel-x86-2.6.12-gentoo-r6 lost+found
System.map-2.6.12-gentoo-r6.old config-2.6.12-gentoo-r6 initrd-2.6.12-gentoo-r6.img vmlinuz
System.map-genkernel-x86-2.6.12-gentoo-r6 config-2.6.12-gentoo-r6.old kernel-2.6.12-gentoo-r6 vmlinuz-2.6.12-gentoo-r6
[/code:1]
4 grub.conf
[code:1]
default 0
timeout 30
#splashimage=(hd0,0)/grub/splash.xpm.gz
title=Gentoo Linux 2.6.12-r6
root (hd0,8)
kernel /kernel-2.6.12-gentoo-r6 root=/dev/hda9
title=Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
[/code:1]
麻烦各位帮忙诊断一下 |
|