Author Topic: How to get rid of the second boot menue?  (Read 1628 times)

Sigurd Fastenrath

  • Hero Member
  • *****
  • Posts: 597
  • Karma: +29/-0
  • OS/2 Versus Hardware - Maximum Warp!
    • View Profile
How to get rid of the second boot menue?
« on: September 04, 2024, 09:55:25 pm »
I created a second UEFI ArcaOS Type 1 JFS partition to store Data on it. Everything worked as expected, it is visible and usable.

Please see picture one.

But, on every boot, after choosing ArcaOS via rEFInd Boot Manager, the OS/2 Logo appears on the upper left corner, and next some kind of second Boot Menue.

Please see picture two.

As this is some kind of anoying, I would like to get rid of this menu, booting straight into ArcaOS, as it did before I created the partition.

Any ideas?

Help is really appriciated, thank you very much in advance!
« Last Edit: September 04, 2024, 10:03:35 pm by Sigurd Fastenrath »

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4983
  • Karma: +110/-1
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #1 on: September 04, 2024, 10:09:00 pm »
Add the drive letter as an option? My rEFInd menu entry for AOS 5.1 on drive M:
Code: [Select]
# This is an entry for ArcaOS 5.1 in UEFI mode
menuentry ArcaOS-5.1 {
    icon \EFI\refind\icons\os_aos.png
    loader \EFI\OS2\OS2LDR.EFI
    options "M:"
}


Sigurd Fastenrath

  • Hero Member
  • *****
  • Posts: 597
  • Karma: +29/-0
  • OS/2 Versus Hardware - Maximum Warp!
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #2 on: September 06, 2024, 09:57:54 am »
Danke sehr. I will try it.

Alex Taylor

  • Sr. Member
  • ****
  • Posts: 395
  • Karma: +5/-0
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #3 on: September 06, 2024, 02:39:17 pm »
Are you using an old or prerelease version of the UEFI ArcaOS boot loader? That menu is part of the loader, but it's been disabled by default in all GA releases.

MPJ

  • Newbie
  • *
  • Posts: 30
  • Karma: +2/-0
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #4 on: September 06, 2024, 05:53:39 pm »
The menu also appears for me if I have more than one partition and it is a 5.1 GA.

Sigurd Fastenrath

  • Hero Member
  • *****
  • Posts: 597
  • Karma: +29/-0
  • OS/2 Versus Hardware - Maximum Warp!
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #5 on: September 06, 2024, 10:47:33 pm »
Are you using an old or prerelease version of the UEFI ArcaOS boot loader? That menu is part of the loader, but it's been disabled by default in all GA releases.

5.1 GA (english)

Rich Walsh

  • Sr. Member
  • ****
  • Posts: 350
  • Karma: +23/-0
  • ONU! (OS/2 is NOT Unix!)
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #6 on: September 07, 2024, 03:05:14 am »
Are you using an old or prerelease version of the UEFI ArcaOS boot loader? That menu is part of the loader, but it's been disabled by default in all GA releases.

If there's more than one bootable partition, and the user hasn't specified the one to use (via the commandline), how else is 'os2ldr.efi' supposed to know which one to boot? The partition menu is required for proper operation.

In any case, having it available (e.g. via the "*" menu entry in ANLauncher) allows the user to select a partition that may not be on his bootmanager's menu.

Sigurd Fastenrath

  • Hero Member
  • *****
  • Posts: 597
  • Karma: +29/-0
  • OS/2 Versus Hardware - Maximum Warp!
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #7 on: September 07, 2024, 02:51:15 pm »
Add the drive letter as an option? My rEFInd menu entry for AOS 5.1 on drive M:
Code: [Select]
# This is an entry for ArcaOS 5.1 in UEFI mode
menuentry ArcaOS-5.1 {
    icon \EFI\refind\icons\os_aos.png
    loader \EFI\OS2\OS2LDR.EFI
    options "M:"
}


Works, thank you very much.

Sigurd Fastenrath

  • Hero Member
  • *****
  • Posts: 597
  • Karma: +29/-0
  • OS/2 Versus Hardware - Maximum Warp!
    • View Profile
Re: How to get rid of the second boot menue?
« Reply #8 on: September 07, 2024, 02:52:51 pm »
If there's more than one bootable partition, and the user hasn't specified the one to use (via the commandline), how else is 'os2ldr.efi' supposed to know which one to boot? The partition menu is required for proper operation.

Maybe is there a chance to implement such a question when creating a drive "Bootable or not"