From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taylan Ulrich =?UTF-8?Q?Bay=C4=B1rl=C4=B1/Kammer?= Subject: bug#31887: Modules missing to boot on VMWare Date: Mon, 18 Jun 2018 22:58:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000006741e9056ef0d502" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV1Fs-0001xP-7Z for bug-guix@gnu.org; Mon, 18 Jun 2018 17:00:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fV1Fr-0003bK-HD for bug-guix@gnu.org; Mon, 18 Jun 2018 17:00:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47465) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fV1Fr-0003ag-Cr for bug-guix@gnu.org; Mon, 18 Jun 2018 17:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fV1Fr-00011s-1C for bug-guix@gnu.org; Mon, 18 Jun 2018 17:00:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fV1Eo-0001sn-0U for bug-guix@gnu.org; Mon, 18 Jun 2018 16:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fV1En-0002ma-5b for bug-guix@gnu.org; Mon, 18 Jun 2018 16:58:58 -0400 Received: from mail-lf0-x234.google.com ([2a00:1450:4010:c07::234]:33089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fV1Em-0002ld-T6 for bug-guix@gnu.org; Mon, 18 Jun 2018 16:58:57 -0400 Received: by mail-lf0-x234.google.com with SMTP id y20-v6so26815867lfy.0 for ; Mon, 18 Jun 2018 13:58:56 -0700 (PDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31887@debbugs.gnu.org --0000000000006741e9056ef0d502 Content-Type: text/plain; charset="UTF-8" Although we don't want to support non-free software, perhaps it would be nice to support booting Guix on VMWare without the user needing to do anything extra. While experimenting, I found out that if we just add the following three Linux modules to the standard initrd, Guix can boot on VMWare just fine: mptbase, mptscsih, mptspi mptspi depends on mptscsih, and both depend on mptbase, so if dependencies are handled automatically, declaring mptspi should be enough. Taylan --0000000000006741e9056ef0d502 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Although we don't want to support non-free software, p= erhaps it would
be nice to support booting Guix on VMWare without the us= er needing to
do anything extra.

While experimenting, I found out= that if we just add the following
three Linux modules to the standard i= nitrd, Guix can boot on VMWare
just fine: mptbase, mptscsih, mptspi
<= br>mptspi depends on mptscsih, and both depend on mptbase, so if
depende= ncies are handled automatically, declaring mptspi should be
enough.
<= br>

Taylan
--0000000000006741e9056ef0d502--