[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:Re: grub2 stuck
From: |
bgb |
Subject: |
Re:Re: grub2 stuck |
Date: |
Sun, 8 Jan 2023 22:22:20 +0800 (CST) |
Randy,
thanks for reply,
I didn't find the config line under /etc/grub.d/.
actually, there isn't a swap partition, I thoght it is not necessary when I
install my archlinux
so, do you think if swap is necessary to solve my problem, or maybe there are
other ways ?
best regards.
At 2023-01-08 10:35:41, "Randy Goldenberg" <randy.goldenberg@gmail.com> wrote:
>Correction:
>
>UUID should be UUID for the swap partition.
>
>On Sat, Jan 7, 2023 at 10:54 AM Randy Goldenberg
><randy.goldenberg@gmail.com> wrote:
>>
>> Check grub.cfg for a line like
>>
>> GRUB_CMDLINE_LINUX_DEFAULT="resume=UUID=<UUID of filesystem with root
>> filesystem>"
>>
>> On Sat, Jan 7, 2023 at 7:33 AM bgb <bgb711@yeah.net> wrote:
>> >
>> > Hi,
>> >
>> >
>> >
>> > I installed ArchLinux on my intel NUC11, there is already an windows
>> > before that.
>> >
>> > the problem is:
>> > after I shutdown the machine,
>> >
>> > if screen is in sleep mode, next boot will hang at grub menu. there is
>> > nothing I can do except force shutdown with power botton.
>> > if screen is NOT in sleep mode, which means I do next boot immediately
>> > after shutdown or do next boot immediately after I manually power down and
>> > power up screen. next boot behaves normal.
>> >
>> >
>> > above problem disappears if I use another machine, e.g. macbook
>> >
>> >
>> > do you have any idea on this problem? thanks.
>> >
>> >
>> > best regards.