Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Doug Newgard
On Mon, 14 Nov 2016 23:25:45 +0100 Tung Anh Vu via arch-general wrote: > I managed to make the boot menu screen not appear by holding the minus key > down to 0 second timeout in the boot menu itself. > Thanks everyone, especially David Thurstenson. > > PS: I still have no idea, why does systemd-

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
I managed to make the boot menu screen not appear by holding the minus key down to 0 second timeout in the boot menu itself. Thanks everyone, especially David Thurstenson. PS: I still have no idea, why does systemd-boot ignore the timeout setting from loader.conf, but obeys the rest. On Mon, Nov

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Rich
timeout 0 <-- in loader.conf 1st line default arch <-- in loader.conf 2nd line On 11/14/2016 12:58 PM, David Thurstenson via arch-general wrote: On Mon, Nov 14, 2016 at 12:55 PM, Tung Anh Vu via arch-general wrote: Exactly. I'm successfully booting, so the /boot/loader/entries/arch.conf is pre

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
I just tried and it didn't help. Just in case, is the location /boot/loader/loader.conf correct? Also, do I need to explicitly reload the conf file using some bootctl command? On Mon, Nov 14, 2016 at 7:58 PM, David Thurstenson via arch-general < arch-general@archlinux.org> wrote: > Try setting "t

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread David Thurstenson via arch-general
On Mon, Nov 14, 2016 at 12:55 PM, Tung Anh Vu via arch-general wrote: > Exactly. I'm successfully booting, so the /boot/loader/entries/arch.conf is > present and appears to be correct. > My problem is, that I'm trying to make the boot menu to *not* appear, but > without any success. Try setting "

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
Exactly. I'm successfully booting, so the /boot/loader/entries/arch.conf is present and appears to be correct. My problem is, that I'm trying to make the boot menu to *not* appear, but without any success. On Mon, Nov 14, 2016 at 7:47 PM, David Thurstenson via arch-general < arch-general@archlinux

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread David Thurstenson via arch-general
On Mon, Nov 14, 2016 at 12:39 PM, Zachary Kline wrote: > Hello, > > I think the boot menu will still appear, because the default boot entry just > indicates which OS will be booted after the timeout. It doesn’t stop the menu > from appearing, or you couldn’t pick another OS easily. > Best, > Zac

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Zachary Kline
Hello, I think the boot menu will still appear, because the default boot entry just indicates which OS will be booted after the timeout. It doesn’t stop the menu from appearing, or you couldn’t pick another OS easily. Best, Zack. > On Nov 14, 2016, at 10:02 AM, Tung Anh Vu via arch-general > w

Re: [arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Cade Robinson via arch-general
: arch-general@archlinux.org Cc: Tung Anh Vu Subject: [arch-general] systemd-boot ignores loader.conf Hello all, I'm using systemd-boot on my laptop. My /boot/loader/loader.conf contains only the line: default arch but when booting, the boot menu still appears. What could be the cau

[arch-general] systemd-boot ignores loader.conf

2016-11-14 Thread Tung Anh Vu via arch-general
Hello all, I'm using systemd-boot on my laptop. My /boot/loader/loader.conf contains only the line: default arch but when booting, the boot menu still appears. What could be the cause of this issue? Thanks in advance. - Tung Anh