-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm trying to build a custom image for gem5 based on CentOS. I started out using your init tool and putting a basic chroot image on it. After trying to boot that up I realized that I didn't have a console and made one using mknod (mknod -m 600 ./dev/console c 5 1).
After doing that it was booting, but it was hanging on udev. Eventually, gem5 terminates. Below are messages that gem5 leaves before dying. I did mount both the gentoo and ubuntu images and tried coping their /dev to the CentOS image (cp -dpvR /mnt/dev/ ./dev/); however that still hasn't done anything. Are there any other /dev devices that I should be producing or does anyone have any experience with using an distro outside of Gentoo or Ubuntu? Let me know if there is anything else that I can provide. Eric Helpful information: uname -a: Linux hostname.localdomain.tld 3.7.10-1.16-desktop #1 SMP PREEMPT Fri May 31 20:21:23 UTC 2013 (97c14ba) x86_64 x86_64 x86_64 GNU/Linux hg summary: parent: 9982:b2bfc23f932c tip cpu: allow the fetch buffer to be smaller than a cache line branch: default commit: 1 modified, 20 unknown update: (current) python --version: Python 2.7.3 distro for running gem5: OpenSuSE 12.3 kernel used in gem5: http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2 gem5 messages: gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. gem5 compiled Nov 18 2013 10:55:42 gem5 started Nov 24 2013 14:27:47 gem5 executing on hostname.localdomain.tld command line: build/X86/gem5.opt configs/example/fs.py - --kernel=x86_64-vmlinux-2.6.22.9 --disk-image=centos-test.img warn: add_child('terminal'): child 'terminal' already has parent Global frequency set at 1000000000000 ticks per second info: kernel located at: /home/user/gem5/system_images/binaries/x86_64-vmlinux-2.6.22.9 0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012 Listening for com_1 connection on port 3456 warn: Reading current count from inactive timer. 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 **** REAL SIMULATION **** info: Entering event queue @ 0. Starting simulation... warn: Don't know what interrupt to clear for console. 1744892000: system.pc.com_1.terminal: attach terminal 0 warn: x86 cpuid: unknown family 0x8086 warn: Tried to clear PCI interrupt 14 warn: Unknown mouse command 0xe1. warn: instruction 'wbinvd' unimplemented Killed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iD8DBQFSkmYSbOB8sc0AlGURArGzAJ4v91Hll2APoMA/DYNo2M5DkhvSwQCePpwz IniORlT6/I21WjDnyYL2neI= =5A/t -----END PGP SIGNATURE----- _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
