diff --git a/entry.sh b/entry.sh
index 45b8f84..88b5a91 100755
--- a/entry.sh
+++ b/entry.sh
@@ -19,8 +19,6 @@ function first_stage(){
 	echo mount ${DEVICE}p1 $TARGET
 	echo debootstrap sid $TARGET
 	debootstrap sid $TARGET
-	
-	#choose_dialog
 }
 
 function second_stage(){
@@ -28,4 +26,5 @@ function second_stage(){
 	echo bar second_stage
 	passwd
 	echo -n > /etc/motd
+	apt install linux-image-amd64 grub2
 }