Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

New helpful info which could be added to installation files.

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
Steve.Clay
Posts: 3
Joined: 2022-02-13 15:54

New helpful info which could be added to installation files.

#1 Post by Steve.Clay »

Hi. I am new to Debian and have had some issues recently with installing it on an old-ish laptop. The heart of the issue was that the BIOS on my acer laptop did not have the option to select a file for UEFI to trust. Even after updating the BIOS this option was still not available. It appears that without this option an installation of Debian, even if it completes successfully, is unusable because when the laptop is rebooted it displays the error message "No bootable devices".

So I would like to suggest that perhaps, very early on in the installation files, there could just be some text to alert the user to this issue so that they could stop and check if their BIOS has the required option. (If a short bit of text could not explain the issue clearly enough then perhaps a short bit of text plus a url to a page on the Debian site might be better.)

This would save a new user from getting to the point where their laptop no longer boots up. Also, the many hours spent searching for a solution.

I know this is a beginner's problem. I'm sure that old hands know this territory very well but beginner's mistakes are called this because beginners, like me, make them!

No coding is involved : clearly there is no sensible way in which the installations can check for this issue automatically. But with a clear description - and maybe helpful pictures on a web page - even a new user would be helped.

What do you think?

Fossy
df -h | participant
df -h | participant
Posts: 342
Joined: 2021-08-06 12:45
Has thanked: 34 times
Been thanked: 31 times

Re: New helpful info which could be added to installation files.

#2 Post by Fossy »

Steve.Clay wrote: 2022-02-17 12:30 ....
What do you think?
Warning: do not do this until you get confirmation from experienced people in the forum.

I also had this problem once and solved it as follows:
Under windows though :
Disable Windows Boot Manager ( as well as Secure Boot ) , as follows :
Run as administrator : cmd > bcdedit /set {bootmgr} timeout 0

After which the installation is business as usual

As far as this could apply to you?
ASUS GL753VD / X550LD / K54HR / X751LAB ( x2 )
Bookworm12.5_Cinnamon / Calamares Single Boot installations
Firefox ESR / DuckDuckGo / Thunderbird / LibreOffice / GIMP / eID Software

https://cdimage.debian.org/debian-cd/cu ... so-hybrid/

Steve.Clay
Posts: 3
Joined: 2022-02-13 15:54

Re: New helpful info which could be added to installation files.

#3 Post by Steve.Clay »

Thanks for this Fossy, I will look into it - carefully- and do it if it looks okay to do. To be honest the alternative is looking like dismantling the laptop and scavenging the components!
Last edited by Steve.Clay on 2022-02-17 14:43, edited 1 time in total.

Steve.Clay
Posts: 3
Joined: 2022-02-13 15:54

Re: New helpful info which could be added to installation files.

#4 Post by Steve.Clay »

Hi - well I have been reading about this problem and especially this problem as it applies to my laptop and would like to delete the post if at all possible. The issue appears to me to result in a minefield of workarounds which work for some people and not for others. Then again, there are folks who have devoted pages of detailed instructions to what to do, instructions far beyond the capabilities of a beginner like me. So, in retrospect, I think my suggestion was just ill-informed and it would be best if the post can be deleted. Thank you for being here and being willing to help.

Fossy
df -h | participant
df -h | participant
Posts: 342
Joined: 2021-08-06 12:45
Has thanked: 34 times
Been thanked: 31 times

Re: New helpful info which could be added to installation files.

#5 Post by Fossy »

Steve.Clay wrote: 2022-02-19 18:02 Hi - well I have been reading about this problem and especially this problem as it applies to my laptop and would like to delete the post if at all possible. The issue appears to me to result in a minefield of workarounds which work for some people and not for others. Then again, there are folks who have devoted pages of detailed instructions to what to do, instructions far beyond the capabilities of a beginner like me. So, in retrospect, I think my suggestion was just ill-informed and it would be best if the post can be deleted. Thank you for being here and being willing to help.
And that is also true, unfortunately , maybe you had better describe your problem a little more concretely , present your hardware ... nothing prevents you from still doing this ... albeit in an appropriate section : ‘Installation’ , Beginners Questions … ?

I think the forum has more than enough experts to help you de-mine your personal field .
ASUS GL753VD / X550LD / K54HR / X751LAB ( x2 )
Bookworm12.5_Cinnamon / Calamares Single Boot installations
Firefox ESR / DuckDuckGo / Thunderbird / LibreOffice / GIMP / eID Software

https://cdimage.debian.org/debian-cd/cu ... so-hybrid/

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: New helpful info which could be added to installation files.

#6 Post by p.H »

Steve.Clay wrote: 2022-02-19 18:02 I think my suggestion was just ill-informed
Glad you came to that conclusion by yourself. Unfortunately there are too many flawed BIOS/UEFI implementations in too many ways out there, and the Debian installer just cannot cope with or warn about all of them.
Steve.Clay wrote: 2022-02-17 14:42 I also had this problem once
No, your problem was completely different.
Fossy wrote: 2022-02-17 13:37 Disable Windows Boot Manager ( as well as Secure Boot ) , as follows :
Run as administrator : cmd > bcdedit /set {bootmgr} timeout 0
I doubt this command disables Windows boot manager. And it certainly does not disable secure boot.
At best it only hides Windows boot menu.

Fossy
df -h | participant
df -h | participant
Posts: 342
Joined: 2021-08-06 12:45
Has thanked: 34 times
Been thanked: 31 times

Re: New helpful info which could be added to installation files.

#7 Post by Fossy »

p.H wrote: 2022-02-20 17:58 ...
No, your problem was completely different.
Fossy wrote: 2022-02-17 13:37 Disable Windows Boot Manager ( as well as Secure Boot ) , as follows :
Run as administrator : cmd > bcdedit /set {bootmgr} timeout 0
I doubt this command disables Windows boot manager. And it certainly does not disable secure boot.
At best it only hides Windows boot menu.

[/quote]
Right , in retrospect :

Image

What this did is that, in my case at least, it made me finally succeed, after many unsuccessful attempts, in getting the iso out and booting on it to install Debian.

Before I ran this ' command' under windows , there was no way I could see my usb stick with the iso ? … and I could shake the installation .

don't have a scientific explanation for it , I'm not a IT/ICT guy .
ASUS GL753VD / X550LD / K54HR / X751LAB ( x2 )
Bookworm12.5_Cinnamon / Calamares Single Boot installations
Firefox ESR / DuckDuckGo / Thunderbird / LibreOffice / GIMP / eID Software

https://cdimage.debian.org/debian-cd/cu ... so-hybrid/

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 68 times

Re: New helpful info which could be added to installation files.

#8 Post by LE_746F6D617A7A69 »

https://superuser.com/questions/1471937 ... ger-in-efi

But, the error message says "No bootable devices", so it means that the bootloader was not found.
I would say, that since both the GRUB bootloader and the kernel are signed with MS keys (so it should be accepted by the BIOS), the reason for which such message is displayed is that the UEFI BIOS is broken.

Debian installer offers a workaround for this - at the end of the installation process it asks the user whether to install the bootloader in "removable media path".

I'm using only the text installer in expert mode, so I can't tell if this option is available in the default GFX installer mode.

@Steve.Clay: have You tried this?/Have You used this option? IMO there's high chance that it will work.
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: New helpful info which could be added to installation files.

#9 Post by sunrat »

LE_746F6D617A7A69 wrote: 2022-02-20 21:24But, the error message says "No bootable devices", so it means that the bootloader was not found.
I would say, that since both the GRUB bootloader and the kernel are signed with MS keys (so it should be accepted by the BIOS), the reason for which such message is displayed is that the UEFI BIOS is broken.
Or possibly the installation media was not created correctly.
I didn't notice any mention of Windows in any of OP's posts, not sure why that was even mentioned by other respondents. I have installed Linux as multi-boot with Windows many times and never had to touch Win bootloader.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: New helpful info which could be added to installation files.

#10 Post by p.H »

LE_746F6D617A7A69 wrote: 2022-02-20 21:24 both the GRUB bootloader and the kernel are signed with MS keys (so it should be accepted by the BIOS)
IIUC, only the shim is signed with Microsoft's key. GRUB and the kernel image are signed with Debian's key.
LE_746F6D617A7A69 wrote: 2022-02-20 21:24 Debian installer offers a workaround for this - at the end of the installation process it asks the user whether to install the bootloader in "removable media path".
I'm using only the text installer in expert mode, so I can't tell if this option is available in the default GFX installer mode.
Unfortunately this option is available only in expert install, either text or graphical, and is associated with a deterrent message.

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 68 times

Re: New helpful info which could be added to installation files.

#11 Post by LE_746F6D617A7A69 »

p.H wrote: 2022-02-22 10:52
LE_746F6D617A7A69 wrote: 2022-02-20 21:24 both the GRUB bootloader and the kernel are signed with MS keys (so it should be accepted by the BIOS)
IIUC, only the shim is signed with Microsoft's key. GRUB and the kernel image are signed with Debian's key.
Correct.

I just don't use SecureBoot, and my memory is getting more and more volatile... ;)
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

Post Reply