From: Gottfried <gottfried@posteo.de>
To: Felix Lechner <felix.lechner@lease-up.com>, help-guix@gnu.org
Subject: Re: can not boot again VM with tails
Date: Wed, 28 Sep 2022 20:59:00 +0000 [thread overview]
Message-ID: <f1aa64d9-30e9-cf8f-dd4f-610db7292482@posteo.de> (raw)
In-Reply-To: <CAFHYt54OoL04-wc2e7fSY70EizFReKrwdh7=NpMnbsKa4jzXXA@mail.gmail.com>
[-- Attachment #1.1.1: Type: text/plain, Size: 3828 bytes --]
Am 28.09.22 um 16:27 schrieb Felix Lechner:
> Hi,
>
> On Wed, Sep 28, 2022 at 7:21 AM Gottfried <gottfried@posteo.de> wrote:
>>
>> No bootable device.
>
> Do you perhaps need something like this?
>
> (initrd-modules (cons "virtio_scsi" ; Needed to find the disk
> %base-initrd-modules))
>
> More information may be available here. [1]
>
> Kind regards
> Felix Lechner
>
> [1] https://guix.gnu.org/cookbook/en/html_node/Running-Guix-on-a-Linode-Server.html
----------------------------------------------------------------------
Hi Felix,
thanks for your proposal.
I put your suggestion on the end of my config.scm without leaving
room/space to "file-systems". Is that right?
---------------------------------------------------------------------
;; This is an operating system configuration generated
;; by the graphical installer.
(use-modules (gnu))
(use-package-modules cups scanner)
(use-service-modules cups desktop networking ssh xorg virtualization)
(operating-system
(locale "de_DE.utf8")
(timezone "Europe/Berlin")
(keyboard-layout (keyboard-layout "de"))
(host-name "Tuxedo")
(users (cons* (user-account
(name "gfp")
(comment "Gfp")
(group "users")
(home-directory "/home/gfp")
(supplementary-groups
'("wheel" "netdev" "audio" "video" "libvirt")))
%base-user-accounts))
(packages
(append
(list (specification->package "nss-certs"))
%base-packages))
(services
(append
(list (service mate-desktop-service-type)
(service enlightenment-desktop-service-type)
(service cups-service-type
(cups-configuration
(web-interface? #t)
(extensions (list cups-filters hplip))))
(service openssh-service-type)
(service tor-service-type)
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)))
(service libvirt-service-type
(libvirt-configuration
(unix-sock-group "libvirt")
(tls-port "16555")))
(service virtlog-service-type
(virtlog-configuration
(max-clients 1000))))
(modify-services %desktop-services
(guix-service-type
config => (guix-configuration
(inherit config)
(extra-options (list "--gc-keep-derivations=yes"
"--gc-keep-outputs=yes"))))
(sane-service-type _ => sane-backends))))
(bootloader
(bootloader-configuration
(bootloader grub-efi-bootloader)
(targets (list "/boot/efi"))
(keyboard-layout keyboard-layout)))
(swap-devices
(list (swap-space
(target (uuid "51d5cd20-4513-4a02-9e35-df4338eccaa0")))))
(file-systems
(cons* (file-system
(mount-point "/boot/efi")
(device (uuid "BB77-FE3B" 'fat32))
(type "vfat"))
(file-system
(mount-point "/")
(device
(uuid "4fb0ed7c-61ab-45eb-be0b-ff527b320e6d"
'ext4))
(type "ext4"))
%base-file-systems))
(initrd-modules (cons "virtio_scsi" ; Needed to find the disk
%base-initrd-modules)))
---------------------------------------------------------------------
I installed in a second VM "Trisquel" and I can start it, but Tails in
the first VM I can't start even after adding
(initrd-modules (cons "virtio_scsi" ; Needed to find the disk
%base-initrd-modules)))
Gottfried
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
prev parent reply other threads:[~2022-09-28 21:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 15:47 Virtualisation: Network problems Gottfried
2022-09-26 16:29 ` Chris Keschnat via
2022-09-26 18:05 ` Gottfried
2022-10-01 13:32 ` Andreas Enge
2022-10-02 12:47 ` Tobias Geerinckx-Rice
2022-09-27 4:26 ` Chris Keschnat via
2022-09-28 13:08 ` can not boot again VM with tails Gottfried
2022-09-28 14:27 ` Felix Lechner via
2022-09-28 20:59 ` Gottfried [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f1aa64d9-30e9-cf8f-dd4f-610db7292482@posteo.de \
--to=gottfried@posteo.de \
--cc=felix.lechner@lease-up.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.