search for: efi_copy

Displaying 3 results from an estimated 3 matches for "efi_copy".

2019 Jan 09
7
Help finishing off Centos 7 RAID install
I've just finished installing a new Bacula storeage server. Prior to doing the install I did some research and ended up deciding to do the following config. 6x4TB drives /boot/efi efi_fs sda1 /boot/efi_copy efi_fs sdb1 /boot xfs RAID1 sda2 sdb2 VG RAID6 all drives containing SWAP / /home /var/bacula Questions: 1) The big problem with this is that it is dependant on sda for booting. I did find an aritcle on how to set up boot loading on multiple HDD's, including cloning /boot/efi...
2019 Jan 11
0
Help finishing off Centos 7 RAID install
I completed the install as described below which went well. I then copied the contents of /boot/efi to /boot/efi_copy using cd /boot rsync -acr efi/ efi_copy I then installed grub2 on sdb yum install yum install grub2-efi-modules grub2-install /dev/sdb everything ran as expected with no errors. The instructions then said to test the install by powering off and swapping sda and sdb. Instead, I just unplugg...
2019 Jan 11
1
Help finishing off Centos 7 RAID install
> I completed the install as described below which went well. > > I then copied the contents of /boot/efi to /boot/efi_copy using > > cd /boot > rsync -acr efi/ efi_copy > > I then installed grub2 on sdb > > yum install yum install grub2-efi-modules > grub2-install /dev/sdb > > everything ran as expected with no errors. The instructions then said to > test > the install by powering o...