[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-09-13 Thread Szymon Szantula
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Lenovo Legion 5 15IMH05

$ uname -rv
5.11.0-34-generic #36~20.04.1-Ubuntu SMP Fri Aug 27 08:06:32 UTC 2021

NVIDIA Driver Version: 470.63.01

Had the same issue for some time, until I've "fixed it" recently. The
problem appeared out of nowhere after some update. Booting with attached
external monitor no matter if attached to HDMI or to DP over USB-C
resulted in total freeze during Ubuntu splash screen (for me worse then
BSoD from the rival product, couse no feedback what's going on...).

The problem seems to be connected with Nvidia proprietary drivers. From
what I remember it didn't occur when the nouveau drivers were installed.
Also it only affected the "hybrid graphics" mode (the "dynamic graphics"
setting in the UEFI). The "discrete graphics" mode has another issue
(brightness control does not work).

What finally has fixed it for me was the purge of all nvidia packages
and the driver reinstallation.

$ sudo apt-get remove --purge '^nvidia-.*'
$ su 
# for FILE in $(dpkg-divert --list | grep nvidia-470 | awk '{print $3}'); do 
dpkg-divert --remove $FILE; done
# exit
$ sudo apt-get install -f
$ sudo apt-get autoremove
$ sudo apt-get clean

After that reboot the system and install a proprietary Nvidia driver.

I hope this helps somebody.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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


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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-07-07 Thread Riccardo Manfrin
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same issue on my Dell 5520

When I REBOOT and the HDMI 2nd monitor is connected, splash screen
freezes.

_
Specs:
Xubuntu 20.04

uname -r
5.8.0-59-generic

lspci -vvv
Graphics:
:00:02.0 VGA compatible controller: Intel Corporation Device 9a49 (rev 01) 
(prog-if 00 [VGA controller])
Subsystem: Dell Device 0a21
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Kernel driver in use: i915
Kernel modules: i915

dmesg --level=err,warn 
[1.039745] Missing case (clock == 539440)
[1.039795] WARNING: CPU: 3 PID: 193 at 
drivers/gpu/drm/i915/display/intel_dpll_mgr.c:2967 
icl_calc_dpll_state.isra.0+0x21d/0x280 [i915]

[1.039828] RIP: 0010:icl_calc_dpll_state.isra.0+0x21d/0x280 [i915]
[1.039829] Code: 4c 63 c2 39 cf 74 55 48 83 c2 01 48 83 fa 08 75 e5 48 63 
d7 48 c7 c6 ee b5 7f c0 48 c7 c7 e3 b4 7f c0 88 45 bf e8 ab 32 5e c8 <0f> 0b 0f 
b6 45 bf e9 ea fe ff ff 31 d2 be 54 00 60 00 e9 9b fe ff
[1.039830] RSP: 0018:b460805eb6c8 EFLAGS: 00010282
[1.039830] RAX:  RBX: a00c5795a490 RCX: 03bb
[1.039831] RDX: 0001 RSI: 0086 RDI: 0247
[1.039831] RBP: b460805eb710 R08: 03bb R09: 0004
[1.039831] R10:  R11: 0001 R12: a00c5795a000
[1.039832] R13: a00c5882 R14: a00c68dea800 R15: a00c5795c000
[1.039832] FS:  7f60162cc880() GS:a00c6f6c() 
knlGS:
[1.039833] CS:  0010 DS:  ES:  CR0: 80050033
[1.039833] CR2: 7fff1750bec0 CR3: 00085902a002 CR4: 00760ee0
[1.039833] PKRU: 5554
[1.039834] Call Trace:
[1.039857]  icl_get_dplls+0x34b/0x840 [i915]
[1.039870]  ? drm_mode_object_get+0x2a/0x60 [drm]
[1.039877]  ? drm_connector_list_iter_next+0x8e/0xb0 [drm]
[1.039898]  intel_reserve_shared_dplls+0x24/0x60 [i915]
[1.039920]  hsw_crtc_compute_clock+0x5a/0x90 [i915]
[1.039941]  intel_atomic_check_crtcs+0x3ba/0x620 [i915]
[1.039961]  ? icl_put_dplls+0x6c/0xb0 [i915]
[1.039980]  intel_atomic_check+0xa22/0xb60 [i915]
[1.039982]  ? __kmalloc_track_caller+0x271/0x280
[1.040004]  ? intel_crtc_duplicate_state+0x27/0xb0 [i915]
[1.040011]  drm_atomic_check_only+0x2c7/0x450 [drm]
[1.040017]  drm_atomic_commit+0x18/0x50 [drm]
[1.040037]  intel_modeset_init+0x456/0xae0 [i915]
[1.040055]  i915_driver_probe+0x275/0x500 [i915]
[1.040058]  ? _cond_resched+0x19/0x30
[1.040059]  ? mutex_lock+0x13/0x40
[1.040077]  i915_pci_probe+0x5a/0x140 [i915]
[1.040080]  local_pci_probe+0x48/0x80
[1.040081]  pci_device_probe+0x10f/0x1b0
[1.040083]  really_probe+0x159/0x3d0
[1.040084]  driver_probe_device+0xe9/0x160
[1.040085]  device_driver_attach+0x5d/0x70
[1.040086]  __driver_attach+0x8f/0x150
[1.040087]  ? device_driver_attach+0x70/0x70
[1.040087]  bus_for_each_dev+0x7e/0xc0
[1.040088]  driver_attach+0x1e/0x20
[1.040089]  bus_add_driver+0x152/0x1f0
[1.040089]  driver_register+0x74/0xd0
[1.040090]  __pci_register_driver+0x54/0x60
[1.040109]  i915_init+0x61/0x75 [i915]
[1.040110]  ? 0xc089
[1.040112]  do_one_initcall+0x4a/0x200
[1.040113]  ? vfree+0x2c/0x40
[1.040114]  ? _cond_resched+0x19/0x30
[1.040115]  ? kmem_cache_alloc_trace+0x1b0/0x240
[1.040116]  do_init_module+0x62/0x250
[1.040117]  load_module+0x1185/0x1390
[1.040119]  ? ima_post_read_file+0x108/0x120
[1.040120]  __do_sys_finit_module+0xc9/0x130
[1.040121]  ? __do_sys_finit_module+0xc9/0x130
[1.040122]  __x64_sys_finit_module+0x1a/0x20
[1.040123]  do_syscall_64+0x49/0xc0
[1.040124]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[1.040124] RIP: 0033:0x7f601684e89d

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-06-05 Thread Senthil Gurusamy
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Hi,
I had also same problem (after update to Ubuntu 20.04, had only blank screen on 
my monitor), but recently found a 'solution' accidentally! MAYBE, it is the 
same problem like mine!
My monitor is being connected via 'D-Sub' and 'HDMI' cables. It seems, separate 
monitor instance is created in display settings ("Single Display") for each 
connection type and you won't see anything in the monitor if you had selected a 
wrong monitor instance (non-HDMI). In my case, I had selected 'D-Sub' monitor 
instance and 'HDMI' output didn't work or I had blank screen for HDMI input. 
Seems now I have selected the correct monitor instance for HDMI. So, maybe you 
also had the same issue that you had selected a 'non-HDMI' monitor instance!

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-06-03 Thread Kevin Blicharski
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same issue. Ubuntu 20.04 on a Lenovo P50. Recently upgraded from 18.04
to 20.04 and would have thought this would make my system more stable,
not less.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2021-02-22 Thread Carlos Augusto França Schettini
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

The same issue.
Notebook Asus K501 with Nvidia card and LG external monitor. It works better 
with the Video Noveau driver than Nvidia 460 (when scaling the monitors, but 
this I another issue). The build-in monitor is 4k and the external one is 2k 
resolution. 
Everytime I need to reboot I need to unplug the HDMI, else the boot fails. 
What I think curious is that the systems gives the preference to the secondary 
monitor instead the build-in, showing the GRUB or the logig after suspend.
I recently migrate from Windows 10 to Ubuntu-Mate... I learned how to 'survive' 
this annoying behavior, but would appreciate very much any help to fix.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-12-12 Thread tonnoz
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Similar issue here with Dell Precision 5550 and Dell monitor U2520D, but
using thunderbolt port/cable. Also for me it freeze before the splash
screen, after half a second Grub shows the menu. Tried to remove quiet
splash, nomodeset and also terminalmode. Also tried to disable the
thunderbolt 3 from the Bios, no use.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-12-02 Thread 김종호
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same Bug LG Gram intel i5.

Removing "quite splash" not work for me.

Upgrading kernel to 5.8.18-050818-generic, but not work.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-19 Thread Fernando
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same bug, Acer Aspire V-Nitro vn7-792G-79LX intel + Nvidia Graphics

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-16 Thread Andrew Osetrov
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

I did it! I have connected AOC both with HDMI and D-SUB VGA cables.
Monitor AOC has PIP (picture in picture) option. So, my notebook think
that two monitors are connected. And boots ok!

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-16 Thread Andrew Osetrov
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Have made some tests. And have found that this bug does not exists with 
ViewSonic VP191s monitor connected to HDMI.  If I connect AOC Style U2879VF to 
HDMI, then my notebook stay with black screen and can't boot. 
Else if I connect both monitors (ViewSonic to VGA SUB, AOC to HDMI), the 
notebook boot ok.
Does this mean the problem is in a monitor, not in Ubuntu?

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-13 Thread Andrew Osetrov
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

I have last Ubuntu 20.10 on an DEXP Atlas H158 ( Core i7 6700HQ,  Nvidia
GeForce 940M + Intel HD 530). And removing "quiet splash" does not help
me with that bug. Have to remove HDMI cable from my notebook before
every boot.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-09 Thread Neil
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same bug affects me, I'm running 20.04 on an Asus Zenbook and can
confirm that removing "quiet splash" DOES NOT resolve the boot issue.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-11-07 Thread TOXIC
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

I can also confirm, removing "quiet splash" from boot command also fixes
the issue present on mu HP EliteBook 830G5

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-10-07 Thread Rob Frohne
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

I can confirm that in 20.10 removing "quiet splash" allows it to boot,
and for me that is better anyway.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-10-07 Thread Rob Frohne
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

This bug also affects me with a fresh install of Ubuntu 20.10 beta.  The
kernel is 5.8.0-20-generic.  If I hit esc when it is stuck on booting, I
can see it is waiting.  The boot message is too cryptic for me, but
maybe someone else has an idea.  I'm using a Lenovo too (Yoga 260).
Here is a photo of the boot messages.
https://photos.app.goo.gl/UxkwnF7HNQEiuPC87

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-10-04 Thread VS
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same problem with Ubunt 20.04.1 LTS, HP elitebook PC && DELL external
monitor.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-09-27 Thread cedejic
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same problem with 20.04.1 LTS on Dell G3 3590.

Cannot log in, but if I plug in HDMI cable AFTER logging in - it works.
Until next restart, when I need to repeat the whole procedure again.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-09-27 Thread Dominik Derwiński
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Lenovo Legion 5 15ARH05 with Ryzen 7 4800H, Radeon graphics disabled in
BIOS, NVIDIA GTX 1650, Mint 20, kernel 5.4.0-48-generic.

Doesn't boot with HDMI plugged in, when plugged later it works normally.
Removing quiet splash or adding nomodeset xforcevesa doesn't change
anything.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-08-28 Thread Sergey
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same problem on Lenovo T480.

Laptop wont boot when monitors are connected (I have 1 monitor over hdmi
and 1 monitor over usbc-hdmi adapter). When i disconnect external
monitors then everything works.

Also same problem for Log out/Switch user. It cannot open login screen
and freezes on loading.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-07-15 Thread Walter Ignacio Miranda Salazar
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same error with me. Lenovo Ideapad with Ubuntu 20.04. I installed ubuntu
a few weeks ago but I can't connect a second monitor or TV with the HDMI
cable.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-07-15 Thread Fabio Prates Rocha
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same error with me. Lenovo Thinkpad Yoga X380 with Ubuntu 20.04. I
installed ubuntu on today's date and realized this flaw.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-07-01 Thread Diego González
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Same error here using a Lenovo Yoga X1 3rd with fully updated Ubuntu
20.04 (focal).

Removing "quiet splash" seems to work and also observed (when I was
trying to debug this) that pressing Esc key to avoid splash screen and
see the boot logs workarounds this annoying bug too.

Seems some kind of problem with plymouth (if it's still the tool which
handles the splash screen) or something related, but I don't have time
to debug the boot process in more depth.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-29 Thread REnato SAntos
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

Hi,
I faced the same issue.
After upgraded from 18.4 to 20.4, with integrated Intel graphics, my second 
monitor stop working.

I dont have nVidia video card.


Thanks!

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-19 Thread Sam Osborn
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

This bug also affected me after upgrading to Ubuntu 20.04.

Changing the grub boot options in `/etc/default/grub` to remove "quiet
splash" fixed the problem with having an external HDMI monitor plugged
in on boot. The new cmdline opts variable is just empty now:

GRUB_CMDLINE_LINUX_DEFAULT=""

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-08 Thread Tim Richardson
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159

** This bug has been marked a duplicate of bug 1872159
   booting with splash hangs when external monitors are connected (pure intel 
8th gen laptop)

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-07 Thread Thorsten
My Lenovo T440p (with optimus - i915, nouveau) running 20.04 (Kernel 5.4.0-33) 
is also affected.
If I connect an external monitor (Dell U2515H) to it via Displayport it freezes 
at boot.

As workaround I switched from GDM to LightDM. With LightDM it boots
straight to the 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/1874194

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-05 Thread Max Barth
I can confirm that booting without "quiet splash" in the grub config
eliminates 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/1874194

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-04 Thread Simon Berton
Hi same problem here.
Lenovo Thinkpad P53S
Ubuntu 20.04.
If I connect the HDMI, keeps loading and loading
If I don't connect it, it works perfect.
Problem appeared in 20, was perfect in 18 and 19.
Thanks!!!

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-02 Thread yihang
Same problem with me Dell E5570

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

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-06-01 Thread MJS
Confirmed as per suggestion in #75 - system boots to login no problem
when quiet-splash is disabled on Lenovo x260 (intel graphics) Kernel
5.4.0-31-generic.

If I return to default (quiet-splash enabled) system hangs on splash
screen.

Thanks

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-29 Thread Michał Derlatka
After removing "quiet splash" it works both on 5.6.11 and 5.4.0.33

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-29 Thread Kai-Heng Feng
Does remove "quiet splash" from kernel parameter help?

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-28 Thread Luca Palermo
This has effected me as well.

I have a Lenovo X1 Carbon with Nvidia GTX 1650. New Ubuntu 20.04
install.

When I boot up, the built-in screen does not work and it hangs with the
Lenovo and Ubuntu logo.

When I boot up with an external monitor via HDMI, it boots up BUT build-
in screen does not work.

If I use the Inter Drivers (radio button in the NVIDIA X Server app) it
will boot with the built-in screen working BUT not HDMI / DP working.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-28 Thread MJS
Same problem here

Fresh 20.04 install on Lenovo x260 (intel graphics) Kernel
5.4.0-31-generic

System boots fine with no HDMI/MDP cables connected but hangs if either
are plugged in.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-26 Thread Michał Derlatka
I have installed kernel 5.6.11 and problem was gone for a few boots.
Now, it's back. It's hanging on splash screen. Also tried 5.6.14 - the
same problem.

I have Dell 5480 with nvidia.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-19 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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874194

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-15 Thread Max Barth via ubuntu-bugs
Same here on Acer Nitro BE with intel + Nvidia Graphics 
Mesa Intel® HD Graphics 530 (SKL GT2)
NVIDIA Corporation GM107M [GeForce GTX 960M] (rev a2)


** Tags added: apport-collected

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-10 Thread Anton
Find a solution. Clean installation of Ubuntu 20.04 works with Linux kernel 
5.4.0.26, after 'apt upgrade' kernel will be upgraded to v5.4.0.29. But both 
versions are hanging while boot up (if external monitor is connected). 
I've installed Linux kernel 5.6.11 (the latest currently) and problem gone 
away. You can use this tool to upgrade your kernel - 
https://github.com/teejee2008/ukuu (you can download the latest free version - 
Ukuu v18.9.1).

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-09 Thread Anton
Hello.

I have the same problem, laptop Lenovo ThinkPad X1 Carbon 6th gen. 
I have a dock station external monitor connected via VGA. Until external 
monitor is enabled boot freezes on Ubuntu splash screen and only hard reset 
helps.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-04 Thread Marcos Grandi
Hi, there is no way to run apport-collect, the issue prevents the machine to 
boot.
I have installed Pop OS which is based on Ubuntu 20.04, it has no issues with a 
hdmi monitor connected during boot.
So I'll be on Pop from now on, a bit work to move all files and apps, but I 
guess it is worth it.


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

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-04 Thread Juhani Numminen
** Package changed: ubuntu => linux (Ubuntu)

** Tags added: kernel-graphics kernel-graphics-hdmi

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

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-04 Thread Nick Fuduley
Hey!

Same here, laptop Lenovo ThinkPad X1 Carbon 7th gen. If hdmi is
connected, boot freezes on ubuntu splash screen and only hard reset
helps.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-25 Thread Jan Zeleny
same here... fresh install 20.04... ThinkPad L390

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-25 Thread Marcos Grandi
Hello,
Same bug affects me, I'm running 20.04 on a Lenovo E580. Intel drivers, no 
nvdia gpu.
I have a usb-c dock, hdmi is connected to the dock and usb-c cable from dock to 
laptop. Lenovo E580 has only one usb-c port, so the only way to boot is startup 
on battery, after the login I can plug the dock in and Ubuntu detects the 
monitor and other dock ports normally.
Thanks.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-24 Thread Menno van G
I wish i could add some more info regarding this problem. @guiverc
apport-collect 1874194 just says No additional information collected.

If anyone from the Ubuntu team needs more information and can tell me
how to provide them, i am more than happy to provide the needed
information.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-24 Thread Diego
Same bug here...
Running 20.04, fresh install in a Lenovo Y530 with nvidia gpu...

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-22 Thread Nicolas Sosa
Hello, the same bug affects me. Running ubuntu 20.04, updated, in a
lenovo x270 laptop, without nvidia gpu, just the internal intel.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ubuntu
   Status: New => Confirmed

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-22 Thread Menno van G
apport-collect 1874194 is not really effective since this problem
happens before ubuntu is even booted up. Like i mentioned ubuntu is
stuck at the splash screen only showing a spinning circle and the ubuntu
logo.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-22 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1874194

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-04-22 Thread Menno van G
** Project changed: launchpad => ubuntu

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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