spaceman wrote:the installed system halt and fails to boot just a populating /dev and, this time, loading bluetooth drivers. Screen flashes once and remains black and boots no further, it won't switch t another terminal either.
It is odd for an installed system to fail when the live system boots. But the cli installer has a small bug; it neglects to copy over the non-live boot parameters to
/etc/default/grub. This hadn't been a issue before. The symptoms from your previous problem indicated the missing boot parameter was vga=xxx. This time I suggest you try adding the"nomodeset" boot parameter. It should fix the problem with the screen going blank while"populating /dev".
If"nomodeset" doesn't help then I suggest you try base or full since those kernels have been more thoroughly tested. If you want to boot directly to the command line and not start X, use these two boot parameters"fdb+ 3". The"3" will keep you at the command line (use"telinit 5" as root to start X from there) and"fdb+" will log you in as root on vt2, vt3, and vt4 (I think) and switch to vt2.
On the live system, the command /live/bin/non-live-cmdline will show you the non-live boot parameters that should get copied to
/etc/default/grub on the installed system.