[gem5-users] Re: Unable to boot Linux in FS mode

2023-07-29 Thread Hoa Nguyen via gem5-users
Hi all, As mentioned above, the problem is likely due to using KVM then switch to another gem5 core, which doesn't support all ISA extensions that the host supports. I wanted to add that, if updating the gem5 version doesn't solve the problem, you can use AtomicSimpleCPU for fast-forwarding inste

[gem5-users] Re: Unable to boot Linux in FS mode

2023-07-29 Thread Vincent Abraham via gem5-users
Hi Zhenwen, If you're trying to boot an x86 or risc-v image, you can find scripts for it in gem5-resources: https://gem5.googlesource.com/public/gem5-resources/+/refs/tags/v22.1.0.0/src/(x86-ubuntu, riscv-ubuntu). I was also facing similar issues and this helped me. On Fri, Jul 28, 2023 at 6:57 P

[gem5-users] Re: Unable to boot Linux in FS mode

2023-07-28 Thread Jason Lowe-Power via gem5-users
Hi Zhenwen, The actual error is one line higher in the kernel output: `/lib/x86_64-linux-gnu/libc.so.6: CPU ISA level is lower than required` I believe we fixed the incompatibility of gem5-x86 with newer kernels in gem5-v22.1, but it is definitely fixed in gem5-v23.0. I suggest either updating ge