Displaying 1 result from an estimated 1 matches for "n173".
Did you mean:
173
2020 Nov 04
1
virt-p2v NVMe disks
..."ok" means it should have got past EDD detection
(so I expect edd=off will make no difference) and the kernel is
getting stuck somewhere else.
If you look at where EDD is queried (query_edd ()):
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/x86/boot/main.c#n173
it's just before changing video mode and going into protected mode, so
most likely it's one of those things which is breaking. Also the EDD
message is the last message printed through BIOS calls which is why it
can appear to hang there even though the boot is continuing and
perhaps stoppi...