Ryzen 2700U-Vega-Raven-Mobile Firmware Bug: Deepin On ThinkPad E585
Community Discussion 1073 views · 2 replies ·
radcliff_17
deepin
2019-03-09 17:38
Author
Edited by radcliff_17 at 2019-3-10 13:46
Because of the firmware issue, the bootline must be tweak twice at boot time. + Grub is not recording the change. + quiet splash becomes splash quiet=abnormal splash screen=Grub is not recording the first tweak=Deepin issue. All distros that support secure boot are recording it.
1. In Ubiquity on startup
2. On first restart
3. Edit Grub
-Ubiquity & First Restart
Replace quiet splash by iommu=soft + crtl+x to Save & Exit
Installer bootline modification in <> terminal or from Windows with NotePad++ (grub.cfg):
linux /live/vmlinuz.efi boot=live union=overlay livecd-installer locale=zh_CN iommu=soft --
Copy the Code
-Editing Grub to boot normally (dual boot or not):
Until AMD's provides a BIOS correction, we must do this modification to run Deepin. Lastly, 15.9 is not by any means unstable here, it runs like a Swiss clock.
Because of the firmware issue, the bootline must be tweak twice at boot time. + Grub is not recording the change. + quiet splash becomes splash quiet=abnormal splash screen=Grub is not recording the first tweak=Deepin issue. All distros that support secure boot are recording it.
1. In Ubiquity on startup
2. On first restart
3. Edit Grub
-Ubiquity & First Restart
Replace quiet splash by iommu=soft + crtl+x to Save & Exit
Installer bootline modification in <