Hello,
I create a Ubuntu 14.04 image according to
http://www.lowepower.com/jason/creating-disk-images-for-gem5.html.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