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

 

 

 

Error 1962: No operating system found

Ask for help with issues regarding the Installations of the Debian O/S.
Message
Author
p.H
Global Moderator
Global Moderator
Posts: 3049
Joined: 2017-09-17 07:12
Has thanked: 5 times
Been thanked: 132 times

Re: Error 1962: No operating system found

#41 Post by p.H »

Do you mean that GRUB does not display its menu ?
Is /boot/grub/grub.cfg present ? If not, run update-grub.
Check the value of $prefix with the command "set". Also, you can try

Code: Select all

configfile (hd1,gpt2)/boot/grub/grub.cfg

Silvergator
Posts: 23
Joined: 2022-11-27 10:00

Re: Error 1962: No operating system found

#42 Post by Silvergator »

Is this in response to my previous post where I stated that the computer is booting normally from an SD card prepared as you recommended. Without the SD card, I still get the Error message.
p.H wrote: 2022-12-19 20:19 Do you mean that GRUB does not display its menu ?
No. GRUB is not found. Below is a screen shot.
Image
p.H wrote: 2022-12-19 20:19 Is /boot/grub/grub.cfg present ? If not, run update-grub.
Yes, the cfg file is present; update-grub has been run many times.
p.H wrote: 2022-12-19 20:19 Check the value of $prefix with the command "set". Also, you can try

Code: Select all

configfile (hd1,gpt2)/boot/grub/grub.cfg
In response to your questions above, here are the responses when booted with the SD card.

Code: Select all

bill@debian:/boot/grub$ ls
device.map  grub.cfg      i386-efi  loopback.cfg  unicode.pf2
fonts       grubenv       i386-pc   sgd           unifont.pf2
grub1.cfg   grub_old.cfg  locale    themes        x86_64-efi

bill@debian:/usr/local/bin$ echo $prefix

bill@debian:/usr/local/bin$ configfile (hd1,gpt2)/boot/grub/grub.cfg
bash: syntax error near unexpected token `hd1,gpt2'
bill@debian:/usr/local/bin$ 

bill@debian:/boot/grub$ set prefix
bill@debian:/boot/grub$
In conclusion, although I never achieved a boot from GRUB on the HDD, I am satisfied and consider the problem solved.

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

Re: Error 1962: No operating system found

#43 Post by p.H »

I meant when you boot GRUB from the SD card.
The commands were meant to be run at the grub> prompt, not in the Linux shell.

Post Reply