Ok, this fix works in Virtualbox - just run the installer with success: ,
the commented out line is the original in partman.cpp:and
the commented out line is the original in partman.cpp:
Code:
//proc.exec("blkdiscard", {opts, "-l", QString::number(length*gran), drive->path});if(proc.shell("lspci -n | grep -qE '80ee:beef|80ee:cafe'")) {opts = "-fvz";}proc.exec("blkdiscard", {opts, "-l", QString::number(length*gran), drive->path});
Code:
//proc.exec("blkdiscard", {volume->discgran ? "-fv" : "-fvz", dev}); if(proc.shell("lspci -n | grep -qE '80ee:beef|80ee:cafe'")) { proc.exec("blkdiscard", {"-fvz", dev}); } else { proc.exec("blkdiscard", {volume->discgran ? "-fv" : "-fvz", dev}); }
Statistics: Posted by fehlix — Tue May 14, 2024 5:18 pm