From 7fd19ee12fb6865772eaf5ecb5e08e5c243ad371 Mon Sep 17 00:00:00 2001 From: Ara4Sh Date: Fri, 2 Feb 2018 10:51:48 +0330 Subject: [PATCH] Fix Debian/Ubuntu kernel panic on EFI --- data/profiles/install-debian.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/profiles/install-debian.ipxe b/data/profiles/install-debian.ipxe index 889af654b..a5ad39dec 100644 --- a/data/profiles/install-debian.ipxe +++ b/data/profiles/install-debian.ipxe @@ -9,7 +9,7 @@ echo Starting Debian/Ubuntu x64 installer for ${hostidentifier} set base-url <%=repo%>/<%=baseUrl%> kernel ${base-url}/linux initrd ${base-url}/initrd.gz -imgargs linux auto=true nomodeset fb=false DEBIAN_FRONTEND=noninteractive url=<%=installScriptUri%> hostname=<%=hostname%> log_host=<%=server%> BOOTIF=01-<%=macaddress%> interface=<%=interface%> console=<%=comport%>,115200n8 console=tty0 raid=noautodetect <%=kargs%> +imgargs linux initrd=initrd.gz auto=true nomodeset fb=false DEBIAN_FRONTEND=noninteractive url=<%=installScriptUri%> hostname=<%=hostname%> log_host=<%=server%> BOOTIF=01-<%=macaddress%> interface=<%=interface%> console=<%=comport%>,115200n8 console=tty0 raid=noautodetect <%=kargs%> <% if( typeof progressMilestones !== 'undefined' && progressMilestones.startInstallerUri ) { %> imgfetch --name fakedimage http://<%=server%>:<%=port%><%-progressMilestones.startInstallerUri%> ||