https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249045
Toomas Soome <tso...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tso...@freebsd.org --- Comment #4 from Toomas Soome <tso...@freebsd.org> --- (In reply to rallenh from comment #1) My first idea is that on this system the device handles and corresponding device paths are not properly sorted; The problem with UEFI is, we only can access devices by handles, and we only do get list of handles. From this list, we are attempting to identify devices like disks and partitions, and if this identification will go wrong and we assign wrong handle to device, we obviously can not access the data... Could you post output from: lsdev -v I guess we would need to build loader.efi with debug code to be able to extract information about device paths and to see what goes wrong there. The confusing part is the fact that it does not go wrong while booting from CD, but both cases are using the same loader.efi. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"