clearlinux / clr-installer

Clear Linux* OS Installer
GNU General Public License v3.0
92 stars 42 forks source link

No media found for installation #752

Closed heis2201 closed 4 years ago

heis2201 commented 4 years ago

bug description The installer does not recognize a virtual harddrive as install target.

I tried both BIOS/EFI firmware for the VM, I tried connecting the VM HDD using IDE as SATA (AHCI), no luck. However, Gnome Disks recognizes the drive and even let's me format and mount it.

To Reproduce Steps to reproduce the behavior:

  1. Boot live media in VirtualBox
  2. Run instaler
  3. Select Installation media
  4. No media found for installation

Screenshots installer disks

Environment (please complete the following information):

mdhorn commented 4 years ago

@heis2201 The minimum size for installing the Desktop distribution is 20GB. The installer will filter media which is not large enough to complete the installation.

19GB is probably "large enough", but by default, it requires 20GB. You can override this limitation by adding the command line argument --skip-validation-size. You could also change this in the system configuration file for the installer by adding skipValidationSize: true to /usr/share/defaults/clr-installer/clr-installer.yaml

heis2201 commented 4 years ago

Ok, thanks!