Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Booting Norton Ghost floppy images
2013-10-28, 11:41 (This post was last modified: 2013-10-28 11:43 by Biite.)
Post: #4
RE: Booting Norton Ghost floppy images
(2013-10-27 10:49)robinsmidsrod Wrote:  Which version of iPXE are you using, and which binary are you using when doing these things. I need to see the actual commands you use to start the ghost floppy (sanboot/memdisk cmdlines) and whatever errors the DOS UNDI driver is giving you. Sharp photos and/or serial line debugging is the best way to get that.

iPXE version is 1.0.0+ (b757), ipxe is built with 'bin/undionly' and an embedded script.

sanboot:
sanboot --drive 0x00 ${boot-url}${base-path}ghost82.img

memdisk:
initrd ${boot-url}${base-path}ghost82.img
chain ${memdisk-bin} || goto failed
goto ${this-menu}

memdisk with keeppxe:
kernel -n memdisk ${memdisk-bin} keeppxe
initrd ${boot-url}${base-path}ghost82.img
boot memdisk || goto failed
goto ${this-menu}

memdisk with keeppxe and floppy:
kernel -n memdisk ${memdisk-bin} keeppxe floppy
initrd ${boot-url}${base-path}ghost82.img
boot memdisk || goto failed
goto ${this-menu}

It mostly results in not binding the adapter.

B.T.W. I cannot seem to upload an attachment with the screenshot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Booting Norton Ghost floppy images - Biite - 2013-10-28 11:41



User(s) browsing this thread: 1 Guest(s)