运行Mountain Lion(10.8.2)的Mac Mini Server在启动时冻结(最后一行:初始化IPv6数据包过滤)
从详细模式(Cmd + V)开始,我在控制台上看到的最后一行是: IPv6 packet filtering initialized, default to accept, logging disabled 无论是否插入以太网电缆,都会发生这种情况。 从单用户模式(Cmd + S)开始,我可以查看文件系统,可以重新读取它的读写,一切看起来都不错。我甚至可以使用以下方式启动网络: mount -uw / launchctl load /System/Library/LaunchDaemons/com.apple.kextd.plist launchctl load /System/Library/LaunchDaemons/com.apple.notifyd.plist launchctl load /System/Library/LaunchDaemons/com.apple.configd.plist 并在本地网络上ping系统。 当我退出shell时,启动停在同一位置。 有任何想法吗?