Actions
Regression #12707
closedMinnowboard Turbo cannot boot a clean install
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
22.01
Release Notes:
Default
Affected Version:
2.6.0
Affected Architecture:
amd64
Description
The MBT-4220/2220 cannot boot a clean 2.6 install because it is loading the ZFS kernel module even when it is installed as UFS.
This conflicts with the i915 module, which is required for HDMI hotplug, by exgausting the efi address space as we have previously seen.
The Minnowboard Turbot devices should never load ZFS to prevent that.
Hangs at first boot here:
Autoboot in 0 seconds. [Space] to pause Loading kernel... /boot/kernel/kernel text=0x1a5f37c data=0x140 data=0x1b63940 syms=[0x8+0x1c1370/+0x8+0x1c7bb8] Loading configured modules... /boot/kernel/opensolaris.ko size 0x9860 at 0x3cee000 /boot/kernel/i915kms.ko size 0xe0b68 at 0x3cf8000 loading required module 'iicbb' /boot/kernel/iicbb.ko size 0x4bf0 at 0x3dd9000 loading required module 'iicbus' /boot/kernel/iicbus.ko size 0x9c28 at 0x3dde000 loading required module 'iic' /boot/kernel/iic.ko size 0x2f70 at 0x3de8000 loading required module 'drmn' /boot/kernel/drm2.ko size 0x71220 at 0x3deb000 can't find '/etc/hostid' /boot/kernel/zfs.ko size 0x39adb0 at 0x3e5d000 /boot/entropy size=0x1000 Start @ 0xffffffff803a1000 ... EFI framebuffer information: addr, size 0x80000000, 0x1d4c00 dimensions 800 x 600 stride 800 masks 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000
Actions