Bug 1031441

Summary: EFI partition doesn't properly unmounted
Product: [Fedora] Fedora Reporter: Andrea Oliveri <oliveriandrea>
Component: systemdAssignee: systemd-maint
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: johannbg, lnykryn, msekleta, plautrba, systemd-maint, vpavlin, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-13 01:45:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Andrea Oliveri 2013-11-17 23:04:09 UTC
Description of problem:
when i boot my machine (x86_64, gpt parted in dual boot with windows 8.1) i find this message in dmesg

FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

this is my partition table:
Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048          616447   300.0 MiB   2700  Basic data partition
   2          616448          821247   100.0 MiB   EF00  EFI system partition
   3          821248         1083391   128.0 MiB   0C01  Microsoft reserved part
   4         1083392       210946047   100.1 GiB   0700  Basic data partition
   5       210946048       211970047   500.0 MiB   0700  Boot
   6       211970048       820350975   290.1 GiB   0700  Home
   7       820350976       984190975   78.1 GiB    0700  Root
   8       984190976      1000214527   7.6 GiB     8200  Swap

Comment 1 Lennart Poettering 2013-12-13 01:45:12 UTC
There's no bug in systemd I see here. Apparently your FAT partition is dirty, that's all I can see... Install dosfsck or so...

Closing.