mirror of
https://github.com/ipxe/sanbootconf.git
synced 2025-05-08 17:20:11 +08:00

check_system_disk() neglects to set the status to a non-success value before checking the disk signature, with the result that it will return success as soon as fetch_partition_info() succeeds for any disk. (This is incorrect behaviour, but will have observable effects only in a multi-disk setup where the SAN disks come online at different times.) Fix by setting status to STATUS_UNSUCCESSFUL before checking the disk signature. Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
SAN Boot Configuration Driver for Windows - Quick Start Instructions ==================================================================== 1. If you are trying to SAN-boot Windows XP or Windows Server 2003, then download and install the Microsoft iSCSI Initiator (boot-capable version) using the instructions at http://etherboot.org/wiki/sanboot/winnt_iscsi (You do not need to do this if you are trying to boot Windows Vista, Windows Server 2008, Windows 7, or a newer version of Windows.) 2. If you are trying to SAN-boot over an Infiniband network, then download and install the Windows OpenFabrics package from http://www.openfabrics.org/downloads/WinOF (You do not need to do this if you are trying to boot over a standard Ethernet network.) 3. Run sanbootconf.msi from this directory. Congratulations, your system is now SAN-bootable!
Description
Languages
C
86%
Rich Text Format
11.3%
Batchfile
2.7%