From: Philipp R. <ph...@ph...> - 2014-04-24 12:19:00
|
Hi, sorry for bothering again, but I am stuck :/. Have you been able to install TrustedGrub on a EFI system? I am not able to mount the right /boot Partition within the grub installation utility. I also tried to use the grub-install utility, but when using this I am facing an error like (it is a HP notebook, therfore I tried this command too): /usr/local/lib/grub/x86_64-unknown/stage1: Not found. When trying to mount the /boot partition (not the EFI one): Error 22: No such partition Then I tried to mount the /boot/efi partition grub> root (hd0,0) root (hd0,0) grub> setup (hd0) setup (hd0) Error 17: Cannot mount selected partition The /boot/efi uses VFAT as filesystem type and /boot ext4. I had success when installing it in a virtualized environment (no EFI), but it’s kinda worthless without the TPM. Thanks in advance! Von: Olga Chen [mailto:ol...@gm...] Gesendet: Mittwoch, 23. April 2014 13:33 An: Philipp Rusch Cc: tru...@li... Betreff: Re: [Trustedgrub-users] Compilation problem I've compiled TrustedGRUB successfully on several 64-bit systems (CentOS, Fedora). You need to install 64-bit compatibility libraries and that should fix all the compilation problems you are having. I've installed the following: 1. compat-gcc-34-3.4.6-19.el6.x86_64 (or whatever the current version is) 2. libgcc45-32bit (whatever the latest x86_64 package is) After that TrustedGRUB installed without issues. -- per aspera ad astra -- On Wed, Apr 23, 2014 at 4:48 AM, Philipp Rusch <ph...@ph... <mailto:ph...@ph...> > wrote: Hi again ;-) Follow up: came across the following post: http://www.redhat.com/archives/redhat-install-list/2010-December/msg00011.html He had the same problem on a 64bit environment. Looks like there are some troubles in the disk_io.c file (assembly related). Has anybody sucessfully compiled TrustedGrub on a new 64bit OS? Cheers Von: Philipp Rusch [mailto:ph...@ph... <mailto:ph...@ph...> ] Gesendet: Mittwoch, 23. April 2014 09:32 An: tru...@li... <mailto:tru...@li...> Betreff: [Trustedgrub-users] Compilation problem Hi all, i am actually trying to compile Trusted Grub (1.1.15) on an HP EliteBook 8570p which runs Fedora 20. I am facing some errors druing the compilation phase: - First I struggled around with this error: stage2/Makefile.am:46: error: 'pkglibdir' is not a legitimate directory for 'DATA' - I fixed this with the following instructions tar xfvz TrustedGRUB-1.1.5.src.tar.gz $ cd TrustedGRUB-1.1.5 $ fgrep -rlZ pkglib_DATA --include Makefile.am . \ | xargs -0 sed -i ’s/pkglib_DATA/pkgdata_DATA/g’ $ cd .. $ mv TrustedGRUB-1.1.5.src.tar.gz TrustedGRUB-1.1.5.src.tar.gz.bak $ tar cfvz TrustedGRUB-1.1.5.src.tar.gz TrustedGRUB-1.1.5 But now I am stuck. The following error occurs: parallel-tests: error: required file './test-driver' not found parallel-tests: 'automake --add-missing' can install 'test-driver' Does anybody has an idea how to come over this? Any help is greatly appreciated! Thanks in advance. Cheers, Philipp ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Trustedgrub-users mailing list Tru...@li... <mailto:Tru...@li...> https://lists.sourceforge.net/lists/listinfo/trustedgrub-users |