On the Tizen Studio app, I have added the HD1080 TV device (Name=T-samsung-4.0-x86) in the Emulator Manager.
Whenever I launch it, the screen appears but gets stuck at "Booting the kernel." and do not progress further.
In the logs I see a Kernel panic - not syncing error.
I am on a Windows 7 x64 machine with Intel processor. However due to corporate restrictions, I'm not allowed to enable virtualization from BIOS or install HAXM driver.
(so my Emulator Configuration\HW Support settings are: CPU VT = OFF, GPU = ON)
I tried "Use host proxy" and "No proxy" settings but none of them worked.
Here's the relevant output:
*** Setting model-config.xml [ 20.446472] sed (1226) used greatest stack depth: 5912 bytes left - width=1920, height=1080 - dpi=72 [1;34mSwitching root...[0m [ 20.922686] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 [ 20.922686] [ 20.923317] CPU: 3 PID: 1 Comm: init Tainted: G S W 4.4.35 #1 [ 20.923634] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.10.1-0-g8891697-prebuilt.qemu-project.org 04/01/2014 [ 20.924226] 00000000 00000046 f68d9e20 c120fd18 f68d0000 c18a4098 f68d9e38 c10d39f9 [ 20.924671] c18a4098 f68d0000 c18a4098 f68d0000 f68d9e74 c103b51c c17a29b9 00000004 [ 20.925140] f68d047c f68d0000 00000001 f4f52038 00000000 f68d9e5c f68d9e60 f68d9e60 [ 20.925575] Call Trace: [ 20.925726] [<c120fd18>] dump_stack+0x5d/0x84 [ 20.925963] [<c10d39f9>] panic+0x86/0x1aa [ 20.926186] [<c103b51c>] do_exit+0x436/0x85a [ 20.926405] [<c103b9a8>] do_group_exit+0x37/0x84 [ 20.926636] [<c1043654>] get_signal+0x4b9/0x507 [ 20.926865] [<c1002114>] do_signal+0x1e/0x4c7 [ 20.927116] [<c10027f1>] ? do_trap+0x74/0x7a [ 20.927331] [<c10028b5>] ? do_error_trap+0xae/0xb9 [ 20.927569] [<c1111f9d>] ? vfs_stat+0x18/0x1a [ 20.927787] [<c1111f9d>] ? vfs_stat+0x18/0x1a [ 20.928042] [<c1112136>] ? SyS_stat64+0x1a/0x2e [ 20.928266] [<c1111b48>] ? SYSC_readlinkat+0x40/0xbc [ 20.928546] [<c102e556>] ? __do_page_fault+0x3dc/0x3dc [ 20.928798] [<c111211a>] ? SyS_readlink+0x2f/0x31 [ 20.929140] [<c10011c8>] prepare_exit_to_usermode+0x57/0x92 [ 20.929412] [<c1002dc7>] ? do_overflow+0x1a/0x1a [ 20.929644] [<c162ded1>] resume_userspace+0xd/0x14 [ 20.929883] [<c1002dc7>] ? do_overflow+0x1a/0x1a [ 20.931301] Kernel Offset: disabled [ 20.931301] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 [ 20.931301]
I attached the whole emulator.klog file.
What can I do to mitigate this error?