FreeBSD doesn't boot automatically from UEFI

2016-08-14 Thread Eugene M. Zheganin

Hi.

Recently I've installed FreeBSD 10.3 as an experiment to get the 
UEFI-enabled system, on one of mine Supermicro servers. The installer 
worked just fine, but after insttallation I got myself a problem: it 
cannot boot. If I select to boot the old way, froma disk, BIOS says 
there's no valid boot device, and I guess i'ts as intended. When I 
select to boot to the UEFI shell, I got a listing of valid boot deviced 
identificators, and then an error:


===Cut===

'f??('is not recognized as an internal or external command, operable 
program or batch file


Exit status code: Invalid parameter

===Cut===

and the booting process bails to the shell itself.

When I enter

===Cut===

fs0:

EFI\BOOT\BOOTX64.EFI

===Cut===

FreeBSD boots just fine, but I would rather see it boots automatically.

So, is there any way for this to be resolved ?


Thanks.

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


stable/11 -r304029: an isolated "CAM status: CCB request completed with an error" (I've never had such before)

2016-08-14 Thread Mark Millard
I've never gotten the following sort of isolated "CCB request completed with an 
error" before on the rpi2 configuration that I use (many 11.0-CURRENT and 
11.0-BETA builds).

So far I've only seen this one "CCB request completed with an error". I note it 
in case others also see such on occasion.

> # script ~/ports_typescripts/r419978_typescript portmaster -DKa
> Script started, output file is /root/ports_typescripts/r419978_typescript
> ===>>> Starting check of installed ports for available updates
> ===>>> Launching child to update ca_root_nss-3.25 to ca_root_nss-3.26
>  
> ===>>> All >> ca_root_nss-3.25 (1/1)
>  
> ===>>> Currently installed version: ca_root_nss-3.25
> ===>>> Port directory: /usr/ports/security/ca_root_nss
>  
> ===>>> Launching 'make checksum' for security/ca_root_nss in background
> ===>>> Gathering dependency list for security/ca_root_nss from ports
> ===>>> Initial dependency check complete for security/ca_root_nss
>  
> ===>>> Returning to update check of installed ports
>  
> (da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 15 f4 42 40 00 00 80 00 
> (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
> (da0:umass-sim0:0:0:0): Retrying command
>  
> ===>>> All >> (1)


Context details:

# svnlite info /usr/src | grep "Rev[i:]"
Revision: 304029
Last Changed Rev: 304029

# uname -apKU
FreeBSD rpi2 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #4 r304029M: Sat Aug 13 
01:10:34 PDT 2016 
markmi@FreeBSDx64:/usr/obj/clang/arm.armv6/usr/src/sys/RPI2-NODBG  arm armv6 
1100500 1100500

# svnlite info /usr/ports | grep "Rev[i:]"
Revision: 419978
Last Changed Rev: 419978


===
Mark Millard
markmi at dsl-only.net

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


SVR4(32bit binaries) doesn't work.

2016-08-14 Thread ke...@kens.fm
The binaries, which is name="old_program", work well under the 
 10.2-RELEASE_amd64(BASE+KERNEL+LIB32+compat4x-i386).

# brandelf ./old_program
File './old_program' is of brand 'SVR4' (0)


>From then I update it to 10.3R by freebsd-updete, an error was occurred.

# ./old_program
ELF interpreter /usr/libexec/ld-elf.so.1 not found, error 8
Abort


As a result of verifying the update of STABLE/10 from 10.2R to 10.3R, it was 
found that it can be repaired by removing r293499.


cd /usr/src/
patch -p2 -R -i  r293499.diff
make buildkernel
make installkernel
reboot

( r293499.diff )
 
https://svnweb.freebsd.org/base/stable/10/sys/kern/imgact_elf.c?r1=293318&r2=293449



I've registered it to Bugzilla.
 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211837





--
Kenji
Osaka Japan

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"