emacs/var/elfeed/db/data/43/43ee3b689716bd605db53feb0d0cac91df6814c6
2022-01-03 12:49:32 -06:00

1 line
3.1 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>Hello everyone,</p> <p>English is not my first language, so i hope it doesnt get too bad. I am trying to install GNU Guix on my IdeaPad because i am curious about lisp,emacs and guix. My Problem is, that it doesnt boot after installing it. I think its a problem with the EFI-partition. If I try to install ubuntu, it works just fine (Manjaro doesnt work either). I already tried every bios-configuration( legacy mode, secure boot etc.). I hope someone got some advice for my to get GNU Guix running, so i dont have to go back to ubuntu...</p> <p>Maybe the following commands will help to find the problem:</p> <p>ls /boot/efi/EFI/ubuntu</p> <pre><code>BOOTX64.CSV grub.cfg grubx64.efi mmx64.efi shimx64.efi </code></pre> <p>ls /boot/efi/EFI/Guix</p> <pre><code>grubx64.efi </code></pre> <p>ls /boot/efi/EFI/BOOT</p> <pre><code>BootX64.EFI fbx64.efi mmx64.efi </code></pre> <p>EDIT: I wiped the entire harddrive and installed it again, but it doesnt boot. ls /mnt/boot/efi/EFI/Guix/ gives the same result.</p> <p>Here is my config.scm right now</p> <pre><code>(use-modules (gnu)(nongnu packages linux)) (use-service-modules cups desktop networking ssh xorg) (operating-system (kernel linux) (firmware (list linux-firmware)) (locale &quot;de_DE.utf8&quot;) (timezone &quot;Europe/Berlin&quot;) (keyboard-layout (keyboard-layout &quot;de&quot;)) (host-name &quot;guix_ideapad&quot;) (users (cons* (user-account (name &quot;xxxx&quot;) (comment &quot;xxxxxxxxx&quot;) (group &quot;users&quot;) (home-directory &quot;/home/user&quot;) (supplementary-groups &#39;(&quot;wheel&quot; &quot;netdev&quot; &quot;audio&quot; &quot;video&quot;))) %base-user-accounts)) (packages (append (list (specification-&gt;package &quot;ratpoison&quot;) (specification-&gt;package &quot;xterm&quot;) (specification-&gt;package &quot;emacs&quot;) (specification-&gt;package &quot;emacs-exwm&quot;) (specification-&gt;package &quot;emacs-desktop-environment&quot;) (specification-&gt;package &quot;nss-certs&quot;)) %base-packages)) (services (append (list (service xfce-desktop-service-type) (service openssh-service-type) (set-xorg-configuration (xorg-configuration (keyboard-layout keyboard-layout)))) %desktop-services)) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets (list &quot;/boot/efi&quot;)) (keyboard-layout keyboard-layout))) (swap-devices (list (uuid &quot;d27682b4-9e88-42b4-962f-cd4d0abd7727&quot;))) (file-systems (cons* (file-system (mount-point &quot;/boot/efi&quot;) (device (uuid &quot;D51F-41C6&quot; &#39;fat32)) (type &quot;vfat&quot;)) (file-system (mount-point &quot;/&quot;) (device (uuid &quot;8a1618be-347f-4889-a967-18cc02338c2f&quot; &#39;ext4)) (type &quot;ext4&quot;)) %base-file-systems))) </code></pre> <p>&#x200B;</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/SyntasSan"> /u/SyntasSan </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/q8y808/installing_guix_on_ideapad_1_11igl05/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/q8y808/installing_guix_on_ideapad_1_11igl05/">[comments]</a></span>