Index: tools/ew.py
===================================================================
--- tools/ew.py	(revision 0436aec2085d5ed03703bc3759c9898888475a47)
+++ tools/ew.py	(revision b9be9b05d752d24c03c7c6bbcf6925a1335216ee)
@@ -288,4 +288,5 @@
 	if (is_override('nographic')):
 		cmdline += ' -nographic'
+		console = True
 
 	if (not console and (not is_override('nographic')) and not is_override('noserial')):
@@ -413,5 +414,5 @@
 				'image' : 'image.iso',
 				'audio' : False,
-				'console' : is_override('nographic'),
+				'console' : False,
 				'net' : False,
 				'usb' : False,
