Hi all, the name's Christian, and I do feel bad that my first post on this forum is a new thread, but I could not find an answer for myself, nor in #freebsd.
Here's the situation:
Thanks for your help!
Here's the situation:
- I'm new to FreeBSD, and gave a -CURRENT snapshot a try.
- Installation to a Gigabyte IvyBridge BRIX (intel 3337 mobile chip with HD4000 graphics) went perfectly, I chose encrypted ZFS root as setup.
- Then I switched from syscons to vt in loader.conf, it loads nicely.
- A kldload of the i195 KMS worked fine too, and the resolution switched to native display resolution.
- Then I added
to loader.conf, and seemingly triggered bug 193613, meaning I get a black screen and kernel panic during boot.Code:
i915kms_load="YES"
- tell loader.conf to ignore or disable the i915 KMS load;
- mount the boot partition in a Live environment and fix loader.conf .
- I struggled with the "(3) Escape to loader" prompt:
had no impact.Code:
set i915kms_load="NO" - Neither did unloading.
showtold me that loader.conf was defined as a variable, but I did not manage to access the file or change variables.
- I struggled with the "(3) Escape to loader" prompt:
- The memory stick I had used to install FreeBSD allowed me to boot into the LiveCD environment.
- Here a
zpool import ada0p2worked as a pool import (the pool appeared as well onzpool listas onzfs list). - The file system of said LiveCD is write-only though, and I could not get ZFS to mount boot to /bootloader. I could not manually create the directory either.
- My feeble attempts to create a tmpfs partition to mount /bootloader there were also futile.
Thanks for your help!