diff --git a/install.sh b/install.sh index c3b2090..5a220b6 100644 --- a/install.sh +++ b/install.sh @@ -22,7 +22,9 @@ echo n # Create new partition (for root). echo # Set default partition number. echo # Set default first sector. echo # Set default last sector (rest of the disk). - +echo t # Change partition type. +echo 1 # Pick first partition. +echo 1 # Change first partition to EFI system. echo w # write changes. ) | sudo fdisk $driveName -w always -W always