【问题标题】:Eucalyptus Cloud not booting桉树云无法启动
【发布时间】:2014-01-08 09:10:20
【问题描述】:

我已在具有以下处理器规格的 HP Probook 430 G1 笔记本电脑上安装 Eucalyptus Cloud in a Box(与 CentOS 6.4 64 位捆绑)

英特尔 i7 4500u

在安装之前,我收到消息“检测到不支持的硬件组合”。 尽管如此,我仍然可以很好地安装 Eucalyptus。

但是,在第一次重新启动和后续重新启动后,我会看到一条消息

检测到 CPU 型号 6 系列 69

不支持的硬件设备:Intel CPU 型号

在此之后机器不会超出第一个加载屏幕。

1).Is this a problem with the new fourth generation Haswell architecture ?

2).And is there any solution to this apart from using another machine ? 

3).What does CPU model 6 family 69 mean ?

4).Is there any way to know which specific hardware is unsupported ?

下面的链接显示了 Red Hat 支持的硬件 https://hardware.redhat.com/laptop/Hewlett%20Packard/&quicksearch=

提前谢谢你。任何帮助将不胜感激

【问题讨论】:

    标签: centos cloud eucalyptus


    【解决方案1】:
    1. 是的,我相信“Model 6 Family 69”是第 4 代 Haswell i7。

    2. 您应该能够将“unsupported_hardware”添加到您的 kickstart 文件中,如果它正在发生的话。

    3. 我不知道,但这里是英特尔关于我认为是典型的第四代处理器的信息页面:http://ark.intel.com/products/76087/Intel-Core-i7-4750HQ-Processor-6M-Cache-up-to-3_20-GHz

    4. 您可以查看您正在使用的内核的内核源代码。可能在 arch/x86/kernel/cpu 的某个地方。

    “功能”解释

    http://fedoraproject.org/wiki/Anaconda/Features/WarnTaintedHardware

    这表示它只会影响安装程序,因此您描述的“后续重新启动”行为不应发生,除非您在每次启动时都运行安装程序。

    最近在 kickstart 中添加了一项功能,允许它在无人看管的情况下启动:

    https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/6.4_Technical_Notes/

    BZ#824963 在不受支持的硬件上进行 kickstart 安装会出现一个对话框,要求您在继续安装过程之前进行确认。因此,如果没有任何用户输入,就无法在不受支持的硬件上执行 kickstart 安装。为了修复这个错误,添加了一个新的 unsupported_hardware kickstart 命令,当在不受支持的硬件上安装系统时无需用户输入,该命令会跳过交互式对话框警告。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-09-10
      • 1970-01-01
      相关资源
      最近更新 更多