Ubuntu 16.04 + Qemu + Raspberry Pi image triggered kernel panic
I tried to boot Raspbian OS on Qemu but failed!!  Ubuntu 16.04 + Qemu + Raspberry Pi image   Freeing unused kernel memory: 176K (c0530000 - c055c000) Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004  I googled it and resolved..  It need to edit raspberry pi's files in .img  /etc/fstab by commenting out mmcblk entries  and /etc/ld.so.preload old entries.  OK, lets check .img file.   umiushi@umiushi-VirtualBox:~/Desktop/armv6_stretch$ file raspbian-stretch.img  raspbian-stretch.img: DOS/MBR boot sector; partition 1 : ID=0xc, start-CHS (0x0,130,3),  end-CHS (0x7,165,30), startsector 8192, 114688 sectors;  partition 2 : ID=0x83, start-CHS (0x7,165,31), end-CHS (0x18e,97,19), startsector 122880, 6277120 sectors    Then, trying fdisk command.  Which sector should be mounted..   umiushi@umiushi-VirtualBox:~/Desktop/armv6_stretch$ fdisk -l ./raspbian-stretch.img Disk ./raspbian-stretch.img: 3.1 GiB, 3276800000 bytes, 6400000 sectors Units: sectors of 1 * 512 = 512 by...