How to boot floppy image without floppy drive?

Posted by Teddy on Server Fault See other posts from Server Fault or by Teddy
Published on 2010-04-29T13:26:07Z Indexed on 2010/04/29 13:27 UTC
Read the original article Hit count: 438

Filed under:
|
|

Suppose I have a 1.44 MB floppy image with, say, a BIOS update, and a server with no floppy drive. How do I boot this image on the server? Without getting a USB floppy drive, that is.

I tried copying the image to a USB drive (raw copy using dd), but it didn't boot, it just said "No kernel" and contiued booting on the HD.

© Server Fault or respective owner

Related posts about floppy

  • How to boot floppy image without floppy drive?

    as seen on Server Fault - Search for 'Server Fault'
    Suppose I have a 1.44 MB floppy image with, say, a BIOS update, and a server with no floppy drive. How do I boot this image on the server? Without getting a USB floppy drive, that is. I tried copying the image to a USB drive (raw copy using dd), but it didn't boot, it just said "No kernel" and… >>> More

  • How can I get a USB floppy drive to work?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have a Toshiba USB floppy drive that I need to use under Ubuntu. When I connect it, and insert a floppy disk in it, I do not see anything mounted under Ubuntu 10.10. I was suspecting the hardware and/or the floppy disk to be defective, and so I tested the floppy disk as well as the floppy drive… >>> More

  • How to read Mac floppy on a PC?

    as seen on Server Fault - Search for 'Server Fault'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • How to read Mac floppy on a PC?

    as seen on Super User - Search for 'Super User'
    I have a floppy made on a Mac years ago. I'd like to pull some files from it, but Macs haven't had floppies in forever, so I don't have one. I tried an app called MacOpener, but it didn't seem to work, plus it was pretty old. I even tried sharing the PC's A:\ drive and accessing it remotely from… >>> More

  • Why won't the floppy mount?

    as seen on Super User - Search for 'Super User'
    The 1.44Meg floppy won't mount in my Nautilus file browser. When I try to mount it, it says there is no media in the drive. Yet, I can write to the floppy through the terminal using the 'cp' command. I can enter the command: mount -t ext2 /floppy and it mounts. I have also run a check and the disk… >>> More

Related posts about disk-images