From 321b236646a27af32d31a47871b569d343cc49fb Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 29 Mar 2021 18:31:38 +0200 Subject: [PATCH 1/2] [fix] Make iso work again for virtualmachine --- profiles/default.preseed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default.preseed b/profiles/default.preseed index dd5246f..51ce8c9 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -96,7 +96,7 @@ debconf debconf/frontend select Noninteractive ### Boot loader installation d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true -d-i grub-installer/bootdev string /dev/sda +d-i grub-installer/bootdev string default ### Finishing up the installation d-i finish-install/reboot_in_progress note From cf4ba09642747e8af475883bc1c3c44ddb69ae1e Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 29 Mar 2021 18:34:27 +0200 Subject: [PATCH 2/2] [fix] Virtualmachine setup for expert install --- profiles/expert.preseed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/expert.preseed b/profiles/expert.preseed index 44f7d04..4e3c43b 100644 --- a/profiles/expert.preseed +++ b/profiles/expert.preseed @@ -97,7 +97,7 @@ debconf debconf/frontend select Noninteractive ### Boot loader installation d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true -#d-i grub-installer/bootdev string /dev/sda +#d-i grub-installer/bootdev string default ### Finishing up the installation d-i finish-install/reboot_in_progress note