diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi
index 65773244c..5e32ce038 100644
--- a/html/cgi-bin/index.cgi
+++ b/html/cgi-bin/index.cgi
@@ -564,6 +564,7 @@ my $temp2=();
my @df = `/bin/df -B M -P -x rootfs`;
foreach my $line (@df) {
next if $line =~ m/^Filesystem/;
+ next if $line =~ m/^efivarfs/;
if ($line =~ m/root/ ) {
$line =~ m/^.* (\d+)M.*$/;
@temp = split(/ +/,$line);