diff --git a/elilo/debian/changelog b/elilo/debian/changelog
index ccc2565..927a189 100644
--- a/elilo/debian/changelog
+++ b/elilo/debian/changelog
@@ -1,3 +1,9 @@
+elilo-xcat (3.14-5) UNRELEASED; urgency=low
+
+ * bump up the kernel_size from 8M to 15M
+
+ -- xCAT Fri, 10 Jul 2020 23:16:56 -0800
+
elilo-xcat (3.14-4) UNRELEASED; urgency=low
* modify the package to be arch indep
diff --git a/elilo/debian/compat b/elilo/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/elilo/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/elilo/debian/patches/elilo-big-bzimage-limit.patch b/elilo/debian/patches/elilo-big-bzimage-limit.patch
new file mode 120000
index 0000000..7699321
--- /dev/null
+++ b/elilo/debian/patches/elilo-big-bzimage-limit.patch
@@ -0,0 +1 @@
+../../elilo-big-bzimage-limit.patch
\ No newline at end of file
diff --git a/elilo/debian/patches/series b/elilo/debian/patches/series
index 6351aef..aefb549 100644
--- a/elilo/debian/patches/series
+++ b/elilo/debian/patches/series
@@ -1,2 +1,3 @@
elilo-xcat.patch
elilo-xcat-ubuntu.patch
+elilo-big-bzimage-limit.patch
diff --git a/elilo/debian/rules b/elilo/debian/rules
index a6c6f62..cfb65e4 100755
--- a/elilo/debian/rules
+++ b/elilo/debian/rules
@@ -23,8 +23,8 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
- mkdir -p `pwd`/debian/tmp/tftpboot/xcat
- cp elilo.efi `pwd`/debian/tmp/tftpboot/xcat/elilo-x64.efi
+ mkdir -p `pwd`/debian/`dh_listpackages`/tftpboot/xcat
+ cp elilo.efi `pwd`/debian/`dh_listpackages`/tftpboot/xcat/elilo-x64.efi
# Build architecture-independent files here.
binary-indep: install
diff --git a/elilo/elilo-xcat_3.14-5.dsc b/elilo/elilo-xcat_3.14-5.dsc
new file mode 100644
index 0000000..ef77b0c
--- /dev/null
+++ b/elilo/elilo-xcat_3.14-5.dsc
@@ -0,0 +1,16 @@
+Format: 1.0
+Source: elilo-xcat
+Binary: elilo-xcat
+Architecture: all
+Version: 3.14-5
+Maintainer: xCAT
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), gnu-efi
+Package-List:
+ elilo-xcat deb utils extra arch=all
+Checksums-Sha1:
+ e0ab1112b6a4cf9abdc79e432ca88aa6cd44a92d 222307 elilo-xcat_3.14-5.tar.gz
+Checksums-Sha256:
+ 77dbe3528f583a9a8fbd335c928bc2e6cb9e1cbe47bf5ae6818c8f025fb77347 222307 elilo-xcat_3.14-5.tar.gz
+Files:
+ a8cb091d462c6ff82a720ff209884d75 222307 elilo-xcat_3.14-5.tar.gz
diff --git a/elilo/elilo-xcat_3.14-5.tar.gz b/elilo/elilo-xcat_3.14-5.tar.gz
new file mode 100644
index 0000000..82cbf52
Binary files /dev/null and b/elilo/elilo-xcat_3.14-5.tar.gz differ
diff --git a/elilo/elilo-xcat_3.14-5_all.deb b/elilo/elilo-xcat_3.14-5_all.deb
new file mode 100644
index 0000000..92e9460
Binary files /dev/null and b/elilo/elilo-xcat_3.14-5_all.deb differ
diff --git a/elilo/elilo-xcat_3.14-5_amd64.changes b/elilo/elilo-xcat_3.14-5_amd64.changes
new file mode 100644
index 0000000..8e0ec7f
--- /dev/null
+++ b/elilo/elilo-xcat_3.14-5_amd64.changes
@@ -0,0 +1,28 @@
+Format: 1.8
+Date: Fri, 10 Jul 2020 23:16:56 -0800
+Source: elilo-xcat
+Binary: elilo-xcat
+Architecture: source all
+Version: 3.14-5
+Distribution: UNRELEASED
+Urgency: low
+Maintainer: xCAT
+Changed-By: xCAT
+Description:
+ elilo-xcat - Open source implementation of Service Location Protocol V2
+Changes:
+ elilo-xcat (3.14-5) UNRELEASED; urgency=low
+ .
+ * bump up the kernel_size from 8M to 15M
+Checksums-Sha1:
+ 2e28086805920530ac79f332246db2056f3c3aea 537 elilo-xcat_3.14-5.dsc
+ e0ab1112b6a4cf9abdc79e432ca88aa6cd44a92d 222307 elilo-xcat_3.14-5.tar.gz
+ 4e81cb134c1eb8824b7c0bcf7ca74a8d4e71375e 63576 elilo-xcat_3.14-5_all.deb
+Checksums-Sha256:
+ 802b33bb32b11a149d80eaaacf5d717b63837ce29b3b79364808de2acd9ea0f1 537 elilo-xcat_3.14-5.dsc
+ 77dbe3528f583a9a8fbd335c928bc2e6cb9e1cbe47bf5ae6818c8f025fb77347 222307 elilo-xcat_3.14-5.tar.gz
+ d7e7f5a3acaaccb71a74286cb991ee91bf2c2f0c9e459bae0b7769261b1c232d 63576 elilo-xcat_3.14-5_all.deb
+Files:
+ aae171623c8c007884bbfb723cf06c5d 537 net extra elilo-xcat_3.14-5.dsc
+ a8cb091d462c6ff82a720ff209884d75 222307 net extra elilo-xcat_3.14-5.tar.gz
+ 4a2162353aa343b4b1851dded4c483a9 63576 utils extra elilo-xcat_3.14-5_all.deb
diff --git a/elilo/gnu-efi_3.0v-5_amd64.deb b/elilo/gnu-efi_3.0v-5_amd64.deb
new file mode 100644
index 0000000..6255309
Binary files /dev/null and b/elilo/gnu-efi_3.0v-5_amd64.deb differ