Hello, I am not sure about the second bug, sorry, but the warnings in your first output would not affect your simulations, unless you are planning to something using those.
"Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory" selinux in Ubuntu has some problems: https://wiki.ubuntu.com/SELinux . I wouldn't worry about this warning since it won't affect your simulations. "init: plymouth-upstart-bridge main process (x) terminated with status y" Quoting http://upstart.ubuntu.com/cookbook/#plymouth-upstart-bridge-ubuntu-specific "The plymouth-upstart-bridge is an Ubuntu-specific facility to allow Plymouth to display Upstart state changes on the boot splash screen." For more info: https://wiki.ubuntu.com/Plymouth Removing /etc/init/plymouth-upstart-bridge.conf prevents these warnings. I was getting similar warnings and have not had any problems since. "init: ureadahead main process (951) terminated with status 5" This one is a long lasting bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/ureadahead/+bug/523484 Despite these warnings, you should be able to start your simulation with your first command. Did you get any other warnings/errors? Cheers Serhat ________________________________________ From: gem5-users [[email protected]] on behalf of shine [[email protected]] Sent: 08 April 2017 13:34 To: gem5-users Subject: [gem5-users] can't run Ubuntu 14.04 image Hello, I create a Ubuntu 14.04 image according to http://www.lowepower.com/jason/creating-disk-images-for-gem5.html.<https://github.com/nikoonia/gem5v/issues/url> But when I run with the command "./build/X86/gem5.opt configs/example/fs.py --disk-image=ubuntu-14.04.img --kernel=x86_64-vmlinux-2.6.28.4-smp", the "m5term localhost 3456" terminal outputs "Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory init: plymouth-upstart-bridge main process (948) terminated with status 1 init: plymouth-upstart-bridge main process ended, respawning init: plymouth-upstart-bridge main process (957) terminated with status 1 init: plymouth-upstart-bridge main process ended, respawning init: ureadahead main process (951) terminated with status 5 init: plymouth-upstart-bridge main process (963) terminated with status 1 init: plymouth-upstart-bridge main process ended, respawning" Someone says it is due to the kernel version, I compile vmlinux-3.2.1/vmlinux-3.2.24/vmlinux-3.4.112 with command "./build/X86/gem5.opt configs/example/fs.py --disk-image=ubuntu-14.04.img --kernel=vmlinux-3.2.1/vmlinux-3.2.24/vmlinux-3.4.112 ", another bug shows in terminal " Kernel panic - not syncing: Cannot allocate trampoline Pid: 0, comm: swapper Not tainted 3.2.1 #1 Call Trace: [<ffffffff81462221>] ? panic+0x95/0x182 [<ffffffff81711f3a>] ? setup_trampolines+0x42/0x9c [<ffffffff8170f88d>] ? setup_arch+0x561/0x8fb [<ffffffff81462351>] ? printk+0x43/0x48 [<ffffffff8170c80e>] ? start_kernel+0x79/0x302 [<ffffffff8170c31e>] ? x86_64_start_reservations+0x12e/0x12e" Thanks. Sincerely.
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
