Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Dual boot Windows 10

If none of the specific sub-forums seem right for your thread, ask here.
Message
Author
Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Dual boot Windows 10

#21 Post by Wheelerof4te »

Install inxi and post the terminal output of:

Code: Select all

inxi -G
As sunrat mentioned, your problem might be graphics. Have you noticed any other slowdows? Like programs take too long to open, Youtube plays flaky etc.

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: Dual boot Windows 10

#22 Post by Chrisdb »

Wheelerof4te wrote:Install inxi and post the terminal output of:

Code: Select all

inxi -G
output:

Code: Select all

Graphics:  Card: Advanced Micro Devices [AMD/ATI] Carrizo
           Display Server: X.org 1.19.2 drivers: ati,vesa (unloaded: modesetting,fbdev,radeon)
           tty size: 80x24 Advanced Data: N/A for root

As sunrat mentioned, your problem might be graphics. Have you noticed any other slowdows? Like programs take too long to open, Youtube plays flaky etc.[/quote]
sunrat wrote:You said Debian starts but goes to a blank screen. Maybe you have a graphics problem rather than a grub problem. Once you manage to get back to having Debian boot with grub-efi, try adding "nomodeset" to the grub kernel line. You may get a basic graphical interface from where you can set up your graphics properly.
My apologies sunrat, it was indeed a problem with the graphics driver -> AMD/ATI
I installed 'firmware-amd-graphics' and now it works!! Thx!!

I still find it strange that I could start the system if Legacy was enabled though.....

So now I'm wondering how I can install the firmware package during netinstall?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: Dual boot Windows 10

#23 Post by Head_on_a_Stick »

Chrisdb wrote:I still find it strange that I could start the system if Legacy was enabled though.....
Me too.

Was nomodeset enabled for the so-called "Legacy" boot?

Check with

Code: Select all

cat /proc/cmdline
Perhaps "Legacy" mode disables your graphics card, check the output of `lspci` and see if it's listed.
deadbang

Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: Dual boot Windows 10

#24 Post by Chrisdb »

I don't think 'nomodeset' was set, but I can't check it now as I need to reinstall my system.

Anyway thx everyone for your help.

Post Reply