[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-09-11 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Expired

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-07-13 Thread Kai-Heng Feng
Thanks. The next step is to bisect the kernel.

First, find the last -rc kernel works and the first -rc kernel doesn’t
work from http://kernel.ubuntu.com/~kernel-ppa/mainline/

Then,
$ sudo apt build-dep linux
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ cd linux
$ git bisect start
$ git bisect good $(the working version you found)
$ git bisect bad $(the non-working version found)
$ make localmodconfig
$ make -j`nproc` deb-pkg
Install the newly built kernel, then reboot with it.
If it still have the same issue,
$ git bisect bad
Otherwise,
$ git bisect good
Repeat to "make -j`nproc` deb-pkg" until you find the offending commit.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-06-25 Thread David Rusch
This bug remains in version 5.7.0-944

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-06-07 Thread David Rusch
Is there a way I can simply not start Radeon?  I do not need it.  I have
attempted to blacklist Radeon in a couple of ways but have not been
successful in getting the laptop to boot without booting in recovery
mode.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-05-22 Thread David Rusch
I installed both of the packages in reverse order due to dependencies.  On 
reboot, the screen behaved the same, hanging with a white background.  The 
latest boot log is attached.
Thanks for the continued effort.

** Attachment added: "vmlinuz-5.7.0-994-generic boot.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877871/+attachment/5375666/+files/vmlinuz-5.7.0-994-generic%20boot.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-05-22 Thread Kai-Heng Feng
https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/2020-05-20/
Download and install the following deb:
  linux-image-unsigned-5.7.0-994-generic_5.7.0-994.202005192206_amd64.deb
  linux-modules-5.7.0-994-generic_5.7.0-994.202005192206_amd64.deb

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-05-19 Thread David Rusch
I've added a boot log following the 5.4.0.31.35 installation.

** Attachment added: "Boot log from latest kernel installation"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1877871/+attachment/5374288/+files/boot%20Ubuntu%205.4.0-31.35-generic%205.4.34.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-05-12 Thread David Rusch
|I am happy to test this kernel but I am unfamiliar as to how to
proceed.  Do I click on each of the ".deb" links in the order presented? 
|

|How to apply the patches listed?
|

|
|

|These binary packages represent builds of the mainline or stable Linux
kernel tree at the commit below:

  cod/tip/drm-tip/2020-05-12 (5b38fdf078d3961eac12b3624b564cb9329a15f0)

To obtain the source from which they are built fetch the commit below:

 
git://git.launchpad.net/~ubuntu-kernel-test/ubuntu/+source/linux/+git/mainline-crack
cod/tip/drm-tip/2020-05-12

and apply the following patches on top in the order below:

  0001-base-packaging.patch

  0002-UBUNTU-SAUCE-add-vmlinux.strip-to-BOOT_TARGETS1-on-p.patch

  0003-UBUNTU-SAUCE-tools-hv-lsvmbus-add-manual-page.patch

  0004-debian-changelog.patch

  0005-configs-based-on-Ubuntu-5.7.0-3.4.patch


This is summarised in the SOURCES

file included with these binaries.

Build for amd64 succeeded (see BUILD.LOG.amd64
):
  linux-headers-5.7.0-994_5.7.0-994.202005112208_all.deb

  linux-headers-5.7.0-994-generic_5.7.0-994.202005112208_amd64.deb

  linux-headers-5.7.0-994-lowlatency_5.7.0-994.202005112208_amd64.deb

 
linux-image-unsigned-5.7.0-994-generic_5.7.0-994.202005112208_amd64.deb

 
linux-image-unsigned-5.7.0-994-lowlatency_5.7.0-994.202005112208_amd64.deb

  linux-modules-5.7.0-994-generic_5.7.0-994.202005112208_amd64.deb

  linux-modules-5.7.0-994-lowlatency_5.7.0-994.202005112208_amd64.deb

|

On 5/12/20 2:14 AM, Kai-Heng Feng wrote:
> Please test latest drm-tip kernel:
> https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/current/
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Incomplete
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   

[Kernel-packages] [Bug 1877871] Re: [radeon] X windows hangs following upgrade from 18.04 to 20.04

2020-05-12 Thread Kai-Heng Feng
Please test latest drm-tip kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/current/

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1877871

Title:
  [radeon] X windows hangs following upgrade from 18.04 to 20.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  Following an upgrade from 18.04 to 20.04 when I boot, X windows comes
  to a point where I get a white background with a bunch of colored
  dots.  Nothing progresses from there.

  I can boot successfully by pressing escape after booting, going to
  advanced options, booting to 5.4.0-29 recovery mode.  When that menu
  appears, I select "root".  I press Enter for maintenance.

  When the root prompt appears I immediately type EXIT to return to the
  menu and then RESUME followed by OK.

  The system then starts the desktop properly.

  I would be happy to provide boot logs and/or Xorg.0.logs if desired.
  It appears to me that there are out of memory errors occurring along
  with some addressing issues.

  I am on an HP EliteBook 8570w laptop 15.6 G memory.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: ubuntu-release-upgrader-core 1:20.04.19
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 10 10:22:37 2020
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2018-09-22 (595 days ago)
  InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 
(20180731)
  PackageArchitecture: all
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptlog:
   Log time: 2020-05-09 09:07:41.355959
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   None

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp