| Summary: | UEFI boot fails on UEFI capable machine with successful install | ||
|---|---|---|---|
| Product: | Base System | Reporter: | aviator45003 |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | New --- | ||
| Severity: | Affects Some People | CC: | amd64, smh |
| Priority: | --- | ||
| Version: | 10.2-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
aviator45003
2016-01-20 19:34:54 UTC
How often do you get the error? Can you provoke it? Given the error and the random nature you may have a hardware fault. Have you tried a memory test? There has been a lot of changes in EFI recently in head, while I'm not personally aware of any changes that might fix this, if you can provoke it regularly then it might be worth testing head to see if any of said changes do fix it. (In reply to Steven Hartland from comment #1) It is a regular thing - it occurs every boot from installed media in UEFI mode The machine is stable running FreeBSD in BIOS mode right now. The only way to get it to work was installing BIOS mode, booting into the install, rebooting into the UEFI installer, and installing in UEFI mode. Only then would it successfully boot. Not a ranom failure, that printout you saw could happen any time I booted with no differences. I have not tried a memory test. I can try burning HEAD to a disk and testing it if that is the best solution. http://imgur.com/a/uS6g6 is what it looks like when I try entering things at the prompt, on a different attempt to boot an installed UEFI FreeBSD. I see your devices are mfi another thing you might want to try is switch to mrsas. If you have this in the kernel (its not by default) or as a module you can: * load mrsas * set hw.mfi.mrsas_enable 1 This will give you daX devices instead of mfipdX so you'll need to update your root too. Quite a few stabs in the dark I'm afraid, but hope something turns up some useful info. (In reply to Steven Hartland from comment #3) The boot medium is a hardware mirror of 2 SAS drives. I wouldn't have a place to set those options on the booting medium due to the crashing before I get to a useable prompt. I appreciate your suggestions. In addition, are the mfi vs. mrsas drivers different in UEFI vs. BIOS? It works great in BIOS. All those can, and need to be, done from the boot loader prompt, which is why I mentioned it ;-) Any joy? |