Closed buzzmandt closed 2 hours ago
Hi! Where did you download the ISO from, please? Just to make sure that I check the same.
From https://get.opensuse.org/leap/16.0/
I'm sure it'll make it harder to dig it up, but I don't have this problem on any of the virtual machines I've ran it on. I can give you model numbers and hardware info if that helps. All three were laptops, all three laptops are currently running tumbleweed
It's seems that the iBFT is just a red herring. I've experienced similar issue and it was actually the X server unable to start for missing video drivers from the media. To check that...
hwinfo --gfxcard
<-- if Driver Status: is inactive, try...modprobe $that_driver
(in my case it's "i915")dmesg
will tell a lotAlso checking with less /var/log/Xorg.0.log
would tell you how far this got. Somewhere there will be a note what has failed and why. My bet is a missing file/s under /lib/modules/*/kernel/drivers/media/
Tried on one... images with more details attached
hwifno --gfxcard
ATI Technologies Inc
Trinity [Radeon HD 7640G]
Driver info #0, radeon not active, activation cmd : "modprobe radeon"
Driver info #1, amdgpu not active, activation cmd: "modprobe amdgpu"
modprobe either gives and long list of errors about symbols missing
less /var/log/Xorg.0.log
"No such file or directory"
cd /var/log/
enter
dir
returns the other picture attached. no Xorg anything listed.
log entries appear to be alternatives.log pbl.log wpa_supplicant.log
OK, so modprobe radeon
on my system throws the same error: cec missing
This might be because of how my system is connected to the monitor (HDMI), but I believe it's the same issue.
Some more info about the drivers:
i915 is mine, the other ones are @buzzmandt's
That long list of -2 errors is exactly what I was getting too. Don't know if it helps or not (more info is better) mine is a laptop with no external monitor attached.
Fixed in #1790, the cec.ko
driver and some more are now kept in the system.
On 3 real hardware machines I get
[ OK ] Started X11 Session
[ 37.668759][ T3166] No iBFT detected.
Progress is halted and system stops. I'd love to help trouble shoot this but I have no idea how.
2 older machines and 1 much newer one. All 3 are currently running tumbleweed but can't boot Agama. This was one Leap 16 pre-alpha downloaded this evening.