OPS535 Resource

From CDOT Wiki
Revision as of 02:49, 1 December 2017 by Rchan (talk | contribs) (Troubleshooting)
Jump to: navigation, search


Network and routing

DNS

NFS

NIS and LDAP

Email Systems

Cluster

Cloud computing

Reference

Troubleshooting

How to fix Grub with UEFI boot

  • Boot with Live cd/dvd
  • mount / (root) partition to /mnt
  • mount /boot partition to /mnt/boot
  • mount /boot/efi (efi system partition ESP) partition to /mnt/boot/efi
  • execute chroot /mnt
  • os-prober
  • grub2-mkconfig -o /boot/grub/grub.cfg
  • grub2-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Antergos-grub