Failed to unmount /oldroot: Device or resource busy

Another idea might be a solution from a stable release thread

Possible 2 Min delay on shutdown with Gnome

If you got the problem with shutdown delay (about 2min) on Gnome, here is a workaround:
Edit /usr/lib/systemd/user/gnome-session-restart-dbus.service in your favourite editor as root and add Slice=-.slice as a line all by itself like this:

[Service]
Type=notify
Slice=-.slice
ExecStart=/usr/lib/gnome-session-ctl --restart-dbus

Click this link For more information