I created a fresh startup disk… But it crashes saying
kernel panic - not syncing: no working init found
Image taken with VirtualBox:
I tried booting with the iso in VirtualBox, which works fine. The issue is with live usb. Is it an issue with startup disk creator? I also tried dd and Unetbootin. How did you guys manage to get it working?
Don’t know why this happens. I just installed 18.04 daily build today using the same pendrive, no issue there. If the download was broken, I wouldn’t have been able to try the mounted ISO in VM. May not be errors with boot mode too cuz it should have run in VM if that was the case and my PC does not even have the SecureBoot option. When I tried to install unity along with the daily build, same issue which chanath has
I see you are using modesetting for graphics, most likely because you have had problems with nouveau drivers . Then why not use nomodeset when booting live USB?
Just keep tapping Ctrl+Shift and the option will come up … choose nomodeset and then boot live and see what happens . it should boot with nouveau because that is a fairly new board unless there is something not right in BIOS settings.
Regards…
edit:
ahh I see my ‘live’ also chose modesetting by default.
In boot options, I removed quiet splash and insead wrote nomodeset. Along with that, I marked nomodeset like before. This time some extra text came before what was seen before, but finally ended up in the same screen:
I managed to install it by mounting the ISO on a partition (Live USB didn’t work for me as stated before). Now after logging in, if I move my mouse near to the launcher, I get logged out. Not sure whether this is a general problem or just for myself alone.
because the repo has been modified after the post.
I suggest anyone having the problem and has Intel GPU try this.
Phew… I’m so happy
Edit:
Software Update should automatically update drivers. In that case you need not manually install the drivers from the repo. Still it wont create the /etc/X11/xorg.conf file. So you need to manually create it by
sudo gedit /etc/X11/xorg.conf
and insert the text below
Now save and restart.
@dale-f-beaudoin please embed the drivers in the distro so others won’t be affected by same problem.