Find all lines that are in file2 and not in file1:

grep -vxF -f file1 file2