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
Chrisdb
Posts: 279
Joined: 2018-04-10 07:16

Re: Dual boot Windows 10

#16 Post by Chrisdb »

Head_on_a_Stick wrote:
Chrisdb wrote:why do I need a BIOS partition when I should run in UEFI mode?
You don't.

A BIOS boot partition is needed by GRUB to start a non-UEFI system on a GPT disk:

https://en.wikipedia.org/wiki/BIOS_boot ... onents.svg

As you do not have such a partition then you cannot be booting in non-UEFI mode with GRUB.
So what is the best approach to do this?
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.
But it works in legacy mode without problems

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

#17 Post by Head_on_a_Stick »

Head_on_a_Stick wrote:Does the `efibootmgr` command work after you have booted in "Legacy" mode?
^ Please answer this question.

I think that perhaps you are in fact booted in UEFI mode even though you have selected "Legacy" mode — UEFI firmware is absolute rubbish in my experience so perhaps that knob is broken on your machine.

Otherwise you must be booting by some other method (which seems highly unlikely) but I have no idea why the boot would succeed with "Legacy" mode enabled but not otherwise :?

The only thing I can suggest is to attempt to re-install the bootloader:

https://wiki.debian.org/GrubEFIReinstall

@p.H, any ideas?
deadbang

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

Re: Dual boot Windows 10

#18 Post by Chrisdb »

Head_on_a_Stick wrote:
Head_on_a_Stick wrote:Does the `efibootmgr` command work after you have booted in "Legacy" mode?
^ Please answer this question.

I think that perhaps you are in fact booted in UEFI mode even though you have selected "Legacy" mode — UEFI firmware is absolute rubbish in my experience so perhaps that knob is broken on your machine.

Otherwise you must be booting by some other method (which seems highly unlikely) but I have no idea why the boot would succeed with "Legacy" mode enabled but not otherwise :?

The only thing I can suggest is to attempt to re-install the bootloader:

https://wiki.debian.org/GrubEFIReinstall

@p.H, any ideas?
Yep efibootmgr works

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

#19 Post by Head_on_a_Stick »

^ In which case you are booted in UEFI mode and your firmware is a POS :mrgreen:

Leave "Legacy" mode enabled and forget about it.
deadbang

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

Re: Dual boot Windows 10

#20 Post by Chrisdb »

I was thinking the same thing :D

Just one last question, when I try to power off or reboot, I get a black screen and it takes a while before
the shutdown actually happens.

Could this be related to the efi mode?

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