Disable bluetooth on startup for Ubuntu
To disable Bluetooth on Ubuntu persistently (stays off after reboot too):
systemctl disable bluetooth.service
To manually re-enable Bluetooth if desired:
systemctl enable bluetooth.service
To disable Bluetooth on Ubuntu persistently (stays off after reboot too):
systemctl disable bluetooth.service
To manually re-enable Bluetooth if desired:
systemctl enable bluetooth.service