Eu tentei criar uma configuração de kernel personalizada, mas não consigo inicializar agora. O comando qemu parece com o seguinte:
qemu-system-x86_64 -kernel $KERNEL/arch/x86/boot/bzImage \
-append "console=ttyS0 root=/dev/hda debug earlyprintk=serial slub_debug=QUZ" \
-drive file=$IMAGE/wheezy.$1.img,format=raw -net user,hostfwd=tcp::10021-:22 -net nic \
-enable-kvm -nographic -m 2G -smp 2
E a mensagem de erro:
[ 1.029707] VFS: Cannot open root device "hda" or unknown-block(0,0): error -6
[ 1.031629] Please append a correct "root=" boot option; here are the available partitions:
[ 1.033696] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
A imagem é inicializada com outros kernels pré-construídos, então eu acho que posso ter perdido alguma coisa no Kconfig, mas não sei o quê.
Obrigado antecipadamente!
Tags ext4 qemu linux-kernel