2.Make a list of all device connections so you can reconnect them after the installation is completed.
3.Disconnect all mass storage devices from all controllers except the boot controller.
4.Configure the boot controller and boot drive.
NOTE: If you are using an HP SmartArray controller, see the Controller's User Guide. You can interrupt the boot process to invoke the
Accessing the Removable Media Devices Using EFI
When hardware (for example, a hard disk drive, a USB Hard Disk Drive (HDD) device, or a CD or DVD drive) is added to a system after the system has booted to EFI, the EFI shell environment does not automatically detect the new device. You must reconnect the device driver for the EFI shell to recognize the device.
Additionally, the EFI shell environment creates default mappings for all the device handles that support a recognized file system. After you change the system configuration or add a new device, you must regenerate these mappings.
Enabling a CD/DVD Device
To access a CD/DVD, you must enable the EFI shell to detect it, and then access it using the following steps:
1.From the EFI shell, enter the following:
Shell> reconnect -r
The reconnect command reconnects one or more drivers from a device, disconnecting all the drivers from all the devices and then reconnecting them. If a device handle is not specified, the reconnect operation is performed on all the handles in the system. If a device handle is specified, only the device handle and the devices below it are reconnected.
2.Regenerate all mappings:
Shell> map
The
fs0 : Acpi(PNP0A03,0)/Pci(20)/Ata(Primary,Master)/CDROM(Entry1)blk0
: Acpi(PNP0A03,1)/Pci(10)/Scsi(Pun0,Lun0)blk1 : Acpi(PNP0A03,0)/Pci(20)/Ata(Primary,Master)blk2 : Acpi(PNP0A03,0)/Pci(20)/Ata(Primary,Master)/CDROM(Entry1
TIP: The map command displays or defines a mapping between a
3.Record the device name of the CD/DVD device, fs0, in this example. Use this device name to explore the contents of the removable media.
4.Go to the CD/DVD file system:
# fsnumber:
20 Preparing for Installation