Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Disk crisis, please clean up!


computers / alt.os.linux.ubuntu / GRUB PROBLEM SOLVED

SubjectAuthor
* need to add EFI option to Ubuntu (grub) boot menubilsch01
`* Re: need to add EFI option to Ubuntu (grub) boot menuPaul
 `- GRUB PROBLEM SOLVEDbilsch01

1
need to add EFI option to Ubuntu (grub) boot menu

<ugfboe$4ks2$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3552&group=alt.os.linux.ubuntu#3552

  copy link   Newsgroups: alt.os.linux.ubuntu
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: usenet@writer.com (bilsch01)
Newsgroups: alt.os.linux.ubuntu
Subject: need to add EFI option to Ubuntu (grub) boot menu
Date: Sun, 15 Oct 2023 00:29:00 -0700
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <ugfboe$4ks2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 15 Oct 2023 00:29:02 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a3f8376d5db770a0ab1c9757503a813a";
logging-data="152450"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+DCcx8RSuwmA1+44+p0i+e"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:N83O8vg9nMDzt4knXeGnSqhLxpY=
Content-Language: en-US
 by: bilsch01 - Sun, 15 Oct 2023 07:29 UTC

I deleted 2 ext4 partitions and extended my ntfs (Windows) partition by
additional 98 GiB, which left about 45 GiB space at the end of the SSD.
Next, I installed Ubuntu 22.04.3 at the end of the SSD using the 22.04.3
installer on a thumb drive. This gave me back my boot menu, which had
disappeared when I deleted Ubuntu - good.

The new boot menu has no option to enter EFI setup. I really want that
option on the menu - I really want that. Someone suggested this problem
might be because I booted my Ubuntu 22.04.3 installer in 'compatibility'
mode, instead of EFI mode. They said if Ubuntu does not have the directory
sys.firmware.efi
then I must have booted the installer in compatibility mode. However I
DO have directory
sys.firmware.efi. Furthermore, nowhere do I find an option to choose
"compatibility" or "EFI" when booting the Ubuntu installer.

Can anyone tell me how to add the EFI option to the (grub) boot menu.

TIA. Bill S

Re: need to add EFI option to Ubuntu (grub) boot menu

<ugfi4h$9kd1$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3553&group=alt.os.linux.ubuntu#3553

  copy link   Newsgroups: alt.os.linux.ubuntu
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nospam@needed.invalid (Paul)
Newsgroups: alt.os.linux.ubuntu
Subject: Re: need to add EFI option to Ubuntu (grub) boot menu
Date: Sat, 14 Oct 2023 22:17:52 -0400
Organization: A noiseless patient Spider
Lines: 58
Message-ID: <ugfi4h$9kd1$1@dont-email.me>
References: <ugfboe$4ks2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 15 Oct 2023 02:17:54 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="739ed789f2fcf1db9bd9175023be8134";
logging-data="315809"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18+4P9fSvtyV9rAWn432W+/z1Mq3Ff9Vl0="
User-Agent: Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock: sha1:i7D2yqa1LPLI8MajAtsXS57PQJE=
In-Reply-To: <ugfboe$4ks2$1@dont-email.me>
Content-Language: en-US
 by: Paul - Sun, 15 Oct 2023 02:17 UTC

On 10/15/2023 3:29 AM, bilsch01 wrote:
> I deleted 2 ext4 partitions and extended my ntfs (Windows) partition by additional 98 GiB, which left about 45 GiB space at the end of the SSD.
> Next, I installed Ubuntu 22.04.3 at the end of the SSD using the 22.04.3 installer on a thumb drive. This gave me back my boot menu, which had disappeared when I deleted Ubuntu - good.
>
> The new boot menu has no option to enter EFI setup. I really want that option on the menu - I really want that. Someone suggested this problem might be because I booted my Ubuntu 22.04.3 installer in 'compatibility' mode, instead of EFI mode. They said if Ubuntu does not have the directory
> sys.firmware.efi
> then I must have booted the installer in compatibility mode. However I DO have directory
> sys.firmware.efi. Furthermore, nowhere do I find an option to choose "compatibility" or "EFI" when booting the Ubuntu installer.
>
> Can anyone tell me how to add the EFI option to the (grub) boot menu.
>
> TIA.   Bill S

https://www.baeldung.com/linux/grub-bootloader-add-new-os

"
$ sudo cat /etc/default/grub | grep 'GRUB_DISABLE_OS_PROBER'
GRUB_DISABLE_OS_PROBER=true

If we get false, then it shows os-prober is active. That example needs to be changed.

# sudo update-grub
"

apt search os-prober

sudo apt install os-prober # If it is not currently installed

That's the kind of material, to make GRUB pick up windows OSes.
Check your os-prober, before doing the update-grub.

[Picture]

https://i.postimg.cc/WzrWxRY7/Boot-Menu-Multiboot-Mix.gif

This is what the update-grub looks like, when I run it there.
This would correspond to the provided [Picture].

bullwinkle@CRUISE:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-86-generic \
Found initrd image: /boot/initrd.img-5.15.0-86-generic \
Found linux image: /boot/vmlinuz-5.15.0-76-generic \
Found initrd image: /boot/initrd.img-5.15.0-76-generic \___ 21.2 material
Found linux image: /boot/vmlinuz-5.15.0-73-generic /
Found initrd image: /boot/initrd.img-5.15.0-73-generic /
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
Found Linux Mint 21.1 Vera (21.1) on /dev/sda5
Adding boot menu entry for UEFI Firmware Settings ...
done
bullwinkle@CRUISE:~$

Paul

GRUB PROBLEM SOLVED

<ugjm2s$1gr2f$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=3560&group=alt.os.linux.ubuntu#3560

  copy link   Newsgroups: alt.os.linux.ubuntu
Path: i2pn2.org!i2pn.org!newsfeed.endofthelinebbs.com!news.hispagatos.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: usenet@writer.com (bilsch01)
Newsgroups: alt.os.linux.ubuntu
Subject: GRUB PROBLEM SOLVED
Date: Mon, 16 Oct 2023 08:49:48 -0700
Organization: A noiseless patient Spider
Lines: 68
Message-ID: <ugjm2s$1gr2f$1@dont-email.me>
References: <ugfboe$4ks2$1@dont-email.me> <ugfi4h$9kd1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 16 Oct 2023 15:49:48 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="3f6f84cab74c8aea23df436760eb20b5";
logging-data="1600591"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18dSoaBFbmDAb0Uqkz9uIdD"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:glONtT91TX02vzj2EioaHhlMXCA=
In-Reply-To: <ugfi4h$9kd1$1@dont-email.me>
Content-Language: en-US
 by: bilsch01 - Mon, 16 Oct 2023 15:49 UTC

On 10/14/2023 7:17 PM, Paul wrote:
> On 10/15/2023 3:29 AM, bilsch01 wrote:
>> I deleted 2 ext4 partitions and extended my ntfs (Windows) partition by additional 98 GiB, which left about 45 GiB space at the end of the SSD.
>> Next, I installed Ubuntu 22.04.3 at the end of the SSD using the 22.04.3 installer on a thumb drive. This gave me back my boot menu, which had disappeared when I deleted Ubuntu - good.
>>
>> The new boot menu has no option to enter EFI setup. I really want that option on the menu - I really want that. Someone suggested this problem might be because I booted my Ubuntu 22.04.3 installer in 'compatibility' mode, instead of EFI mode. They said if Ubuntu does not have the directory
>> sys.firmware.efi
>> then I must have booted the installer in compatibility mode. However I DO have directory
>> sys.firmware.efi. Furthermore, nowhere do I find an option to choose "compatibility" or "EFI" when booting the Ubuntu installer.
>>
>> Can anyone tell me how to add the EFI option to the (grub) boot menu.
>>
>> TIA.   Bill S
>
> https://www.baeldung.com/linux/grub-bootloader-add-new-os
>
> "
> $ sudo cat /etc/default/grub | grep 'GRUB_DISABLE_OS_PROBER'
> GRUB_DISABLE_OS_PROBER=true
>
> If we get false, then it shows os-prober is active. That example needs to be changed.
>
> # sudo update-grub
> "
>
> apt search os-prober
>
> sudo apt install os-prober # If it is not currently installed
>
> That's the kind of material, to make GRUB pick up windows OSes.
> Check your os-prober, before doing the update-grub.
>
> [Picture]
>
> https://i.postimg.cc/WzrWxRY7/Boot-Menu-Multiboot-Mix.gif
>
> This is what the update-grub looks like, when I run it there.
> This would correspond to the provided [Picture].
>
> bullwinkle@CRUISE:~$ sudo update-grub
> Sourcing file `/etc/default/grub'
> Sourcing file `/etc/default/grub.d/50_linuxmint.cfg'
> Sourcing file `/etc/default/grub.d/init-select.cfg'
> Generating grub configuration file ...
> Found linux image: /boot/vmlinuz-5.15.0-86-generic \
> Found initrd image: /boot/initrd.img-5.15.0-86-generic \
> Found linux image: /boot/vmlinuz-5.15.0-76-generic \
> Found initrd image: /boot/initrd.img-5.15.0-76-generic \___ 21.2 material
> Found linux image: /boot/vmlinuz-5.15.0-73-generic /
> Found initrd image: /boot/initrd.img-5.15.0-73-generic /
> Warning: os-prober will be executed to detect other bootable partitions.
> Its output will be used to detect bootable binaries on them and create new boot entries.
> Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi
> Found Linux Mint 21.1 Vera (21.1) on /dev/sda5
> Adding boot menu entry for UEFI Firmware Settings ...
> done
> bullwinkle@CRUISE:~$
>
> Paul

By chance I tried the boot menu option titled: ADVANCED OPTIONS FOR
UBUNTU
and from there I selected the option titled: UBUNTU, WITH LINUX
6.2.0-34-GENERIC (RECOVERY MODE)

That opens a menu that has an option titled: UPDATE GRUB BOOTLOADER. I
clicked that and now the boot menu is corrected i.e. it has the EFI
settings option that it is supposed to have.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor