Quantcast
Channel: MX Linux Forum
Viewing all articles
Browse latest Browse all 4188

General • Re: A snapshot created on a default AHS system, with current updates, cannot be installed into a Virtualbox VM

$
0
0
Ok, this fix works in Virtualbox - just run the installer with success: ,
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});
and

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



Viewing all articles
Browse latest Browse all 4188

Trending Articles