LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trying to access boot order to read from a USB asked for administrator psswrd ...not accepted? (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-access-boot-order-to-read-from-a-usb-asked-for-administrator-psswrd-not-accepted-4175733050/)

ini 01-22-2024 05:04 AM

trying to access boot order to read from a USB asked for administrator psswrd ...not accepted?
 
Greetings from Portugal @10:37hrs,

Hardware: Hp Pavilion desktop 590-poxxx, 8Gib DDR4, i5-8400 CPU @2.8GHz x6, UHD Graphics 630 (CFL GT2)
I'm running with Pop!_OS 22.04 LTS, 64-bit, Gnome 42.9
Windowing x11

To open Pop OS my psswrd is still being accepted

However, when trying to access boot menu (F9 @start up) I'm asked to enter administrator psswrd?

I use the same psswrd resulting in a symbol I assume to mean You are locked out/cannot access the boot menu

Surfing tinternet over the weekend I encountered someone with a similar problem. However, I didn't take to much heed at the time... duh The gist of said conversation was 'groups' in the terminal had been changed... which means nada to me! I'm a GUI dude the terminal is where a train arrives at :-)

Now, I have embarked on a self help journey...

https://www.youtube.com/watch?v=ZtqBQ68cfJc & https://www.freecodecamp.org/news/th...ands-handbook/

However, I'd appreciate a 'shove' in the right direction re. my psswrd problem as the 2 links are for me a very large rabbit hole

TIA, ini

hazel 01-22-2024 05:12 AM

The F9/F12 boot menu has nothing to do with Linux; it's provided by your firmware. Can you remember setting a password for accessing it? Or did you carry out a BIOS update recently?

ini 01-22-2024 05:22 AM

re. The F9/F12 boot menu has nothing to do with Linux; it's provided by your firmware. Can you remember setting a password for accessing it? Or did you carry out a BIOS update recently?

Hullo Hazel, As far as I'm aware i did not set a psswrd for accessing the boot menu & did not do a BIOS update recently

ps

I just had a look at system firmware in settings and found... UEFI dbx 77 with an update 'signal

changelog
371 Insecure versions of the Microsoft Windows boot manager affected by Black Locus were added to the list of forbidden...

So should I update?

Soadyheid 01-22-2024 06:17 AM

Hi!

You don't say what sort of HP Pavilion you have, a model No. would help. Normally there is a small shorting link (Called a shunt) on the motherboard which needs to be removed to reset the BIOS Admin password. The link may be marked "PWD" if you're lucky. Check this link to see how to reset a Pavilion All-in-One BIOS.

Hope this helps. :D

Play Bonny!

:hattip:

hazel 01-22-2024 06:38 AM

Quote:

Originally Posted by ini (Post 6478522)
I just had a look at system firmware in settings and found... UEFI dbx 77 with an update 'signal

changelog
371 Insecure versions of the Microsoft Windows boot manager affected by Black Locus were added to the list of forbidden...

So should I update?

I'm not familiar with recent versions of Windows. Does that signal indicate that the firmware has actually been updated or simply that there's an update waiting? If the former, that might have something to do with your problem. Can you even stop a Windows update from running these days?

On a point of forum protocol: If you want to quote from someone else's post, use Quote rather than Reply. It gives a more legible result.

fatmac 01-22-2024 06:44 AM

These may help you, if a BIOS password has actually been set...

https://duckduckgo.com/?t=ftsa&q=cle...villion&ia=web

ini 01-22-2024 06:47 AM

Morning Soadyheid,

Model number of ma 'Pavilion is 590-pOxx or 590-p0xx Please excuse the vagueness I'm a bit eyesight impaired yasee

I had a look at the Pavilion All-inOne link & it scared the bejesus out of me but thanks for the help from somewhere near Auld Reekie

As I mentioned to Hazel:

'' Hullo Hazel, As far as I'm aware i did not set a psswrd for accessing the boot menu & did not do a BIOS update recently

ps

I just had a look at system firmware in settings and found... UEFI dbx 77 with an update 'signal

changelog
371 Insecure versions of the Microsoft Windows boot manager affected by Black Locus were added to the list of forbidden...

So should I update? ''

Your thoughts?

ps have a Deuchers IPA on me ...the one thing I truly miss from Lothian! :-)

ini 01-22-2024 06:53 AM

Quote:

Originally Posted by hazel (Post 6478534)
I'm not familiar with recent versions of Windows. Does that signal indicate that the firmware has actually been updated or simply that there's an update waiting? If the former, that might have something to do with your problem. Can you even stop a Windows update from running these days?

On a point of forum protocol: If you want to quote from someone else's post, use Quote rather than Reply. It gives a more legible result.

Thx Hazel,

forum protocol noted re the firmware update I figure it's a press this button to update & not it has been updated

hazel 01-22-2024 06:57 AM

On the subject of groups: this obviously isn't your problem currently but you might as well know about them since you seem to have stumbled across the concept.

In Unix systems like Linux, every file, directory or resource belongs to some user and also to a user group. In early Unix systems, the groups corresponded to real-life departments like R&D or Finance or a university department. This system allowed people to give close colleagues limited access to some of their files while screening out the rest of the world. Nowadays groups aren't used that way any more but they are still allowed to control access to hardware resources. For example, to get seamless access to plug-in storage devices, you need to be a member of the plugdev group.

Modern Linux distros use a login program that automatically adds personal users to certain groups at login time and that is probably what the posts you found were talking about. If you are curious to know which groups you belong to, open a terminal and type groups.

ini 01-22-2024 06:59 AM

Quote:

Originally Posted by fatmac (Post 6478535)
These may help you, if a BIOS password has actually been set...

https://duckduckgo.com/?t=ftsa&q=cle...villion&ia=web

thx the for the reply Will dive into the link after I've cooked lunch for 'she who thinks she should be obeyed'

ini

ini 01-22-2024 07:06 AM

Quote:

Originally Posted by hazel (Post 6478539)
On the subject of groups: this obviously isn't your problem currently but you might as well know about them since you seem to have stumbled across the concept.

In Unix systems like Linux, every file, directory or resource belongs to some user and also to a user group. In early Unix systems, the groups corresponded to real-life departments like R&D or Finance or a university department. This system allowed people to give close colleagues limited access to some of their files while screening out the rest of the world. Nowadays groups aren't used that way any more but they are still allowed to control access to hardware resources. For example, to get seamless access to plug-in storage devices, you need to be a member of the plugdev group.

Modern Linux distros use a login program that automatically adds personal users to certain groups at login time and that is probably what the posts you found were talking about. If you are curious to know which groups you belong to, open a terminal and type groups.

Groups explanation appreciated & will explore in terminal after I sort out the lunch and then sort out my boot into BIOS problem

beachboy2 01-22-2024 09:41 AM

ini,

With regard to UEFI dbx 77, please tread carefully.

I would not recommend doing the update unless advised to do so by somebody on LQ forums who is fully conversant with this.

These 2 links may be of use:

https://askubuntu.com/questions/1491...1-ubuntu-23-10

https://askubuntu.com/questions/1429...pdate-uefi-dbx

ini 01-22-2024 10:38 AM

Quote:

Originally Posted by fatmac (Post 6478535)
These may help you, if a BIOS password has actually been set...

https://duckduckgo.com/?t=ftsa&q=cle...villion&ia=web

I selected this from the duckduckgo link you suggested https://www.youtube.com/watch?v=wEW08_C15ZI

I tried repeating the instructions... However, as soon as I type in the psswrd the third time I'm shown a code A {447247A4} {this is not the actual code displayed it's the one from the aforementioned YaChoob vid] because it disappears (faster than the blink of an eye} & I'm taken to the pop! os log in screen
I figured that I could simply power off and repeat the process trying to copy down the code a digit at a time... LOL too simple! The code changes each time Grrr

So, can you, or anyone else reading this, suggest a way of freezing the screen so as I can write it down & proceed to https://bios-pw.org/

ini 01-22-2024 10:44 AM

Quote:

Originally Posted by beachboy2 (Post 6478572)
ini,

With regard to UEFI dbx 77, please tread carefully.

I would not recommend doing the update unless advised to do so by somebody on LQ forums who is fully conversant with this.

These 2 links may be of use:

https://askubuntu.com/questions/1491...1-ubuntu-23-10

https://askubuntu.com/questions/1429...pdate-uefi-dbx


thx pal, I am wary of doing the update till prompted! I will now have a look at the links you gave

ini 01-22-2024 10:59 AM

Quote:

Originally Posted by ini (Post 6478591)
thx pal, I am wary of doing the update till prompted! I will now have a look at the links you gave

OK I've had a look at the ubuntu links
Unfortunately, being a linux noobie with no terminal know-how it's a bit like telling a blind man to look further off in the distance

thx anyway


All times are GMT -5. The time now is 03:39 PM.