[gem5-users] can't run Ubuntu 14.04 image

2017-04-08 Thread shine
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" termina

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-10 Thread Serhat Gesoglu
rst command. Did you get any other warnings/errors? Cheers Serhat From: gem5-users [gem5-users-boun...@gem5.org] on behalf of shine [zhandou...@foxmail.com] Sent: 08 April 2017 13:34 To: gem5-users Subject: [gem5-users] can't run Ubuntu 14.04 image

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-10 Thread xingyu li
The first are not warnings, in fact, gem5 have no output after those, and I also cannot go into full system simulation. Thanks for answers. ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-26 Thread Jason Lowe-Power
For "Kernel panic - not syncing: Cannot allocate trampoline", it's probably a an issue with the paramters you're passing to the kernel on boot. Try with these parameters: boot_options = ['earlyprintk=ttyS0', 'console=ttyS0', 'lpj=723', 'root=/dev/hda']. Adding the option "noapic" may help, too

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-26 Thread shine
Hello,Jason When my boot_flag is " self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=723 ' + \ 'root=/dev/hda1 '",it already appear the previous problem. I add noapic to it, the m5term terminal appears" hda: dma_timer_expiry: DMA status (0x64) hda: DMA interr

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-27 Thread Jason Lowe-Power
Hello, I haven't seen this error before. Unfortunately, full system configuration is complicated and a lot of problems can crop up. Let us know if you find a solution to this problem as it will likely help other people! Cheers, Jason On Wed, Apr 26, 2017 at 10:53 PM shine wrote: > Hello,Jason

Re: [gem5-users] can't run Ubuntu 14.04 image

2017-04-27 Thread shine
Hi?? I do not find the solution.But I achieve my goal by resizing linux-x86.ing. Thanks for answers.___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users