1 line
3.1 KiB
Plaintext
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 "de_DE.utf8") (timezone "Europe/Berlin") (keyboard-layout (keyboard-layout "de")) (host-name "guix_ideapad") (users (cons* (user-account (name "xxxx") (comment "xxxxxxxxx") (group "users") (home-directory "/home/user") (supplementary-groups '("wheel" "netdev" "audio" "video"))) %base-user-accounts)) (packages (append (list (specification->package "ratpoison") (specification->package "xterm") (specification->package "emacs") (specification->package "emacs-exwm") (specification->package "emacs-desktop-environment") (specification->package "nss-certs")) %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 "/boot/efi")) (keyboard-layout keyboard-layout))) (swap-devices (list (uuid "d27682b4-9e88-42b4-962f-cd4d0abd7727"))) (file-systems (cons* (file-system (mount-point "/boot/efi") (device (uuid "D51F-41C6" 'fat32)) (type "vfat")) (file-system (mount-point "/") (device (uuid "8a1618be-347f-4889-a967-18cc02338c2f" 'ext4)) (type "ext4")) %base-file-systems))) </code></pre> <p>​</p> </div><!-- SC_ON -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/GUIX/comments/q8y808/installing_guix_on_ideapad_1_11igl05/">[comments]</a></span> |