After doing more test, I realized it is not faster with the vista boot logo. It's just an illusion because the logo isn't shown as long. I also figured out that the change is done in BCD configuration.
See this topic:
http://www.askvg.com/fix-windows-7-boot-screen-changed-to-vista-styled/
Running these two commands worked for me:
bcdedit /set {current} locale en-US
bcdboot %WinDir% /l en-US
after that, I have the Windows 7 logo with an illusion of slower boot time.
I believe the BCD parameter "graphicsmodedisabled Yes" was responsible for the Vista boot logo. Maybe I can change this setting with EasyBCD.
When running bcdedit (from command prompt with admin privileges) with parallels desktop:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default
{current}
resumeobject {f8e06841-a9d8-11e1-b051-a78355e1eb7d}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
graphicsmodedisabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {f8e06841-a9d8-11e1-b051-a78355e1eb7d}
nx OptIn
detecthal Yes
Without parallels
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {default}
resumeobject {f8e06843-a9d8-11e1-b051-a78355e1eb7d}
displayorder {default}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {default}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {f8e06843-a9d8-11e1-b051-a78355e1eb7d}
nx OptIn
detecthal Yes