[Kernel-packages] [Bug 1776325] Re: Error messages during boot - Ubuntu 18.04 & Mint19

2018-08-12 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/1776325

Title:
  Error messages during boot - Ubuntu 18.04 & Mint19

Status in linux package in Ubuntu:
  Expired

Bug description:
  This came about as I had problems with efi while installing a dual
  boot of ubuntu and linux mint.

  As I understand it, during the boot process, the kernel sees a cpu
  count for the processor chip , AMD Ryzen 2400G, as 8 but 4 of them are
  graphics compute units. A little later in the process, the graphics
  processors cause errors.

  Subsequent to discovering this , I have added a line to grub
  GRUB_CMDLINE_LINUX_ which appears to have improved the boot process.
  It is 'ruc_nocbs=0-3'. The alteration in grub seems to help limit the
  cpu count and gets the boot process over the bump.

  I searched the interweb for clues and this seems to be a successful
  experiment. I am reporting this because I could not find any pertinent
  reference to this sort of problem with this particular chip. This
  search was not exhaustive so I hope I am not wasting your time :)

  I am attaching a file of concatenated system info for kernel reports
  as the options on this page only appear to allow one file to be
  selected
  (https://bugs.launchpad.net/ubuntu/+source/linux/+filebug/4aca6a90-6dc0-11e8
  -b34a-002481e7f48a.

   Most of this was my lack of understanding the efi requirements, but
  the lack of useful information in the Gigabyte motherboard manual
  about how the UEFI operation was managed by its operating system
  prolonged my agony.:)

  I hope this helps, thank you and keep up the fantastic work
  Bob.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-22-generic 4.15.0-22.24
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tpf1528 F pulseaudio
   /dev/snd/controlC0:  tpf1528 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jun 12 09:38:39 2018
  HibernationDevice: RESUME=UUID=150c1cd8-2246-4c18-b40e-dc07d8425777
  InstallationDate: Installed on 2018-06-10 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. AB350N-Gaming WIFI
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_NZ.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=36d43481-0720-4808-a234-82941b71f750 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F23d
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350N-Gaming WIFI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF23d:bd04/17/2018:svnGigabyteTechnologyCo.,Ltd.:pnAB350N-GamingWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350N-GamingWIFI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350N-Gaming WIFI
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776325/+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 1776325] Re: Error messages during boot - Ubuntu 18.04 & Mint19

2018-06-13 Thread Bob Lourie
Hi, long story short - I've wasted your time. 
I installed upstream kernel, also then reviewed logs I attached from my bug 
report.

 I think cpus are being managed just fine in 4.15.0-22-generic and 4.17.
There were ACPI errors - but googling indicates these are likely
triggered by programming errors in the mobo efi os.

I didn't capture logs from the first times the system hung, but muddied
waters trying different things for some time and lost them in the
reformatting. I now think its possible/likely that in upgrading from an
earlier cpu, using a boot drive set up for bios under uefi caused,
amidst other instabilities, the logging I saw of rejections of some
cpus. But I have no evidence and the systems are working normally now.
In fact, bloody well, great.

Glass half full, after 5 days of intense activity ,I can now follow the bug 
report process.
Thanks for your patience, Bob. 

** Description changed:

  This came about as I had problems with efi while installing a dual boot
  of ubuntu and linux mint.
  
  As I understand it, during the boot process, the kernel sees a cpu count
  for the processor chip , AMD Ryzen 2400G, as 8 but 4 of them are
  graphics compute units. A little later in the process, the graphics
  processors cause errors.
  
  Subsequent to discovering this , I have added a line to grub
  GRUB_CMDLINE_LINUX_ which appears to have improved the boot process. It
  is 'ruc_nocbs=0-3'. The alteration in grub seems to help limit the cpu
  count and gets the boot process over the bump.
  
  I searched the interweb for clues and this seems to be a successful
  experiment. I am reporting this because I could not find any pertinent
  reference to this sort of problem with this particular chip. This search
  was not exhaustive so I hope I am not wasting your time :)
  
  I am attaching a file of concatenated system info for kernel reports as
  the options on this page only appear to allow one file to be selected
  (https://bugs.launchpad.net/ubuntu/+source/linux/+filebug/4aca6a90-6dc0-11e8
  -b34a-002481e7f48a.
  
-  Most of this was my lack of understanding the efi requirements, but the
+  Most of this was my lack of understanding the efi requirements, but the
  lack of useful information in the Gigabyte motherboard manual about how
  the UEFI operation was managed by its operating system prolonged my
  agony.:)
  
  I hope this helps, thank you and keep up the fantastic work
  Bob.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-22-generic 4.15.0-22.24
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  tpf1528 F pulseaudio
-  /dev/snd/controlC0:  tpf1528 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  tpf1528 F pulseaudio
+  /dev/snd/controlC0:  tpf1528 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jun 12 09:38:39 2018
  HibernationDevice: RESUME=UUID=150c1cd8-2246-4c18-b40e-dc07d8425777
  InstallationDate: Installed on 2018-06-10 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. AB350N-Gaming WIFI
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_NZ.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_NZ.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=36d43481-0720-4808-a234-82941b71f750 ro quiet splash
  RelatedPackageVersions:
-  linux-restricted-modules-4.15.0-22-generic N/A
-  linux-backports-modules-4.15.0-22-generic  N/A
-  linux-firmware 1.173.1
+  linux-restricted-modules-4.15.0-22-generic N/A
+  linux-backports-modules-4.15.0-22-generic  N/A
+  linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F23d
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350N-Gaming WIFI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF23d:bd04/17/2018:svnGigabyteTechnologyCo.,Ltd.:pnAB350N-GamingWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350N-GamingWIFI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350N-Gaming WIFI
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

-- 
You received this bug notification because you are 

[Kernel-packages] [Bug 1776325] Re: Error messages during boot - Ubuntu 18.04 & Mint19

2018-06-12 Thread Bob Lourie
This started after buying and installing new cpu, AMD Ryzen 2400g, on
new motherboard. So no previous history available.

Now reading Kernel Mainline Builds, will have a bash... keep you posted

-- 
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/1776325

Title:
  Error messages during boot - Ubuntu 18.04 & Mint19

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This came about as I had problems with efi while installing a dual
  boot of ubuntu and linux mint.

  As I understand it, during the boot process, the kernel sees a cpu
  count for the processor chip , AMD Ryzen 2400G, as 8 but 4 of them are
  graphics compute units. A little later in the process, the graphics
  processors cause errors.

  Subsequent to discovering this , I have added a line to grub
  GRUB_CMDLINE_LINUX_ which appears to have improved the boot process.
  It is 'ruc_nocbs=0-3'. The alteration in grub seems to help limit the
  cpu count and gets the boot process over the bump.

  I searched the interweb for clues and this seems to be a successful
  experiment. I am reporting this because I could not find any pertinent
  reference to this sort of problem with this particular chip. This
  search was not exhaustive so I hope I am not wasting your time :)

  I am attaching a file of concatenated system info for kernel reports
  as the options on this page only appear to allow one file to be
  selected
  (https://bugs.launchpad.net/ubuntu/+source/linux/+filebug/4aca6a90-6dc0-11e8
  -b34a-002481e7f48a.

   Most of this was my lack of understanding the efi requirements, but
  the lack of useful information in the Gigabyte motherboard manual
  about how the UEFI operation was managed by its operating system
  prolonged my agony.:)

  I hope this helps, thank you and keep up the fantastic work
  Bob.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-22-generic 4.15.0-22.24
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tpf1528 F pulseaudio
   /dev/snd/controlC0:  tpf1528 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jun 12 09:38:39 2018
  HibernationDevice: RESUME=UUID=150c1cd8-2246-4c18-b40e-dc07d8425777
  InstallationDate: Installed on 2018-06-10 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. AB350N-Gaming WIFI
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_NZ.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=36d43481-0720-4808-a234-82941b71f750 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F23d
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350N-Gaming WIFI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF23d:bd04/17/2018:svnGigabyteTechnologyCo.,Ltd.:pnAB350N-GamingWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350N-GamingWIFI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350N-Gaming WIFI
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776325/+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 1776325] Re: Error messages during boot - Ubuntu 18.04 & Mint19

2018-06-12 Thread Joseph Salisbury
Did this issue start happening after an update/upgrade?  Was there a
prior kernel version where you were not having this particular problem?

Would it be possible for you to test the latest upstream kernel? Refer
to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest
v4.17 kernel[0].

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'.

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/v4.17


** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

** 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/1776325

Title:
  Error messages during boot - Ubuntu 18.04 & Mint19

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  This came about as I had problems with efi while installing a dual
  boot of ubuntu and linux mint.

  As I understand it, during the boot process, the kernel sees a cpu
  count for the processor chip , AMD Ryzen 2400G, as 8 but 4 of them are
  graphics compute units. A little later in the process, the graphics
  processors cause errors.

  Subsequent to discovering this , I have added a line to grub
  GRUB_CMDLINE_LINUX_ which appears to have improved the boot process.
  It is 'ruc_nocbs=0-3'. The alteration in grub seems to help limit the
  cpu count and gets the boot process over the bump.

  I searched the interweb for clues and this seems to be a successful
  experiment. I am reporting this because I could not find any pertinent
  reference to this sort of problem with this particular chip. This
  search was not exhaustive so I hope I am not wasting your time :)

  I am attaching a file of concatenated system info for kernel reports
  as the options on this page only appear to allow one file to be
  selected
  (https://bugs.launchpad.net/ubuntu/+source/linux/+filebug/4aca6a90-6dc0-11e8
  -b34a-002481e7f48a.

   Most of this was my lack of understanding the efi requirements, but
  the lack of useful information in the Gigabyte motherboard manual
  about how the UEFI operation was managed by its operating system
  prolonged my agony.:)

  I hope this helps, thank you and keep up the fantastic work
  Bob.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-22-generic 4.15.0-22.24
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  Uname: Linux 4.15.0-22-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  tpf1528 F pulseaudio
   /dev/snd/controlC0:  tpf1528 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Jun 12 09:38:39 2018
  HibernationDevice: RESUME=UUID=150c1cd8-2246-4c18-b40e-dc07d8425777
  InstallationDate: Installed on 2018-06-10 (1 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: Gigabyte Technology Co., Ltd. AB350N-Gaming WIFI
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_NZ.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=36d43481-0720-4808-a234-82941b71f750 ro quiet splash
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 04/17/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F23d
  dmi.board.asset.tag: Default string
  dmi.board.name: AB350N-Gaming WIFI-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF23d:bd04/17/2018:svnGigabyteTechnologyCo.,Ltd.:pnAB350N-GamingWIFI:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnAB350N-GamingWIFI-CF:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: AB350N-Gaming WIFI
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1776325/+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