Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] IMG/IMA support or alternative
2017-02-20, 19:33
Post: #2
RE: IMG/IMA support or alternative
To me, and most others dsk/img/ima/raw etc just a raw floppy image that you get from running
Code:
dd if=/dev/fd0 of=floppy.img

So just renaming the file should be fine.
The only thing I can think of is that your firmware/tools checks the file-size, so for it to work you might need to do something like
Code:
truncate -s 1440k bin/ipxe.dsk

If that still does not work, then you need to give more information about which format your IPMI needs, but I think it will work with the above truncate command (yes it will make the file larger)

Please let us know how it turns out.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: IMG/IMA support or alternative - NiKiZe - 2017-02-20 19:33



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