
Search the Knowledge Base: |
Search the Knowledge Base: |
When I attempt to install ESX Server 2.5.4 or 2.5.5 on a Sun Fire X4200 or X4100 server, the screen displays running /sbin/loader and the installation stops. How can I resolve this problem?
To work around this problem, follow the steps below while you boot from the CD.
Watch for the boot: prompt at the bottom of the screen.
As soon as you see the boot: prompt, do one of the following:
type esx nousb for GUI mode.
type text nousb for text mode.
type bootfromsan nousb to install to a SAN device in GUI mode.
type bootfromsan -text nousb to install to a SAN device in text mode.
Note: The nousb option can and must be used with all installation methods.
Press Enter to continue booting. The installation should proceed normally.
After the installation completes, remove the CD and reboot the system.
While booting ESX Server, perform the following to prevent the system from hanging:
Watch for the boot: prompt at the bottom of the screen.
As soon as you see the boot: prompt, type linux-up nousb .
Press Enter to continue booting.
After ESX Server boots, update lilo.conf to include the nousb parameter.
As root, edit /etc/lilo.conf .
For each section in the file (sections begin with image), locate the append line.
If there is no append line, add one:
append="nousb"
If an append line already exists, insert nousb at the beginning, inside the quotes. For example, the existing line is:
append="mem=192M cpci=0:0,1,9,15;1:*;"
The edited line should be:
append="nousb mem=192M cpci=0:0,1,9,15;1:*;"
Save the updated lilo.conf file.
Commit the lilo.conf changes by running /sbin/lilo in the console operating system as root.
Reboot the ESX Server system to verify that it does not hang during the boot process.
The next time the ESX Server system reboots, the nousb parameter is included.
Note: The Sun ILOM virtual media, including both the CD-ROM and the floppy, are not supported.