https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228151
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- I got a similar issue with 12-CURRENT and WITHOUT_LOADER_GELI in VirtualBox. I got: "can't work out which disk we are booting from. Guessed BIOS device 0x80 not found by probes, defaulting to disk0: can't load 'kernel'" "lsdev" output was empty. The problem is passing KARGS_FLAGS_EXTARG to __exec when no extra params are passed (r316078 added the ifdef for LOADER_GELI_SUPPORT on __exec). I am not familiar with btx so I don't know how this affects loader but for me it caused bd_int13probe int13 08h to fail. Attaching patch for gptboot and isoboot (doesn't use geli so shouldn't pass KARGS_FLAGS_EXTARG) on 12-CURRENT. I think it should apply cleanly to 11.2 too. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
