ESXi Installation – Relocating modules and starting up the kernel

If you’ve ever tried to install ESX and had
the boot pause/freeze on “Relocating modules and starting up the kernel”
you’ll need a simple little fix to continue going. From what I’ve seen
this only happens on servers that are not a part of the current VMware
Hardware Compatibility List (HCL).

The trick here is to restart the installer/boot sequence. When starting up:

  • Press Shift+O during startup of an ESXi 5.5 installation.
  • Append the boot option
    ignoreHeadless=TRUE
  • Press the Enter key to continue boot.

Once installation is completed, set the VMkernel boot-time parameter in persistent configuration using the command:
esxcfg-advcfg -k TRUE ignoreHeadless

This should get you on your way to running ESX on a non HCL hardware.

时间: 2024-10-20 03:42:22

ESXi Installation – Relocating modules and starting up the kernel的相关文章

关于J1900、N3150主机安装EXSI不成功及找不到SATA硬盘等问题的解决

一.安装不了问题. 具体提示是用EXSI安装ISO启动后会遇到卡在Relocating modules and starting up the kernel过不去,此问题的处理很简单.感谢爱快论坛的朋友cjljsyy 提出解决方法 1.把你要安装ESXI的硬盘接到一台能正常安装ESXI的机器里,按照正常程序安装,并设置好固定IP,打开SSH(如果你感觉不需要可以不用打开). 2.关机,把硬盘插到J1900.N3150上,并且不能以任何方式接显示器,连线都不要插(非常重要,一接就死),开机,搞定.

Linux LSM(Linux Security Modules) Hook Technology(undone)

目录 0. 引言 1. Linux Security Module Framework Introduction 2. LSM Sourcecode Analysis 3. LSMs Hook Engine:基于LSM Hook进行元数据的监控获取 4. LSM编程示例 0. 引言 从最佳实践的角度来说,在Linux Kernel中进行安全审计.Access Control(访问控制)最好的方式就是使用Linux提供的原生的框架机制,例如 1. Kprobe: Linux提供的原生的调试机制(D

Linux下Modules的概念及使用详解[转贴]

一.什么是 modules? modules 的字面意思就是模块,在此指的是 kernel modules:简单来说,一个模块提供了一个功能,如 isofs.minix.nfs.lp 等等.传统来讲,模块化有两个方法解决:设计者可以把各项功能分离到单独的叫做线程的处理中去,或者是将内核以包含/排除一些功能的方式重新编译.如果把 功能分离到线程中去,那么内核就叫做“微内核”(micro-kernel),这种解决方法增加了线程间协调工作的通信开销.就象名字暗示的那样,这种解 决方案的优点在于内核的大

linux-裁剪Linux功能,编译/bin/login, busybox编译linux

linux功能:终端提示信息 [[email protected] ~]# cat /etc/issueRed Hat Enterprise Linux Server release 5.8 (Tikanga)Kernel \r on an \m [[email protected] ~]# uname -r2.6.18-308.el5[[email protected] ~]# uname -mx86_64[[email protected] ~]# linux功能:用户 nsswitch:

解决WIN7与虚拟机CentOS的文件夹共享问题

一.系统与软件 WIN7 64bit.VirtualBox 5.0.14.CentOS 6.5.SecureCRT 7.2.3 二.使用文件夹共享需要安装增强功能,但是安装时无法读取光盘iso文件 三.为了方便操作,配置静态IP,并使用CRT连接上去(参考http://my.oschina.net/allman90/blog/294847?fromerr=CotpElUe) [[email protected] ~]# vi /etc/sysconfig/network-scripts/ifcf

虚拟机VMware与主机共享文件介绍

我们经常会在Windows平台安装虚拟机VMware,不管是出于实验测试还是工作需要,伴随而来的就是经常需要在Windows系统和虚拟机系统之间进行共享数据文件,例如,需要将Window主机上的Oracle安装镜像文件拷贝到VMware上的Linux系统下....诸如此类需求,两者之间共享数据文件的方法其实蛮多的,下面介绍几种比较常用的共享文件方法(有些详细介绍.有些略有介绍): 1: 通过FTP共享文件数据 使用这类方法共享文件数据,通常虚拟机系统是Linux操作系统,当然Windows系统也

Oracle Linux 5.7安装VMware Tools的问题

案例环境介绍:     虚拟机的版本:VMware? Workstation 8.0.3 build-703057    操作系统版本:Oracle Linux Server release 5.7 在安装虚拟机工具时,执行./vmware-install.pl 命令后一步一步操作,最后出现如下错误信息,安装程序aborted: Creating a new initrd boot image for the kernel. No module ehci-hcd found for kernel

手动订制一个基于BusyBox的微型Linux系统

前提: 1.一个作为宿主机的Linux:系统版本为Redhat Enterprise Linux 5.8: 2.busybox源码:版本为busybox-1.20.2.busbox将大量命令打包在一起 3.在宿主机上添加一块额外的硬盘作为新系统的存储盘,这里添加使用一块IDE接口的新硬盘: 4.通过https://busybox.net/和https://www.kernel.org/分别下载Linux内核源码和busybox源码 5.全部在vmware10.0下新建一个redhat5.8主机用

Linux - Managing Packages and Processes

Part 1: Package Management Package management is a system by which software can be installed, updated, queried or removed from a filesystem. In Linux, there are many different software package management systems, but the two most popular are those fr