Page 1 of 1

A couple of not important things

Posted: 8. Oct 2022, 09:12
by miredia
Thank you for this great OS. (Nods to the left, nods to the right.)

There are a few things that I discovered which aren't serious issues at all. I'm not sure if this is the right forum to post in.

It looks like there is a bug in Python code LOL, with the "GUEFI Boot Manager". I report this because somebody might pick it from the main menu and get annoyed at being asked for the user password and then the system just sits there doing nada.

See screen shot below.

I also wanted to report something about the Salix installer, the one that looks like that for Slackware. In the phase where it installs packages, it has to update the entire screen for each package. So a bunch of small packages installed in a few seconds causes the screen to flicker which might be unpleasant to some people. Also I noticed during the first minute it kept alternating "efibootmgr" with something else, but it did it very fast. It didn't do it anymore by the time the installer got to the libraries.

Image

Re: A couple of not important things

Posted: 12. Oct 2022, 10:52
by gapan
Hi, thanks for reporting these. Can you provide the output of

Code: Select all

sudo efibootmgr
on your system? I think python chokes on some weird character.

Re: A couple of not important things

Posted: 29. Oct 2022, 23:27
by miredia
Hi gapan. I'm sorry I took a long time to respond.

Not listed in the screen shot is c.40GB Slackware 32-bit because it requested "LILO" not "ELILO" for bootloader. I wasn't going to risk it. I have to boot Slackware by going into GRUB menu for Manjaro, select it there. I have that other one because I use Wine a lot for creating music with plug-ins. I had to build it from "Slackbuilds".

Image

Re: A couple of not important things

Posted: 30. Oct 2022, 02:18
by miredia
Hi gapan. I'm sorry I took a long time to respond.

Not listed in the screen shot is c.40GB Slackware 32-bit because it requested "LILO" not "ELILO" for bootloader. I wasn't going to risk it. I have to boot Slackware by going into GRUB menu for Manjaro, select it there. I have that other one because I use Wine a lot for creating music with plug-ins. I had to build it from "Slackbuilds".

EDIT: I hesitated to print the text piped from the program because it had some junk characters:

Code: Select all

BootCurrent: 0006
Timeout: 0 seconds
BootOrder: 3003,3002,3006,2001,2002,2003
Boot0000* Network Adapter (IPv4 Legacy)	BBS(128,€ÿ,0x0)........................1..............................................
Boot0001* Notebook Hard Drive	BBS(HD,Åÿ,0x500)................-.c.......c.A.c........................................
Boot0002* manjaro	HD(2,GPT,ad510845-c71e-48c1-8464-3db9b842d66e,0xc8800,0x82000)/File(\EFI\manjaro\grubx64.efi)
Boot0003* Windows Boot Manager	HD(2,GPT,ad510845-c71e-48c1-8464-3db9b842d66e,0xc8800,0x82000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...e................
Boot0006* Salix-Xfce-15.0	HD(2,GPT,ad510845-c71e-48c1-8464-3db9b842d66e,0xc8800,0x82000)/File(\EFI\Salix-Xfce-15.0\elilo.efi)
Boot000B* Network Adapter (IPv4 Legacy)	BBS(128,€ÿ,0x0)........................1..............................................
Boot000C* Notebook Hard Drive	BBS(HD,Åÿ,0x500)................-.c.......c.A.c........................................
Boot2001* USB Drive (UEFI)	RC
Boot2002* Internal CD/DVD ROM Drive (UEFI)	RC
Boot3002* Internal Hard Disk or Solid State Disk	RC
Boot3003* Internal Hard Disk or Solid State Disk	RC
Boot3006* Internal Hard Disk or Solid State Disk	RC
Image

Re: A couple of not important things

Posted: 31. Oct 2022, 00:15
by miredia
I'm sorry for the double-post. I was in a hurry doing something else at the time and didn't notice I hit "quote" button instead of "edit", my intention was to edit the third post in this topic to give text output as well as the screen shot.