r0b0 / debian-installer

Opinionated Debian Installer - alternative debian installer for laptops and desktop PCs
GNU General Public License v3.0
35 stars 3 forks source link

Cannot install when an empty SD card reader is present #19

Closed stusmi closed 1 year ago

stusmi commented 1 year ago

get_block_devices() in App.vue errors on my system due to the presence of a SD card reader with no media inserted. for(const child of device.children) fails as the empty SD reader has no record of children in the JSON. The result is that all devices are marked as not available.

r0b0 commented 1 year ago

Hi, can you post output of sudo lsblk -OJ from this system, please?

This is the source of the JSON in the back-end. I will fix the issue in the front-end code.