Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Boot Floppy problem: (2 Items)
   
Boot Floppy problem  
I wanted to create a boot/ recovery floppy for support purposes and followed these instructions from the Neutrino help 
file: 

"The root directory of the QNX SDP Installation DVD or the Installation and Boot CD contains an image of a bootable 
floppy, named instflop.dat. To copy this file to a boot disk:

    * On UNIX-style machines (including QNX Neutrino), use a utility such as dd to copy this image to a boot disk:

      dd if=instflop.dat of=/dev/fd0
"
However, after creation when booting from the the floppy it just says "Booting QNX SDP D" and then freezes up. Are there
 any additional steps required to make the boot floppy functional?
Re: Boot Floppy problem  
Hi Frank,

Ahh...interesting. That piece of the documentation will need to be
changed. The boot image on the DVD is actually 2.88MB and I would guess
your floppy is 1.44MB. 

In this case it's probably easiest to copy the image from your system.
The stock boot images should fit on a standard 1.44MB boot floppy. The
images can be found under /boot/fs on your Neutrino system. In this case
I'm going to pick the most standard one: qnxbasedma.ifs.

dinit -F -f /boot/fs/qnxbasedma.ifs /dev/fd0 

You can replace /boot/fs/qnxbasedma.ifs with /.boot if you would prefer
to use the exact same image as your current Neutrino host.

--
Keith Russell



On Wed, 2009-08-19 at 13:55 -0400, Frank Sevier wrote:

> I wanted to create a boot/ recovery floppy for support purposes and followed these instructions from the Neutrino help
 file: 
> 
> "The root directory of the QNX SDP Installation DVD or the Installation and Boot CD contains an image of a bootable 
floppy, named instflop.dat. To copy this file to a boot disk:
> 
>     * On UNIX-style machines (including QNX Neutrino), use a utility such as dd to copy this image to a boot disk:
> 
>       dd if=instflop.dat of=/dev/fd0
> "
> However, after creation when booting from the the floppy it just says "Booting QNX SDP D" and then freezes up. Are 
there any additional steps required to make the boot floppy functional?
> 
> 
> 
> _______________________________________________
> 
> QNX Momentics Getting Started
> http://community.qnx.com/sf/go/post36313
>