Installing Slackware in qemu
by refaelsh from LinuxQuestions.org on (#59W4G)
I am trying to install Slackware in qemu, and I get an error while trying to run `cfdisk` in the installer environment. Screenshot:https://photos.app.goo.gl/1hmD6nTb6z5J4zVb9.
I've created the qemu VM like this:
Code:qemu-system-x86_64 -cpu Icelake-Client -m 8G -device ac97 -display gtk -vga std -cdrom c:\slackware64-14.2-install-dvd.iso -drive file=slack_box.qcowHelp needed please :-)
P.S.
My best guess would be something wrong with `-drive` option.


I've created the qemu VM like this:
Code:qemu-system-x86_64 -cpu Icelake-Client -m 8G -device ac97 -display gtk -vga std -cdrom c:\slackware64-14.2-install-dvd.iso -drive file=slack_box.qcowHelp needed please :-)
P.S.
My best guess would be something wrong with `-drive` option.