Hi. Today I had the brilliant idea to change from sc to vt new console.
So I add this line on/boot/loader.conf
Rebooted and I got kernel panic because vesa failed to register!
The problem is that now I cannot boot nowhere to remove the line. Anywhere tries to boot newscon, always give me panic, panic, panic!
I thought to go to loader and give using
but I don't know how to do it.
Any idea? Of course I don't want to reinstall the whole FreeBSD for just one line! I just want to remove it.
PS. I have no installation cd to mount the FS to change the line so I must do it from startup menu.
So I add this line on/boot/loader.conf
Code:
kern.vty=vt
The problem is that now I cannot boot nowhere to remove the line. Anywhere tries to boot newscon, always give me panic, panic, panic!
I thought to go to loader and give using
echo a # before
Code:
kern.vty=vt
Any idea? Of course I don't want to reinstall the whole FreeBSD for just one line! I just want to remove it.
PS. I have no installation cd to mount the FS to change the line so I must do it from startup menu.