diff --git a/gnu/system.scm b/gnu/system.scm
index bb11189e8f2746b0fdec544a1dec83ad050609b4..52698c9e222ff9a27a937fcd6abfdd255f8a6a13 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -444,6 +444,10 @@ (define* (etc-directory #:key
 
 # Append the directory of 'site-start.el' to the search path.
 export EMACSLOADPATH=:/etc/emacs
+
+# By default, applications that use D-Bus, such as Emacs, abort at startup
+# when /etc/machine-id is missing.  Make sure these warnings are non-fatal.
+export DBUS_FATAL_WARNINGS=0
 "))
        (skel      (skeleton-directory skeletons)))
     (file-union "etc"