Qemu Kernel panic log

msh1307·2023년 1월 29일
0

Kernel

목록 보기
8/9
qemu-system-x86_64 \
-m 512M \
-kernel ./bzImage \
-initrd  ./rootfs.cpio \
-append "root=/dev/ram rw console=ttyS0 oops=panic panic=1 quiet nokaslr" \
-netdev user,id=t0, -device e1000,netdev=t0,id=nic0 \
-nographic  \
-cpu qemu64,smep -s \
qemu-system-x86_64 \
-m 512M \
-kernel ./bzImage \
-initrd  ./rootfs.cpio \
-append "root=/dev/ram rw console=ttyS0 oops=panic panic=0 quiet nokaslr" \
-netdev user,id=t0, -device e1000,netdev=t0,id=nic0 \
-nographic  \
-cpu qemu64,smep -s \

자동 재부팅 끄고 패닉 로그 계속 보려면 panic=0 세팅해주면 된다.
ctrl + a 누르고 x 누르면 qemu를 끌 수 있다.

profile
https://msh1307.kr

0개의 댓글