Even simple scripts don't boot with 6.1 on my targets

This is as simple as you can get and its like it can’t find the files under
/proc/boot if there even there. These and other scripts worked with previous
releases when I put them on floppy or Compact Flash but now I just get
“Unables…” (SEE BELOW). I think the startup-bios ran and procnto is in
control but it can’t find things. My Desktop Loaded 6.1 OK. I upgraded the
fix to 6.1 posted on your web site. Probably going to have to go back to the
first release. Is this an ALPHA release :slight_smile:. I had no trouble installing
this version from the .iso CD image (442 Meg) or installing the compilers
and such but I can’t make /.boot files that boot anymore.

[virtual=x86,bios +compress] .bootstrap = {
startup-bios
PATH=/proc/boot procnto
}

[+script] .script = {
devc-con &
reopen /dev/con1

display_msg Welcome to GE/QNX6
[+session] esh
}
libc.so.1
[type=link] /usr/lib/ldqnx.so.1=/proc/boot/libc.so.1
[type=link] /tmp= /dev/shmem

[data=copy]
devc-con
esh
sin
pidin
ls
cat


Hit Esc for .altboot…Unable to start “devc-con” (83)
Unable to access “/devc-con1” (2)
Welcome to GE/QNX6
Unable to start “esh” (83)
_
Dennis

All 6.1 binaries uses libc.so.2 So you need to include lib.c.so.2 and not
…1

devc-con is unable to start because it can’t find the required .so file.
Same for esh. Check /usr/include/errno.h for descripton of the error code
83, comment
says “Can’t access shared library”.


“Dennis Morehart” <demorehart@earthlink.net> wrote in message
news:9ilk4v$t1q$1@inn.qnx.com

This is as simple as you can get and its like it can’t find the files
under
/proc/boot if there even there. These and other scripts worked with
previous
releases when I put them on floppy or Compact Flash but now I just get
“Unables…” (SEE BELOW). I think the startup-bios ran and procnto is
in
control but it can’t find things. My Desktop Loaded 6.1 OK. I upgraded the
fix to 6.1 posted on your web site. Probably going to have to go back to
the
first release. Is this an ALPHA release > :slight_smile:> . I had no trouble installing
this version from the .iso CD image (442 Meg) or installing the compilers
and such but I can’t make /.boot files that boot anymore.

[virtual=x86,bios +compress] .bootstrap = {
startup-bios
PATH=/proc/boot procnto
}

[+script] .script = {
devc-con &
reopen /dev/con1

display_msg Welcome to GE/QNX6
[+session] esh
}
libc.so.1
[type=link] /usr/lib/ldqnx.so.1=/proc/boot/libc.so.1
[type=link] /tmp= /dev/shmem

[data=copy]
devc-con
esh
sin
pidin
ls
cat


Hit Esc for .altboot…Unable to start “devc-con” (83)
Unable to access “/devc-con1” (2)
Welcome to GE/QNX6
Unable to start “esh” (83)
_
Dennis