[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-10 Thread Alberto Milone
Hi Steve, sorry for my late reply (I was at a sprint). I agree with your
conclusions but I'd like to partially revert your changes.

You removed a feature which allowed packagers to blacklist single card
ids to prevent them from using the boot splash in case of nasty
interactions with the NVIDIA driver.

While the result is the same (i.e. the framebuffer is on by default), I
restored the feature by putting back the relevant slave link which would
simply point to a blacklist file that only shows how to disable nvidia
cards (it's all commented out).

** Patch added: 0001-Restore-slave-link-to-grub-gfxpayload-file.patch
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/854967/+attachment/2534427/+files/0001-Restore-slave-link-to-grub-gfxpayload-file.patch

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-10 Thread Alberto Milone
** Changed in: fglrx-installer (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Status: Triaged = 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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers -
280.13-0ubuntu5

---
nvidia-graphics-drivers (280.13-0ubuntu5) oneiric; urgency=low

  * Drop /usr/share/grub-gfxpayload-lists/blacklist handling; there's
nothing about binary drivers in particular that requires blacklisting,
we just need recovery mode to not start the console in graphics mode.
LP: #854967.
  * Drop the initramfs hook in favor of 'alias nouveau/lbm_nouveau off',
so that initramfs framebuffer handling will still work.  LP: #864149.
 -- Steve Langasek steve.langa...@ubuntu.com   Sat, 01 Oct 2011 23:06:02 +

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Triaged = 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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Steve Langasek
Alberto, please revert these blacklists.  Blacklisting the cards in grub
causes a significant regression to the user experience when NOT booting
in recovery mode - systems that had a perfectly working flicker-free
boot from grub to plymouth even when using the binary nvidia drivers now
have a text mode boot everywhere (bug #863719).  We should *NOT* regress
the standard boot experience in the last weeks before release to improve
the recovery mode experience.

I believe a better solution here is to adjust /etc/grub.d/10_linux to
always pass =text instead of =keep for recovery mode.  Half the time
when you're booting to recovery mode you'll get this anyway because the
previous boot didn't succeed, so having grub always do this will be more
consistent - and handle possible problems with the video handoff across
*all* video hardware.

** Changed in: fglrx-installer (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: Fix Released = Triaged

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Status: Fix Released = Triaged

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Steve Langasek
Also, note that this issue is NOT specific to binary drivers!  I can
reproduce the problem on a system with an intel video card when
gfxpayload=keep.  The issue is that during a normal boot, plymouth
handles the transition from graphics mode to text mode for the VT
(plymouth show-splash / hide-splash), but when booting into recovery
mode, plymouthd is never run except for certain edge cases (i.e., when
cryptsetup is installed and plymouth is started from the initramfs
before friendly-recovery runs).

So these blacklists definitely need to be reverted, and grub definitely
needs to be changed to avoid use of =keep on recovery mode.

** Also affects: grub2 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: grub2 (Ubuntu)
   Status: New = Triaged

** Changed in: grub2 (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: grub2 (Ubuntu)
 Assignee: (unassigned) = Steve Langasek (vorlon)

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/oneiric/grub2/oneiric

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Colin Watson
I committed this before noticing that Steve had assigned the bug to
himself :-)

** Changed in: grub2 (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: grub2 (Ubuntu)
 Assignee: Steve Langasek (vorlon) = Colin Watson (cjwatson)

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Launchpad Bug Tracker
This bug was fixed in the package grub2 - 1.99-12ubuntu5

---
grub2 (1.99-12ubuntu5) oneiric; urgency=low

  * Never use 'set gfxpayload=keep' in recovery mode (LP: #854967).
 -- Colin Watson cjwat...@ubuntu.com   Sat, 01 Oct 2011 10:30:39 +0100

** Changed in: grub2 (Ubuntu)
   Status: Fix Committed = 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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/grub2

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Steve Langasek
** Patch added: patch for bugs 864149 and 854967
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2494190/+files/nvidia-graphics-864149%2C854967.diff

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-10-01 Thread Ubuntu QA's Bug Bot
The attachment patch for bugs 864149 and 854967 of this bug report has
been identified as being a patch in the form of a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  In the event that this is in
fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
sponsors please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Alberto Milone
** Also affects: fglrx-installer (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: fglrx-installer-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: fglrx-installer (Ubuntu)
   Status: New = In Progress

** Changed in: fglrx-installer-updates (Ubuntu)
   Status: New = In Progress

** Changed in: fglrx-installer (Ubuntu)
   Importance: Undecided = High

** Changed in: fglrx-installer-updates (Ubuntu)
   Importance: Undecided = High

** Changed in: fglrx-installer (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: fglrx-installer-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: fglrx-installer (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: fglrx-installer-updates (Ubuntu)
Milestone: None = ubuntu-11.10

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-96-updates -
96.43.20-0ubuntu4

---
nvidia-graphics-drivers-96-updates (96.43.20-0ubuntu4) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 11:01:45 
+0200

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
   Status: In Progress = Fix Released

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-173 -
173.14.30-0ubuntu7

---
nvidia-graphics-drivers-173 (173.14.30-0ubuntu7) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 10:06:11 
+0200

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-173-updates -
173.14.30-0ubuntu4

---
nvidia-graphics-drivers-173-updates (173.14.30-0ubuntu4) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 10:12:49 
+0200

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-updates -
280.13-0ubuntu4

---
nvidia-graphics-drivers-updates (280.13-0ubuntu4) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
- Make it possible to add card ids to the modaliases by
  adding ids in debian/additional_card_ids.
  * debian/additional_card_ids:
- Add support for card id 0dfc.
  * debian/nvidia-$flavour.README.Debian.in:
- Document how to use the additional_card_ids file.
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 29 Sep 2011 17:39:14 
+0200

** Changed in: nvidia-graphics-drivers (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer-updates -
2:8.881-0ubuntu5

---
fglrx-installer-updates (2:8.881-0ubuntu5) oneiric; urgency=low

  * debian/rules, debian/modaliases/fglrx_supported:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all AMD cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 15:36:28 
+0200

** Changed in: fglrx-installer (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package fglrx-installer - 2:8.881-0ubuntu3

---
fglrx-installer (2:8.881-0ubuntu3) oneiric; urgency=low

  * debian/rules, debian/modaliases/fglrx_supported:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all AMD cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 15:36:00 
+0200

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers -
280.13-0ubuntu4

---
nvidia-graphics-drivers (280.13-0ubuntu4) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
- Make it possible to add card ids to the modaliases by
  adding ids in debian/additional_card_ids.
  * debian/additional_card_ids:
- Add support for card id 0dfc.
  * debian/nvidia-$flavour.README.Debian.in:
- Document how to use the additional_card_ids file.
 -- Alberto Milone alberto.mil...@canonical.com   Thu, 29 Sep 2011 18:16:35 
+0200

** Changed in: fglrx-installer-updates (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-30 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-96 -
96.43.20-0ubuntu5

---
nvidia-graphics-drivers-96 (96.43.20-0ubuntu5) oneiric; urgency=low

  * debian/rules:
- Make sure that the module alias is always correct and
  uses underscores instead of hyphens (LP: #855396).
- Make the grub-gfxpayload file a template and blacklist
  all Nvidia cards so that Grub doesn't set a framebuffer
  which prevents recovery mode from working (LP: #854967).
 -- Alberto Milone alberto.mil...@canonical.com   Fri, 30 Sep 2011 10:51:27 
+0200

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   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/854967

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-29 Thread bugbot
** Tags added: kubuntu

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-29 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Importance: Undecided = High

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New = In Progress

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Status: Triaged = In Progress

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
   Status: New = In Progress

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   Status: Triaged = In Progress

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: Triaged = In Progress

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: nvidia-graphics-drivers-96-updates (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: nvidia-graphics-drivers (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
Milestone: None = ubuntu-11.10

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread josef
I testing Kubuntu, Xubuntu and Ubuntu alternate 64bit cd with the same
result.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread Chris Halse Rogers
I can confirm this on my GeForce 9300 netbook.  With nouveau, the
recovery menu shows as expected.  With nvidia-current, the framebuffer
is the empty purple left over from grub until the X driver kicks in.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread Stéphane Graber
josef: You need to select Remount first as netroot requires write
access to your system. Netroot is also pretty limited at the moment,
there's another bug report specifically for that which I'll work on for
12.04 (don't feel like rewritting netroot entirely 2 weeks before
release).

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread Stéphane Graber
Marking the bug as invalid on friendly-recovery's side as it's not
something I can fix in friendly-recovery itself.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread Stéphane Graber
Adding a task for each of the nvidia binary source packages. I'd suggest
the gfxpayload blacklist shipped in each of these be updated to
blacklist the nvidia chipsets (the blacklist currently shipped in these
packages is empty).

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-173 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-173-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-96 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-96-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-updates (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: friendly-recovery (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-28 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
   Status: New = Triaged

** Changed in: nvidia-graphics-drivers-96 (Ubuntu)
   Status: New = Triaged

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
   Status: New = Triaged

** Changed in: nvidia-graphics-drivers-updates (Ubuntu)
   Status: New = Triaged

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
Milestone: None = ubuntu-11.10

** Changed in: nvidia-graphics-drivers-173 (Ubuntu)
 Assignee: (unassigned) = Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-173-updates (Ubuntu)
Milestone: None = ubuntu-11.10

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-27 Thread Fritz Heinrichmeyer
here rescue mode also is broken after installing kde-desktop (installed
kubuntu boot logo) on an amd64 installation with ati hd 3200 graphics.

I must admit that i did not use rescue mode for a while, maybe rescue
mode was broken before but i suspect kubuntu :-; due to many other
problems with kdm and akonadi.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-27 Thread josef
Thanks worked now with set gfxpayload=text in grub.cfg. But in recovery mode 
is only
Resume
Fsck
Remount
Root
but no find NET root for wowk with APT.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-26 Thread josef
Yes I have nvidia GF 7600GT . Fsarchive version from 14 september is ok.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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



[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-26 Thread josef
I test/mistake now archive with lock update. When is lock only grub-
common v 1.99-12 ubuntu2 and grub-pc-bin v 1.99-12 ubuntu2 rescue mode
booting. When is update this fies to ubuntu4 rescue boot is with
affects.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-26 Thread Stéphane Graber
At Colin Watson's suggestion, changing the gfxpayload call in grub to
set gfxpayload=text fixes it here. Would have to check for potential
side effects of doing that for everyone.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-26 Thread Stéphane Graber
Reproduced the issue on nvidia hardware here.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-25 Thread Stéphane Graber
Do you have nvidia graphics on all affected machines?

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-24 Thread jolo
This bug affects me too. Both on an old en new PC. The bug had also
affected my Lenovo R61i laptop. But was fixed by friendly-recovery i386
0.2.17. This update did not fixes de bug for the old en new PC.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-24 Thread josef
I testing only amd64 from Alternate cd. But friendly-recovery amd64
0.2.17 no fixed this problem. Archive Kubuntu 64bit from fsarchiver with
version friendly-recovery 0.2.12 worked ok.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread josef
New dpkg -l

** Attachment added: dpkg-l
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2447145/+files/dpkg-l

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread josef
cmdline

** Attachment added: cmdline
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2447146/+files/cmdline

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread josef
Hi
the same result with clear new installation of Kubuntu alternate CD beta 2. 
Blue screen with:
Loading Linux 3.0.0-11
Inital Loading ramdisk
Now Kubuntu stoped. Must pressing enter and follow normal login screen.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread Stéphane Graber
Ah, ok, so the fact that you need to press enter before the boot
sequence resumes actually tells me that friendly-recovery started
properly.

The first option in friendly-recovery is resume, so pressing enter
selected it and the boot continued.

Now the problem is why don't you actually see the menu...

Could you attach the output of lspci -nnn and dmesg?

I'm starting to think it might be hardware related or some race
condition.

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread josef
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2447809/+files/dmesg

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-23 Thread josef
** Attachment added: lspci
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2447807/+files/lspci

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-22 Thread Steve Langasek
** Changed in: friendly-recovery (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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

[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-22 Thread Stéphane Graber
Hi!

Can you give me a bit more details on your setup?
I'm mostly interested in the output of dpkg -l and /boot/grub/grub.cfg

Thanks

** Changed in: friendly-recovery (Ubuntu)
   Status: New = Incomplete

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-22 Thread josef
** Attachment added: grub.cfg
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2442393/+files/grub.cfg

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-22 Thread josef
** Attachment added: dpkg-l
   
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+attachment/2442394/+files/dpkg-l

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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


[Bug 854967] Re: boot to rescue mode in Oneiric

2011-09-22 Thread Stéphane Graber
your dpkg -l got cut off, almost half of it seems missing.

Your grub.cfg looks good and contains what should be needed to trigger
the recovery mode.

Would be good to have your full dpkg -l and the result of cat
/proc/cmdline when booting in rescue mode.

Thanks

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

Title:
  boot to rescue mode in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/854967/+subscriptions

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