> Vlada Macek, if you are reinstalling, it would be best to install the x64 > version > (not 32-bit) in order to widen the support scope for your issue.
Thank you. I've experienced the x64 can be less compatible, more memory greedy and sometimes slower... that's why I stick with i686. I'll reconsider. > However, just to clarify, were you able to boot into 3.18-rc7 once you install all three files? Yesterday it showed the same error as I shot in comment #19 above. But, today I dug into the /etc/default/grub in the way I diff below. I wanted to get rid of "Warning: Setting GRUB_TIMEOUT to a non-zero value when GRUB_HIDDEN_TIMEOUT is set is no longer supported." message as well as I wanted to make the non graphical boot permanent. Both kernels, 3.18-rc7 and the latest one 3.13.0-40 from distribution now boot smoothly (just the disk passphrase is not requested in the blue xubuntu screen). I have no idea why the "quiet splash" was preventing me from booting. @@ -4,11 +4,10 @@ # info -f grub -n 'Simple configuration' GRUB_DEFAULT=0 -GRUB_HIDDEN_TIMEOUT=0 -GRUB_HIDDEN_TIMEOUT_QUIET=true -GRUB_TIMEOUT=10 +GRUB_TIMEOUT_STYLE=menu +GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` -GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" +#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" GRUB_CMDLINE_LINUX="" # Uncomment to enable BadRAM filtering, modify to suit your needs @@ -17,7 +16,7 @@ GRUB_CMDLINE_LINUX="" #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" # Uncomment to disable graphical terminal (grub-pc only) -#GRUB_TERMINAL=console +GRUB_TERMINAL=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1397321 Title: All images beyond 3.13.0-34-generic don't boot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1397321/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
