[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-18 Thread Martin Kucej
*** This bug is a duplicate of bug 1146868 ***
https://bugs.launchpad.net/bugs/1146868

My problem is probably related to 982889. I encountered it in both 12.10
and 13.04. I was able to solve it by delaying lightdm in
/etc/init/lightdm.conf.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-12 Thread Gabriel Thörnblad
Can confirm that for me this bug is fixed with 3.8.0-12.21. Good job!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-12 Thread Octavian Damiean
*** This bug is a duplicate of bug 1146868 ***
https://bugs.launchpad.net/bugs/1146868

** This bug has been marked a duplicate of bug 1146868
   cannot mount /sys/firmware/efi/efivars on boot

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-11 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.8.0-12.21

---
linux (3.8.0-12.21) raring; urgency=low

  [ Tim Gardner ]

  * [Config] CONFIG_PSTORE=n for x86
  * Release Tracking Bug
- LP: #1152228

  [ Upstream Kernel Changes ]

  * Revert efivarfs: guid part of filenames are case-insensitive
- LP: #1146988
  * Revert efivarfs: Validate filenames much more aggressively
- LP: #1146988
  * mfd: rtsx: Optimize card detect flow
- LP: #1148892
  * mfd: rtsx: Fix issue that booting OS with SD card inserted
- LP: #1148892
 -- Tim Gardner tim.gard...@canonical.com   Wed, 06 Mar 2013 06:40:22 -0700

** Changed in: linux (Ubuntu Raring)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-10 Thread Richard Roberts
This possibly a dulicate of 1146868.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-08 Thread Xiao-Long Chen
I'm also doing a git bisect and reverting the two commits that Seth
mentioned does seem to solve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-08 Thread Xiao-Long Chen
I've completed the bisect. The broken commit is
da27a24383b2b10bf6ebd0db29b325548aafecb4. The commit
47f531e8ba3bc3901a0c493f4252826c41dea1a1 mentioned before is *not*
broken (at least for my system). You can see this in my bisect log
linked below.

Broken commit: http://paste.kde.org/690824/raw/
Bisect log (git bisect replay /path/to/log): http://paste.kde.org/690830/raw/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-07 Thread Seth Forshee
I noticed a similar problem on one of my machines, which is introduced
by:

commit 47f531e8ba3bc3901a0c493f4252826c41dea1a1
Author: Matt Fleming matt.flem...@intel.com
Date:   Thu Jan 31 19:02:03 2013 +

efivarfs: Validate filenames much more aggressively

Joe, you might just want to try reverting this commit to see if it fixes
the issue. You'll also need to revert the following, which depends on
that commit:

commit da27a24383b2b10bf6ebd0db29b325548aafecb4
Author: Matt Fleming matt.flem...@intel.com
Date:   Fri Feb 1 11:02:28 2013 +

efivarfs: guid part of filenames are case-insensitive

(Note that the SHA-1's here are different than the ones in the raring
repository)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-07 Thread Tim Gardner
** Also affects: linux (Ubuntu Raring)
   Importance: High
   Status: Confirmed

** Changed in: linux (Ubuntu Raring)
   Status: Confirmed = In Progress

** Changed in: linux (Ubuntu Raring)
 Assignee: (unassigned) = Tim Gardner (timg-tpi)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-07 Thread Joseph Salisbury
** Tags removed: performing-bisect

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-06 Thread Joseph Salisbury
** Tags added: performing-bisect

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-06 Thread Joseph Salisbury
Thanks for testing.  It appears this regression was introduced in
v3.8.2.

I started a kernel bisect between v3.8.1 and v3.8.2.  The kernel bisect
will require testing of about 7-10 test kernels.

I built the first test kernel, up to the following commit:
fd9471ef7e6ee38a7f29f5556928ddf4824f8bdd

The test kernel can be downloaded from:
http://people.canonical.com/~jsalisbury/lp1146988

Can you test that kernel and report back if it has the bug or not.  I
will build the next test kernel based on your test results.

One thing to note, you will need to install both the linux-image and
linux-image-extra .deb packages.

Thanks in advance

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-06 Thread Fredrik Kempe
Tried http://people.canonical.com/~jsalisbury/lp1146988 and it didn't
work for me, but got me further then before. This time I got a mouse
with a blackscreen and i could switch to tty1 and login something that i
couldn't do with 3.8.0.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Martin Kucej
After March 5th morning update, Lenovo T430 2342CTO does not boot -
graphic card not recognized.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Kelly Hyde
Also facing this bug on my MacBook Pro 8,2 with 3.8.0-10. 3.8.0-9 still
boots fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel?  Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v3.9 kernel[0] (Not a kernel in the daily directory) and install both
the linux-image and linux-image-extra .deb packages.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, for example it will not boot, 
please add the tag: 'kernel-unable-to-test-upstream'.  
Once testing of the upstream kernel is complete, please mark this bug as 
Confirmed.


Thanks in advance.

[0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-rc1-raring/


** Changed in: linux (Ubuntu)
   Importance: Undecided = High

** Tags added: kernel-key regression-update

** Changed in: linux (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Kelly Hyde
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: kernel-bug-exists-upstream

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Joseph Salisbury
In addition to the latest mainline kernel, it would be good to know what
3.8 kernel introduced this bug.  Can folks affected by this bug test the
following two upstream kernels:

v3.8.1: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.1-raring/
v3.8.2: http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.2-raring/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Kelly Hyde
I just tested this and the 3.8.2 mainline kernel exhibits the same
behavior. Recovery mode boots fine, but graphical boot just hangs with
no explanation given (the output just stops at the normal filesystem
mount dialog).

I'm confused by test the latest v3.9 kernel--there is only a linux-
headers package in that folder, no linux-image--but I'm assuming that's
just an error. 3.8.2 is the equivalent mainline kernel version to
3.8.0-10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-05 Thread Kelly Hyde
I tested mainline kernels 3.8.1 and 3.8.2. The bug is present in 3.8.2;
3.8.1 boots completely fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1146988/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs