Hi,

Add centos7 instructions for Use in EFI boot mode.

Signed-off-by: Shi Wangyi<shiwan...@gohighsec.com>

diff -r d4452e9380b8 -r 0fccca25f36a README
--- a/README    Thu Mar 15 09:38:04 2018 -0700
+++ b/README    Mon Mar 19 22:13:36 2018 -0400
@@ -224,6 +224,23 @@
 
        Reboot to choose tboot grub option for TXT launch.
 
+   In Centos 7, the OS should be installed and booted in EFI mode first,
+   then:
+
+       Under tboot code root folder: make; make install
+
+       Copy appropriate SINIT for platform into /boot.
+
+       Run: grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
+
+       Create directory /boot/efi/EFI/centos/x86_64-efi, and copy
+       multiboot2.mod and relocator.mod from /usr/lib/grub/x86_64-efi into it.
+       
+       If there aren't multiboot2.mod and relocator.mod in directory 
/usr/lib/grub/x86_64-efi,
+       Run: yum install grub2-efi-modules
+
+       Reboot to choose tboot grub option for TXT launch.
+
    Linux launch works already. Xen for trad BIOS still work and Xen EFI is not
    going to work until we can get a version with Daniel Kiper's multiboot2
    changes in it -- and then we'll need to make some trivial changes to the

Thanks,
Wangyi
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tboot-devel mailing list
tboot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tboot-devel

Reply via email to