You are not logged in.
Pages: 1
Is there any way to add a grub menuentry to start arch without x?
Last edited by Quatro (2014-08-21 00:14:42)
Offline
By menuentry i assume you mean one other than the default for arch.
There is, I believe this may help you. https://wiki.archlinux.org/index.php/GR … b-mkconfig
Currently on phone so its too hard to give exact instructions atm. Internets out -.-
Offline
You'd probably indeed want a custom GRUB entry booting to multi-user.target. https://wiki.archlinux.org/index.php/Sy … _boot_into
Last edited by lucke (2014-08-21 00:20:06)
Offline
Thanks. It works! Step by step:
Copy paste my arch-linux menuentry from /boot/grub/grub.cfg to /etc/grub.d/40_custom.
Find the line that starts with: linux /boot/vmlinuz-linux
On the end of that line add systemd.unit=multi-user.target
Offline
Pages: 1