From: Olga C. <ol...@gm...> - 2013-12-06 19:20:58
|
You probably have some config or compilation errors, but they are just not displayed. There is a way to make build_grub.sh produce a verbose output, so that should give you a better. Just use the --verbose flag. Also, since you have a 64-bit kernel, make sure you that you have 32-bit development libraries installed (TrustedGRUB is a 32-bit application). I posted about that a while ago. I think the libraries I've used before were: glibc-devel.i686, libgcc45-32bit-4.5.0-20100604-1.12, and compat-gcc-34-3.4.6-18 (x86_64). These might not be the latest versions of these libraries, so you might want to check for the latest versions. Hope this helps, Olga -- per aspera ad astra -- On Fri, Dec 6, 2013 at 2:12 PM, Khan <koo...@gm...> wrote: > Hi list! > > I am trying to install Trusted GRUB on my machine but I am having some > trouble in installing it. I have followed these steps, > > > # tar -xzf TrustedGRUB-<ver>.tgz > # cd TrustedGRUB-<ver> > # ./build_tgrub.sh > > and my output is as follows, > > > > > *mkh@ttest:~/Downloads/TrustedGRUB-1.1.5$ ./build_tgrub.sh - Deflating > TrustedGRUB- Configuring TrustedGRUB > mkh@ttest:~/Downloads/TrustedGRUB-1.1.5$ * > > This output seems not to be the one I am suppose to have as I inspected > the code for build_tgrub.sh ( > http://projects.sirrix.com/trac/trustedgrub/browser/trunk/build_tgrub.sh?rev=7), > and gathered that steps for further installation should be printed as > output. > > I am using ubuntu 12.04 LTS (and 64 bit kernel). It would be helpful if > someone can suggest how to fix it. > > > best, > miki > > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > _______________________________________________ > Trustedgrub-users mailing list > Tru...@li... > https://lists.sourceforge.net/lists/listinfo/trustedgrub-users > > |