Aclhk Aclhk wrote: > after the following commands: > dhcp net0 > set keep-san 1 > sanboot iscsi:192.168.1.1::::iscsi-gpxe > > the server will reboot or hang (booting from......) >
What is installed on the SAN's MBR? Which boot code or boot-loader? There is a diagnostic MBR available at http://etherboot.org/share/sha0/mbr-diag.bin. After and only after you've backed up the current MBR, you can write these 440 bytes over the first 440 bytes of your SAN's MBR, leaving the partition table intact (the rest of the 512 bytes). You could then see what happens. # dd if=/path/to/san of=mbr_backup.bin count=1 # dd if=mbr-diag.bin of=/path/to/san bs=1 count=440 conv=notrunc # echo Perform test # echo Restore with # dd if=mbr_backup of=/path/to/san conv=notrunc - Shao Miller
_______________________________________________ gPXE mailing list [email protected] http://etherboot.org/mailman/listinfo/gpxe
