<div dir="ltr">Hi<div><br></div><div>I am now doing a project that requires a modification of Litmus source. I want to with QEMU to debug the litmus kernel but encountered an issue. </div><div><br></div><div>What I did is download the image from litmus website and compiled the kernel with the desired kernel configuration. Then I tried to boot up the kernel by this command:</div><div><br></div><div><div>qemu-system-x86_64 -enable-kvm -cpu host -smp 2 -hda /home/shuai/Desktop/ubuntu.backing.qcow2.img -m 1024 -name "shuai-litmus" -nographic -kernel "/home/shuai/Desktop/litmus-rt/arch/x86_64/boot/bzImage" -append "console=ttyS0,115200 root=/dev/sda1" -gdb tcp::12345 -net nic -net user,hostfwd=::2222-:22</div></div><div><br></div><div>However, I cannot boot up the kernel and got the following error message:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>mount: wrong fs type, bad option, bad superblock on 10.0.0.2:/var/nfs,</div></div><div><div>       missing codepage or helper program, or other error</div></div><div><div>       (for several filesystems (e.g. nfs, cifs) you might</div></div><div><div>       need a /sbin/mount.<type> helper program)</div></div><div><div>       In some cases useful info is found in syslog - try</div></div><div><div>       dmesg | tail  or so</div></div><div><div><br></div></div><div><div>mountall: mount /var/nfs [383] terminated with status 32</div></div><div><div>modprobe: FATAL: Could not load /lib/modules/4.1.3/modules.dep: No such file or directory</div></div><div><div><br></div></div><div><div>modprobe: FATAL: Could not load /lib/modules/4.1.3/modules.dep: No such file or directory</div></div><div><br></div></blockquote>I wonder what should I do to fix this? I cannot allocate the modules.dep in the DIR of litmus source.<div><br></div><div>Thank you in advance.</div><div><br></div><div>Best wishes</div><div>Shuai</div></div>