Help How to create boot entry in systemd in archlinux?

pmharshit

New member
VC
4
After watching various tutorials, I have placed all essential files like kernal, initrd, system ramdisk and data in one folder in my root directory. But the problem is every guide on the internet that I found is for grub bootloader. I do use systemd-boot with my arch linux. How do I add boot entry for this?
 

Xtr

Well-known member
After watching various tutorials, I have placed all essential files like kernal, initrd, system ramdisk and data in one folder in my root directory. But the problem is every guide on the internet that I found is for grub bootloader. I do use systemd-boot with my arch linux. How do I add boot entry for this?
Someone in the discord server posted an entry for systemd-boot:
https://discord.com/channels/470607426257682442/470607426257682445/882364700891951164
Code:
title    DarkMatter
linux    /kernel
initrd    /initrd.img
options quiet noibrs noibpb nopti nospectre_v2 nospectre_v1 l1tf=off nospec_store_bypass_disable no_stf_barrier mds=off mitigations=off intel_pstate=disable root=/dev/ram0 androidboot.hardware=android_x86_64 androidboot.selinux=permissive acpi_sleep=s3_bios,s3_mode SRC=/
initrd /initrd.img
 

Similar threads

Similar threads

Get Connected

Discord Server
Top