Skip to content

Commit

Permalink
Merge pull request #366 from Ara4Sh/master
Browse files Browse the repository at this point in the history
Fix Debian/Ubuntu kernel panic on EFI
  • Loading branch information
lanchongyizu authored Feb 8, 2018
2 parents d92efaf + 7fd19ee commit 07089d1
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 07089d1

Please sign in to comment.