Hello,

I used the following steps to install grub 2.0 under knoppix 9.1

Code:
mkfs.fat -F32 /dev/sdb1
mount -t vfat /dev/sdb1 /media/sdb1
apt-get install grub-efi-amd64-signed
grub-install --boot-directory=/media/sdb1/boot --efi-directory=/media/sdb1 --uefi-secure-boot
But after boot I got the red sign which alerts that some files are not signed.
Can you please advise what is missing in my steps ?

I found the following link:
http://www.fit-pc.com/wiki/index.php/Linux:_Secure_Boot

I wonder if I need this complicated procedure with knoppix.

Thank you,
Zvika