Solved Kernel panic after vesa_load="YES"

I was trying to get a high resolution console and put and enabled vesa in my loader.conf.
Now my installation is kernel panicing.
I tried escaping to the loader prompt and doing
Code:
set vesa_load="NO"
but apparently that's not how it works or maybe i got the wrong variable
ideas?
 
Looks like my real problem was trying to load vesa with kern.vt set to vt.
Changed to SC and solved it.
I should say for anyone googling the similar issue and coming across my issue.
I used the loader prompt and the "set" command for this.
 
Back
Top