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: 398
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