diff --git a/install.sh b/install.sh
index a079a6e..d2f29c6 100644
--- a/install.sh
+++ b/install.sh
@@ -37,7 +37,7 @@ fi
 
 # Selecting the target for the installation.
 PS3="Select the disk where Arch Linux is going to be installed: "
-select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme");
+select ENTRY in $(lsblk -dpnoNAME|grep -P "/dev/sd|nvme|vd");
 do
     DISK=$ENTRY
     echo "Installing Arch Linux on $DISK."