[SOLVED] Samsung SSD 830 Windows 7 slow boot after Mageia 3

I have a notebook Dell Inspiron 17R SE 7720 on which I installed a Samsung SSD 830 256 GB which is configured in BIOS as AHCI. I use legacy boot (no UEFI) and have installed two OS's: Windows 7 Home Premium 64 bit (NTFS) and linux Mageia 3 x86_64 (ext4). Both were installed from installation media, so no copy of HDD images.
BIOS is latest from Dell support website: version A15.
There is still 43 GB unallocated space for overprovisioning.
Windows 7 has all the latest Dell drivers installed and the latest Samsung Magician 4.1 which is the Samsung SSD configuration tool where the choice for OS optimisation has been set to maximum performance. Magician shows AHCI mode and SATA 6 Gbps speed. Windows boots via MasterBootRecord and Mageia via EasyBCD boot menu.
Some data about my Mageia 3 (updated with all available updates):
I adapted /etc/fstab to have trim enabled and no writing of timestamps on reading files:
Trim is working fine, verified with:
https://sites.google.com/site/lightrush/random-1/checkiftrimonext4isenabledandworking
Partitions are aligned as:
Both partitions start as a multiple of 2048, so OK.
Now comes my issue...
When booting Windows 7, from powerbutton via BIOS to Windows boot options (with Windows and Mageia) happens within 2 seconds. Booting up to login screen takes from 15 to 17 seconds. This can be repeated. Booting Mageia 3 up to login screen takes 24 to 29 seconds. But once Mageia has been running, the BIOS to boot menu takes 14 seconds and full Windows 7 boot time from power button to login screen takes 63 to 67 seconds. Windows reacts slowly. Mageia after Mageia boot takes 42 to 51 seconds. Mageia does not feel slower. But starting Samsung Magician in Windows 7 and rebooting gives again the fast boots. This is repeatable.
So my questions are : what is Mageia doing with the SSD? What magical trick is Magician doing to restore the fast mode? Why is the BIOS so slow in reading the MBR and showing the boot options? How can I solve this annoying behaviour?
BIOS is latest from Dell support website: version A15.
There is still 43 GB unallocated space for overprovisioning.
Windows 7 has all the latest Dell drivers installed and the latest Samsung Magician 4.1 which is the Samsung SSD configuration tool where the choice for OS optimisation has been set to maximum performance. Magician shows AHCI mode and SATA 6 Gbps speed. Windows boots via MasterBootRecord and Mageia via EasyBCD boot menu.
Some data about my Mageia 3 (updated with all available updates):
I adapted /etc/fstab to have trim enabled and no writing of timestamps on reading files:
- Code: Select all
UUID=de54fb3b-313f-41d6-b3e3-db6dd0a929e5 / ext4 defaults,noatime,discard 1 1
Trim is working fine, verified with:
https://sites.google.com/site/lightrush/random-1/checkiftrimonext4isenabledandworking
Partitions are aligned as:
- Code: Select all
[root@Dell7720Mageia3 proc]# fdisk -lu /dev/sda
Disk /dev/sda: 256.1 GB, 256060514304 bytes, 500118192 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe663567a
Device Boot Start End Blocks Id System
/dev/sda1 2048 102402047 51200000 83 Linux
/dev/sda2 * 102402048 409602047 153600000 7 HPFS/NTFS/exFAT
Both partitions start as a multiple of 2048, so OK.
Now comes my issue...
When booting Windows 7, from powerbutton via BIOS to Windows boot options (with Windows and Mageia) happens within 2 seconds. Booting up to login screen takes from 15 to 17 seconds. This can be repeated. Booting Mageia 3 up to login screen takes 24 to 29 seconds. But once Mageia has been running, the BIOS to boot menu takes 14 seconds and full Windows 7 boot time from power button to login screen takes 63 to 67 seconds. Windows reacts slowly. Mageia after Mageia boot takes 42 to 51 seconds. Mageia does not feel slower. But starting Samsung Magician in Windows 7 and rebooting gives again the fast boots. This is repeatable.
So my questions are : what is Mageia doing with the SSD? What magical trick is Magician doing to restore the fast mode? Why is the BIOS so slow in reading the MBR and showing the boot options? How can I solve this annoying behaviour?