Need to get a file written to a floppy.

Posted by dboarman-FissureStudios on Super User See other posts from Super User or by dboarman-FissureStudios
Published on 2010-03-29T03:40:31Z Indexed on 2010/03/29 3:43 UTC
Read the original article Hit count: 364

Filed under:
|

I asked this question over on SO. I have tried

dd if=kernel.sys of=/dev/fd0 bs=512 seek=1

to get this file to write to the floppy. It is a kernel shell that must be written to the sector immediately following the bootsector of a disk to boot the PC. No matter what I've tried, for some reason, kernel.sys is not writing to the floppy. I know the bootstrap loader is being written and executed. However, it cannot find the kernel to load the shell.

Any ideas on what I am doing wrong? I mean, really, how is it so difficult to get this file written to a floppy?

OpenSUSE 11.2

© Super User or respective owner

Related posts about opensuse

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