LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 702|回复: 3

偶的系统启动时那些[OK]那些系统信息都不能显示了

[复制链接]
发表于 2005-1-3 16:21:55 | 显示全部楼层 |阅读模式
启动时显示如下错误:
  1. IP: routing cache hash table of 4096 buckets, 32Kbytes
  2. TCP: Hash tables configured (established 32768 bind 65536)
  3. NET: Registered protocol family 1
  4. NET: Registered protocol family 17
  5. ACPI wakeup devices:
  6. PCI0 PS2M PS2K UAR1 UAR2 USB1 USB2  LAN  MDM  AUD SLPB
  7. ACPI: (supports S0 S1 S4 S5)
  8. XFS mounting filesystem hda7
  9. VFS: Mounted root (xfs filesystem) readonly.
  10. Freeing unused kernel memory: 168k freed
  11. Warning: unable to open an initial console.
  12. Adding 522072k swap on /dev/hda9.  Priority:-1 extents:1
复制代码

然后就直接进入系统了。使用上到没有什么问题,只是这样启动感觉很别扭。
之前我cp -a 系统从XFS文件系统到一个Reiser4分区,然后再COPY回来就这样了
发表于 2005-1-3 23:54:06 | 显示全部楼层
手动
/etc/initrd.d/XXX restart
也不会出现[OK]么?
查看一下sysinit和initrd.d下的脚本
发表于 2005-1-4 10:57:58 | 显示全部楼层
shell的文件权限有问题吧。或者拷贝少了什么文件。
 楼主| 发表于 2005-1-4 10:59:40 | 显示全部楼层
我在gentoo forum上找到解决方法了,呵呵
先:
mknod -m 660 console c 5 1
mknod -m 660 null c 1 3

后,启动成功后有如下提示:
Your system seems to be missing critical device files
in /dev !  Although you may be running udev or devfs,
the root partition is missing these required files !

To rectify this situation, please do the following:
mkdir /mnt/fixit
mount --bind / /mnt/fixit
cp -a /dev/* /mnt/fixit/dev/
umount /mnt/fixit
rmdir /mnt/fixit

You may refer to these instructions at /etc/issue.
If you previously had an issue file, it has been
backed up at /etc/issue.devfix.

Thanks for using Gentoo !
http://bugs.gentoo.org/show_bug.cgi?id=40987
-----------------------------------------------------

按照他的步骤做就解决了。可是有个小问题,它的那个提示以后每次启动后还是会有
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表