3

Recently I received a Windows computer as a gift. Now I am trying to install Ubuntu alongside Windows 8.1.

After using Universal USB installer to create a bootable flash drive from Ubuntu 14.04.1-desktop-amd64.iso. I attempted to try Ubuntu without installing it to make sure it worked okay.

After my computer showed the ubuntu startup screen, the kernel crashed with an error.

Computer specifics:

  • Windows 8.1
  • Intel Core i5-4210U
  • Lenovo G50-70

Here's a screenshot of the error message: error

Edit: After creating a bootable flash drive via LiLi from ubuntu-14.04.2-desktop-amd64.iso, booting was successful.

2 Answers2

2

Given the kernel panic you've shown (the Windows one might help as well), I would have to wager that this is a memory / RAM issue.

What you should do for the time being to pinpoint the actual issue:

  1. Reboot your machine.
  2. When the boot menu shows up (shown below), select the first Memory Test.
  3. Let it run. Note any errors.

Please post back with any info from the test(s).

enter image description here

  • My Windows OS is working perfectly fine :) The grub on the live USB doesn't have those memory test options. I did an extensive memory test in Windows and found no problems with my computer. – TheNumberOne Feb 27 '15 at 02:10
  • Sorry about that. I neglected the fact that you're booting from USB. :) See this link: http://askubuntu.com/questions/187573/memtest-with-ubuntu-12-04-live-cd –  Feb 27 '15 at 02:17
  • The kernel crashes before I can reach the language menu mentioned by the answer. Check disk for defects is available from grub. It merely restarts my computer. – TheNumberOne Feb 27 '15 at 02:33
  • Hmmmm...Now I'm stumped :( Anyone have any ideas? –  Feb 27 '15 at 02:34
  • I'm going to attempt to try it with ubuntu-14.04.2. If it works, I'll comment down here. – TheNumberOne Feb 27 '15 at 02:36
  • 1
    Hmm... It worked. – TheNumberOne Feb 27 '15 at 03:36
  • Nice! :) Dunno why that happened to begin with... –  Feb 27 '15 at 04:41
0

Downloading the newest version(14.04.2) and then using LiLi to create the live USB successfully solved the problem.