Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] [Solved] Stuck into bios (uefi)  (Read 2895 times)

Offline jyp

  • User
  • Posts: 118
[EN] [Solved] Stuck into bios (uefi)
« on: 2023/09/18, 04:30:28 »
After hundreds of successful DU, the last one yesterday seemed ok as usual. But upon reboot, I am stuck in the bios configuration screen and I cannot find any clue about how to fix that problem.
Any advice would be welcome. Thank you.
« Last Edit: 2023/09/20, 00:46:19 by jyp »

Offline samoht

  • User
  • Posts: 478

Offline edlin

  • User
  • Posts: 541
Re: Stuck into bios (uefi)
« Reply #2 on: 2023/09/18, 09:58:50 »
After hundreds of successful solutions ...
One possible way to solve the problem:
1. siduction Live System starten
2. chroot-helper starten
3. im nun folgenden terminal folgendes eintippen:

Code: [Select]
grub-install
update-grub
exit

Nun Rebooten und es sollte wieder funktionieren.
  • Download the latest iso of siduction
  • Copy the iso on to a usb-stick.
  • Boot the live system.
  • Start the chroot-helper.
  • Select the device and partition you want to chroot. Then:
Code: [Select]
grub-install
Code: [Select]
update-grub
Code: [Select]
exit
  • Reboot your system.
  • For the future: Read the upgrade warnings!

edlin
Der Kluge lernt aus allem und von jedem,
der Normale aus seinen Erfahrungen
und der Dumme weiß alles besser.

Sokrates

Offline jyp

  • User
  • Posts: 118
Re: Stuck into bios (uefi)
« Reply #3 on: 2023/09/18, 21:18:33 »
@samoh
@edlin

Thank you for the feedback.
I usually read the warnings but I confess that this time I went over them too fast and got bitten. My bad.

Working on the matter now.
Thanks again.

Offline jyp

  • User
  • Posts: 118
Re: Stuck into bios (uefi)
« Reply #4 on: 2023/09/18, 22:54:02 »
Lack of knowledge  :(

After launching chroot helper
  • "Choose the hard disk to be examined": _nvme0_ (samsung ssd 970 evo)
  • "Choose one partition for chroot": _nvme0n1p2_ (ext4 117G)(that is where the system is installed)
  • root@chroot-helper: /# grub-install
    grub-install: error : install device isn't specified

I tried to cd into the grub folder and run the command again but no success.
Thank you for your patience.


Offline jyp

  • User
  • Posts: 118
Re: Stuck into bios (uefi)
« Reply #5 on: 2023/09/19, 22:12:45 »
More detailed information

Code: [Select]
root@chroot-helper:/# grub-install
Installing for i386-pc platform.
grub-install: error: install device isn't specified.
Code: [Select]
root@chroot-helper:/# grub-install /dev/nvme0
Installing for i386-pc platform.
grub-install: error: attempt to read or write outside of disk `hostdisk//dev/nvme0'.
Code: [Select]
root@chroot-helper:/# grub-install nvme0n1p2
Installing for i386-pc platform.
grub-install: error: cannot find a GRUB drive for nvme0n1p2.  Check your device.map.

Thank you for your attention

Offline jyp

  • User
  • Posts: 118
Re: [Solved] Stuck into bios (uefi)
« Reply #6 on: 2023/09/20, 00:25:37 »
Shame on me.

Everything is ok now.
The culprit was the CSM setup in the bios.

Sorry for taking your time. :(