dhruvvyas90 / qemu-rpi-kernel

Qemu kernel for emulating Rpi on QEMU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FATAL:zygote_host_impl_linux.cc(117)] No usable sandbox! Update your kernel…

dilyanpalauzov opened this issue · comments

I start qemu-system-arm -dtb ./versatile-pb-buster.dtb -kernel ./kernel-qemu-4.19.50-buster -cpu arm1176 -m 256 -M versatilepb -serial stdio -append "root=/dev/sda2 rootfstype=ext4 rw" -hda ./2021-01-11-raspios-buster-armhf.img and then I start the chromium-browser within the VM. The system says:

[12067:12067:0121/165015.646694:FATAL:zygote_host_impl_linux.cc(117)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/master/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.
Unhandled prefetch abort: debug event (0x002) at 0x037b8758

Please update the kernel to contain an “usable sandbox”.

On a related note, installing Firefox on Raspberry Pi/QEMU and running it, prints “illegal instruction”. I do not say this is caused by the kernel, but I also do not state the opposite.