Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 29228  / 3 Years ago, thu, november 11, 2021, 5:16:32

I have a Samsung Notebook NP900X4C with an LUKS encrypted installation on it. The system is booting in UEFI mode.



The problem is that the samsung-notebook kernel module is disabled in UEFI mode and due to that I am missing features like the keyboard backlight.



Is it possible to modify the current installation so it can boot in BIOS mode?



Is this correct that the basic steps would be converting the disk from GPT to MBR and installing grub from a live CD? Would this be possible with a LUKS partition?


More From » grub2

 Answers
1

I figured out the exact way by myself. Rod Smith was right, it’s easier than I thought.



Here the solution if anybody else needs it:



Original Partition Layout:




  • /dev/sda1 (EFI Partition)

  • /dev/sda2 (Boot Partition)

  • /dev/sda3 (LVM2/LUKS encrypted Root & Swap)



Converting to BIOS boot:




  1. I deleted the EFI Partition and created a new partition with the bios_grub flag instead of it.

  2. Using this tutorial I mounted the encrypted file system, chrooted into it and installed GRUB.

  3. Remove the EFI Partition from /etc/fstab.


[#28966] Friday, November 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fittecanap

Total Points: 322
Total Questions: 100
Total Answers: 105

Location: Israel
Member since Tue, Nov 17, 2020
4 Years ago
;