-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trustedgrub2 loading and going back to boot #20
Comments
You have to append |
So, for me after running grub-install command as: grub-install --directory=/usr/lib/grub2/i386-pc --no-rs-codes /dev/sda2 I have chosen /dev/sda2, because my /boot/grub2 is on /dev/sda2, After that I executed grub-mkconfig -o /boot/grub2/grub.cfg and it has fixed the issue so trustedgrub2 started loading So, anything wrong I did here ? |
To overwrite the MBR of the disk you have to use
|
I actually tried both /usr/lib/grub2/i386-pc and /boot/grub2/i386-pc both... but nothing is working.. is there some entry to check for trusted grub ? I mean where is it installed and configured. |
I specified only --root-directory and not --directory.. I think that correctly installed. Is there any workaround so that I can come out of loop and proceed |
i can't really follow in what you have done there. i suggest you install over normal grub2 and first try to install trustedgrub2 to a usb-drive for example. |
Try this, it worked for me from USB. Build and install ./autogen.sh //Myself set INSTALLDIR=boot/trustedGrub2 and target x86_64 but it built for i386 and boots fine Install in USB (/dev/sdb) grub> linux16 /boot/vmlinuz root=/dev/sda1
i can't really follow in what you have done there. i suggest you install over normal grub2 and first try to install trustedgrub2 to a usb-drive for example.— |
Add TPM measurement support
I have installed trustedgrub2 successfully.
and now when i rebooted, it identifies the tpm, shows
Booting From Harddisk
Trustedgrub2 loading....
And then goes reboot to "booting from hard disk"... It is just looping over this and not proceeding.
What might be the issue ?
Where can i check issues ?
The text was updated successfully, but these errors were encountered: