Skip to content

Instantly share code, notes, and snippets.

@robinsmidsrod
Created March 30, 2012 14:57
Show Gist options
  • Save robinsmidsrod/2252109 to your computer and use it in GitHub Desktop.
Save robinsmidsrod/2252109 to your computer and use it in GitHub Desktop.
SpinRite 6.0 ISO image sanboot --no-describe --drive 0x81 (from HTTP)
# In VirtualBox
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 contains an ISO9660 filesystem; treating as CD-ROM
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 has an El Torito boot catalog at LBA 00000014
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 (naturally 80) registered with C/H/S geometry 0/0/0
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 added to drive count: 2 HDDs, 1 FDDs
Mar 30 16:55:42 10.1.1.109 ipxe: Registered SAN device 0x81
Mar 30 16:55:42 10.1.1.109 ipxe: Booting from SAN device 0x81
Mar 30 16:55:42 10.1.1.109 ipxe:
Mar 30 16:55:42 10.1.1.109 ipxe: INT 13 drive 81 invalid blocksize (2048) for non-extended read/write
Mar 30 16:55:42 10.1.1.109 ipxe: INT13,02 (81) failed with status 01
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 could not read MBR (status 01)
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 El Torito requires emulation type 02
Mar 30 16:55:42 10.1.1.109 ipxe: Boot from SAN device 0x81 failed: Operation not supported (http://ipxe.org/3c852003)
Mar 30 16:55:42 10.1.1.109 ipxe: INT13 drive 81 unregistered
Mar 30 16:55:42 10.1.1.109 ipxe: Unregistered SAN device 0x81
# On real hardware (HP Compaq 6730b, tg3)
Mar 30 16:59:04 hp ipxe: INT13 drive 81 contains an ISO9660 filesystem; treating as CD-ROM
Mar 30 16:59:04 hp ipxe: INT13 drive 81 has an El Torito boot catalog at LBA 00000014
Mar 30 16:59:04 hp ipxe: INT13 drive 81 (naturally 81) registered with C/H/S geometry 0/0/0
Mar 30 16:59:04 hp ipxe: INT13 drive 81 added to drive count: 2 HDDs, 1 FDDs
Mar 30 16:59:04 hp ipxe: Registered SAN device 0x81
Mar 30 16:59:04 hp ipxe: Booting from SAN device 0x81
Mar 30 16:59:04 hp ipxe:
Mar 30 16:59:04 hp ipxe: INT 13 drive 81 invalid blocksize (2048) for non-extended read/write
Mar 30 16:59:04 hp ipxe: INT13,02 (81) failed with status 01
Mar 30 16:59:04 hp ipxe: INT13 drive 81 could not read MBR (status 01)
Mar 30 16:59:04 hp ipxe: INT13 drive 81 El Torito requires emulation type 02
Mar 30 16:59:04 hp ipxe: Boot from SAN device 0x81 failed: Operation not supported (http://ipxe.org/3c852003)
Mar 30 16:59:04 hp ipxe: INT13 drive 81 unregistered
Mar 30 16:59:04 hp ipxe: Unregistered SAN device 0x81
@JuniorJPDJ
Copy link

Hey, did you solve your problem?

@robinsmidsrod
Copy link
Author

To be honest, I don't even remember what kind of problem I had...

@JuniorJPDJ
Copy link

:<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment