Okay then you're likely having similar issues as I am when it comes to kernel 4.19 not woring properly with the graphic card or something else which is preventing it from loading (haven't figured what it is yet -- there is some patch or change that is either causing a framebuffer issue or something that prevents the i915 driver from loading on certain baytrail/chrerrytrail based devices)
Your best best is to build a version of Android 8.1-r2 from source, using kernel 4.18 or 4.14 as the source.Β Β But you may run into other issues with 4.18, like battery status not working, etc. (all depends on your hardware)
To change kernel, after you've synced the repo, change to the ./kernel directory and type:
git fetch x86 kernel-4.18Β
git checkout FETCH_HEADΒ
cd ..Β
Or if you want to save time and not attempt this for the moment, you can try the build that I created for my Insigina Flex8 tablet, which is based off Android-x86 8.1-r2 with Kernel 4.18 -->Β
https://www.filemail.com/d/dyyixaejinujzcu
Replace system.sfs and kernel files on the USB installer with system.img and kernel from the downloaded .zip file
Install and enjoy.