Changes

From Amahi Wiki
Jump to: navigation, search
You can disable the GUI and boot headless. You can also remove the boto splash screen as well.
<b>NOTE:</b> All of the following steps require privileged user environment(root user or precede commands with sudo).
* Disable GUI on boot:
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
* Restore the GUI on boot:
rm -rf /etc/systemd/system/default.target
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
* Remove the boot splash: ** Edit /etc/default/grub and add ** Add '''#''' to the beginning of the '''GRUB_CMDLINE_LINUX''' line:** Rebuild the GRUB menu:
grub2-mkconfig -o /boot/grub2/grub.cfg
* Restore boot splash by removing the :** Edit /etc/default/grub** Remove '''#''' and completing from beginning of '''GRUB_CMDLINE_LINUX''' line.** Rebuild the GRUB menu step: grub2-mkconfig -o /boot/grub2/grub.cfg
* You will need to reboot to complete the changes.
reboot
12,424

edits