Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7107636 authored by H. Peter Anvin's avatar H. Peter Anvin Committed by Ingo Molnar
Browse files

x86 setup: add note to use edd=off on EDD probing hangs



Tell the user to specify edd=off in the case of EDD probing hangs.
Per LKML discussion.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 70d8abf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -154,7 +154,7 @@ void query_edd(void)
	 */

	if (!be_quiet)
		printf("Probing EDD... ");
		printf("Probing EDD (edd=off to disable)... ");

	for (devno = 0x80; devno < 0x80+EDD_MBR_SIG_MAX; devno++) {
		/*