[gPXE] sanboot failed for intel motherboard - s3200sh
Shao Miller
Shao.Miller at yrdsb.edu.on.ca
Tue Feb 9 07:29:44 EST 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://etherboot.org/pipermail/gpxe/attachments/20100209/83d595e9/attachment.html
More information about the gPXE
mailing list