Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

General Questions • Re: [Software] RAID 1 configuration in Debian 12

$
0
0
Try something like this (UEFI booting):

Code:

umount /boot/efi##For the second and subsequent disks (increment debian-2 to -3, etc.):dd if=/dev/disk/by-id/nvme-KINGSTON_SKC3000D...1-part2 \    of=/dev/disk/by-id/nvme-KINGSTON_SKC3000D...2-part2efibootmgr -c -g -d /dev/disk/by-id/nvme-KINGSTON_SKC3000D....2-part2 \                 -p 2 -L "debian-2" -l '\EFI\debian\grubx64.efi'mount /boot/efi
Change disk refs according to your system configuration.
Thank you this worked for me.

Statistics: Posted by Linux_01 — 2024-07-05 04:36



Viewing all articles
Browse latest Browse all 2901

Trending Articles