i’m trying to create a qnx4.25 boot cd using mkisofs, but keep getting the
error that my boot image isn’t an acceptable size. i used knowledge base
ref# qnx.000010345 as a reference, but it doesn’t give any info on the
mkisofs command line. i’m using the command “mkisofs -b boot.image -c
boot.catalog -o /dos/c/bootcd.iso /cdboot” i’ve copied the .boot file from
my root directory into a directory called cdboot and called the file
“boot.image”.
as long as i don’t try to make boot cds (-b), the mkisofs program has worked
great for creating iso files. can anyone tell me the proper way it
implement the -b switch with mkisofs and qnx425.
thanks,
shontay
Hi Shontay,
The boot image is different from the “.boot” file you are using. When I
make a boot image, I do the following:
- Put a regular floppy disk in your floppy drive (make sure there’s nothing
on it you want to save)
- dinit /dev/fd0
- mount /dev/fd0 /fd0
- copy the .boot file you want to use as the loader to /fd0/.boot
- cp /dev/fd0 boot.image
What you are doing is making a floppy image. The item copies the raw floppy
image from the disk and stores it in a file named boot.image.
Hope that helps,
Ron
“shon dessart” <shon.dessart@voith.com> wrote in message
news:aip8qi$8hr$1@inn.qnx.com…
i’m trying to create a qnx4.25 boot cd using mkisofs, but keep getting the
error that my boot image isn’t an acceptable size. i used knowledge base
ref# qnx.000010345 as a reference, but it doesn’t give any info on the
mkisofs command line. i’m using the command “mkisofs -b boot.image -c
boot.catalog -o /dos/c/bootcd.iso /cdboot” i’ve copied the .boot file
from
my root directory into a directory called cdboot and called the file
“boot.image”.
as long as i don’t try to make boot cds (-b), the mkisofs program has
worked
great for creating iso files. can anyone tell me the proper way it
implement the -b switch with mkisofs and qnx425.
thanks,
shontay
thanks ron, i’'l give that a try.
“Ron Cococcia” <ron.nospam@request.nospam.com> wrote in message
news:ais2j7$d1d$1@inn.qnx.com…
Hi Shontay,
The boot image is different from the “.boot” file you are using. When
I
make a boot image, I do the following:
- Put a regular floppy disk in your floppy drive (make sure there’s
nothing
on it you want to save)
- dinit /dev/fd0
- mount /dev/fd0 /fd0
- copy the .boot file you want to use as the loader to /fd0/.boot
- cp /dev/fd0 boot.image
What you are doing is making a floppy image. The item copies the raw
floppy
image from the disk and stores it in a file named boot.image.
Hope that helps,
Ron
“shon dessart” <> shon.dessart@voith.com> > wrote in message
news:aip8qi$8hr$> 1@inn.qnx.com> …
i’m trying to create a qnx4.25 boot cd using mkisofs, but keep getting
the
error that my boot image isn’t an acceptable size. i used knowledge
base
ref# qnx.000010345 as a reference, but it doesn’t give any info on the
mkisofs command line. i’m using the command “mkisofs -b boot.image -c
boot.catalog -o /dos/c/bootcd.iso /cdboot” i’ve copied the .boot file
from
my root directory into a directory called cdboot and called the file
“boot.image”.
as long as i don’t try to make boot cds (-b), the mkisofs program has
worked
great for creating iso files. can anyone tell me the proper way it
implement the -b switch with mkisofs and qnx425.
thanks,
shontay
\
that worked. thanks for the help ron.
“shon dessart” <shon.dessart@voith.com> wrote in message
news:ais391$del$1@inn.qnx.com…
thanks ron, i’'l give that a try.
“Ron Cococcia” <> ron.nospam@request.nospam.com> > wrote in message
news:ais2j7$d1d$> 1@inn.qnx.com> …
Hi Shontay,
The boot image is different from the “.boot” file you are using.
When
I
make a boot image, I do the following:
- Put a regular floppy disk in your floppy drive (make sure there’s
nothing
on it you want to save)
- dinit /dev/fd0
- mount /dev/fd0 /fd0
- copy the .boot file you want to use as the loader to /fd0/.boot
- cp /dev/fd0 boot.image
What you are doing is making a floppy image. The item copies the raw
floppy
image from the disk and stores it in a file named boot.image.
Hope that helps,
Ron
“shon dessart” <> shon.dessart@voith.com> > wrote in message
news:aip8qi$8hr$> 1@inn.qnx.com> …
i’m trying to create a qnx4.25 boot cd using mkisofs, but keep getting
the
error that my boot image isn’t an acceptable size. i used knowledge
base
ref# qnx.000010345 as a reference, but it doesn’t give any info on
the
mkisofs command line. i’m using the command “mkisofs -b boot.image -c
boot.catalog -o /dos/c/bootcd.iso /cdboot” i’ve copied the .boot file
from
my root directory into a directory called cdboot and called the file
“boot.image”.
as long as i don’t try to make boot cds (-b), the mkisofs program has
worked
great for creating iso files. can anyone tell me the proper way it
implement the -b switch with mkisofs and qnx425.
thanks,
shontay
\