-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a safe(r) GRUB gfxmode #609
base: master
Are you sure you want to change the base?
Conversation
I don't think this is a particularly good idea. It might solve those issues for you, but cause different issues for other people. Can you confirm whether the latest Ubuntu 20.04 boots OK on your hardware? If it does, we may have to look at doing something similar to what that's doing, which is the following:
|
Ubuntu 20.04.3 (ubuntu-20.04.3-desktop-amd64.iso) behaves the same way as elementaryOS 6.x: the monitor just goes black after the Grub screen. NB: Changing Apart from blocking the installer from booting, the At least it seems evident to me that the Grub |
Updated the PR with fallback to |
Would love to see a final solution to this, works fine on my desktop at 1920x1080p but not on my laptop with a 13 inch 4k monitor. That being said, I'm curious if touch capabilities affect the matter? |
That's weird...is it a Dell XPS 13, perhaps? I tried this with elementaryos-7.0-daily.20221201.iso on my Dell Precision 5510 (4k monitor), and it worked as expected. Without the change I get the dreaded "Out of memory" error. |
I’ve not managed to make the change as editing the iso has proven difficult and it seems I have static options that don’t include elementary os when I use use the method you mentioned previously to write the iso. However I am using a Razer blade stealth 13 w/4K monitor so I imagine our issue is the same, I’m just getting hung up |
The secret is to use unetbootin for creating the bootable USB, since it becomes read-only otherwise. And based on my own experience it sometimes requires more than one try/boot before the firmware/BIOS detects the USB drive. So I'd say give it one more shot, persistence usually wins the game :) |
As a workaround have you folks tried increasing the UEFI/BIOS setting for "initial video memory" size? It's called something similar or like "reserved graphics memory". If available it's usually set to a low value but you could try bumping to the max and see if it makes a difference? |
When I try to write with unetbootin, elementary doesn’t show up in my writable options, total noob with unetbootin, does it need to be used from the cli to select a local iso? |
Will try when I get home |
I was experiencing the same issue on a Dell XPS 15 9550, building an ISO based on this PR fixed the issue for me. (More details on my issue). @vjr I tried looking through the options in my BIOS screen, but couldn't find anything like "initial video memory". Could you clarify? |
Any progress here? This one has been out there for quite some time. With many work arounds trying to explain how to create ones own ISO when in reality if this PR was merged then folks could at least move forward. Thx. |
This fixes 2 known symptoms/issues with the installer:
These issues might be specific to systems using HiDPI/4K monitors. My laptop happens to be one of those, and I've experienced the installer failing in both of these ways with
gfxmode=auto
.