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

 

 

 

Install CD Hangs at UEFI

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
spammy
Posts: 9
Joined: 2018-07-20 17:00

Re: Install CD Hangs at UEFI

#16 Post by spammy »

The "solid and static grey screen, which remains" that I described earlier is actually not a crash. It actually appears to be a second screen - pressing enter and then typing in my password progresses to a further empty screen. I suspect some strange display detection is going on here (I'm still forced to use an HDMI screen here). nomodeset fixes this, and my HDMI screen then displays a log in and desktop as expected.

The grub installation commands don't appear to work. I've established that I'm on an UEFI system, and running:
grub-install --efi-directory=/mnt --removable /dev/sda
Results in:
failed to get canonical path of '/cow'
I've tried various chroot suggestions and the like and it feels like I've jumped into a rabbit hole so I've stopped for now.

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

Re: Install CD Hangs at UEFI

#17 Post by Head_on_a_Stick »

spammy wrote:
failed to get canonical path of '/cow'
:?

I've used that method from an Arch Linux live ISO image, Ubuntu must set their's up differently.

Anyway the GRUB thing was a red herring, looks like you need nomodeset — do you have full graphical support with that parameter applied?
deadbang

spammy
Posts: 9
Joined: 2018-07-20 17:00

Re: Install CD Hangs at UEFI

#18 Post by spammy »

Anyway the GRUB thing was a red herring, looks like you need nomodeset — do you have full graphical support with that parameter applied?
Not quite!

With the BIOS set to "Intel Linux", Debian boots, but I have no display or keyboard (for any OS). If I do boot Debian, case I can use nomodeset to "see" my login screen now that it boots, and it seems fully functional (how to verify?).

With the BIOS set to "Windows", Debian doesn't even get to GRUB. The screen doesn't even get past the BIOS ""Press Del to enter" screen. But at least I can see that frozen screen on the laptop itself ;).

I need to be able to boot Debian in "Windows" mode, just like Ubuntu can. I presume I can do this with a different bootloader. The Ubuntu one didn't work, but now I'm thinking that since I have access to Debian (albeit via an external screen), I can use that to replace GRUB with something else (rEFInd probably).

EDIT:

Changing the bootloader worked. rEFInd will boot Debian under "windows" mode, and so I can use Debian with the laptop's screen, keyboard and mouse. Further I no longer need nomodeset to fix display problems.

rEFInd presents two Linux options, which I presume were autodetected:

1) Boot vmlinuz-4.9.0-7-amd64 from 244 MiB ex2 volume
2) Boot EFI\debian\grubx64.efi from system partition

As expected, 1) works and 2) does not.

Post Reply