Skip to content
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

amdgpu fails #50

Closed
SnowCrestGuy opened this issue Dec 6, 2018 · 3 comments
Closed

amdgpu fails #50

SnowCrestGuy opened this issue Dec 6, 2018 · 3 comments

Comments

Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
@SnowCrestGuy
Copy link

@SnowCrestGuy SnowCrestGuy commented Dec 6, 2018

Describe the bug
The install crashes when loading "service trident_int"

To Reproduce
Steps to reproduce the behavior:

  1. bootup trident
    end result crash
  2. if during the openrc phase of loading, the start "service trident_int" is skipped and the following services are started will result in the login desktop.

log file attached

all.log

@SnowCrestGuy
Copy link
Author

@SnowCrestGuy SnowCrestGuy commented Dec 30, 2018

Issue #44 is related, as a side affect of #44, while booting in MBR mode the VESA driver is loaded. This allows PT to boot up completely, while booting in UEFI mode, the amdgpu driver is loaded and it crashes the system.

prerelease 2 fixes some of the ANDGPU errors a few more piped up.
kernel: amdgpu_device_resize_fb_bar not implemented -- see your local kernel hacker
kernel: sched_setscheduler not implemented --see your local kernel hacker

@SnowCrestGuy
Copy link
Author

@SnowCrestGuy SnowCrestGuy commented Jan 1, 2019

ohhh, wrong button clicked

@beanpole135
Copy link
Member

@beanpole135 beanpole135 commented Jan 17, 2019

So, the information for the drm-current-kmod packages states this:

amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
Currently corresponding to Linux 4.16 DRM. This is the development version.
amdgpu and radeonkms are known to fail with EFI boot.

Due to this, I have disabled the ability to install the amdgpu drivers from the trident installer for 18.12-RELEASE. We can easily re-enable that once upstream fixes the drivers/modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment