From: Khan <koo...@gm...> - 2013-12-06 19:12:56
|
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 TrustedGRUBmkh@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 |