I made a system using raspbian-ua-netinst-v1.0.5, if you are familiar with it, I just added the option "release=jessie" to the config file, to use testing instead of wheezy.
I did this to try and compile MAME and advancemame, which kept pooping out with compiler bugs on raspbian wheezy. I finally got advancemame to compile, and I wanted to test it in console mode... and there my trouble started.
I cannot get the damn thing to boot to console instead of X. If lightdm is installed, it starts up no matter what I've tried.
Using raspi-config to change boot options did not work. It warns me that the default LSB runlevels are being overridden to what I want , all good there, but you boot up, and there comes "Starting Light Display Manager".
I tried using sysv-rc-conf to disable lightdm at all runlevels. No success.
I tried using update-rc.d to do the same thing. No success.
I even executed
Code: Select all
update-rc.d -f lightdm removeI tried modifying
Code: Select all
/etc/init.d/lightdmThere must be something I'm missing here. Any ideas? The only clue I have is the console messages involving "Starting LSB: ..."; perhaps it's using the default LSB values instead of the ones specified?
thanks for any info on this.