Skip to content

Commit

Permalink
Fix Debian/Ubuntu kernel panic on EFI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ara4Sh committed Feb 2, 2018
1 parent e8fb81a commit 7fd19ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/profiles/install-debian.ipxe
Original file line number Diff line number Diff line change
Expand Up @@ -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%> ||
Expand Down

0 comments on commit 7fd19ee

Please sign in to comment.