Difference between revisions of "OPS535 Resource"

From CDOT Wiki
Jump to: navigation, search
(Troubleshooting)
 
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:
  
 
= NIS and LDAP =
 
= NIS and LDAP =
 +
* [https://www.digitalocean.com/community/tutorials/how-to-configure-openldap-and-perform-administrative-ldap-tasks OpenLDAP Admin]
  
 
= Email Systems=
 
= Email Systems=
Line 13: Line 14:
  
 
= Cluster =
 
= Cluster =
 +
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/linux/9781118421437/part-v-advanced-red-hat-enterprise-linux-configuration/9781118421437c20_xhtml High Availablity Clustering]
  
 
= Cloud computing =
 
= Cloud computing =
Line 22: Line 24:
 
= Troubleshooting =
 
= Troubleshooting =
 
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/linux/9781785283550 Red Hat Enterprise Linux Troubleshooting Guide]
 
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/linux/9781785283550 Red Hat Enterprise Linux Troubleshooting Guide]
 +
* [https://wiki.gentoo.org/wiki/GRUB2 GRUB2]
 +
* [https://wiki.manjaro.org/index.php?title=Some_basics_of_MBR_v/s_GPT_and_BIOS_v/s_UEFI MBR/GPT/BIOS/UEFI]
 +
* [https://access.redhat.com/discussions/3021821 System Crash with message failed to open \efi\redhat\grubx64.efi ]
 +
== 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

Latest revision as of 19:03, 1 December 2017


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