mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Add initrd to efistub configs
This commit is contained in:
parent
767c4b6b74
commit
762e8020d7
@ -9,4 +9,4 @@ sudo efibootmgr \
|
|||||||
--remove-dups \
|
--remove-dups \
|
||||||
--label "Arch Linux" \
|
--label "Arch Linux" \
|
||||||
--loader /vmlinuz-linux \
|
--loader /vmlinuz-linux \
|
||||||
--unicode 'cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo'
|
--unicode 'initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo'
|
||||||
|
@ -9,4 +9,4 @@ sudo efibootmgr \
|
|||||||
--remove-dups \
|
--remove-dups \
|
||||||
--label "Arch Linux LTS" \
|
--label "Arch Linux LTS" \
|
||||||
--loader /vmlinuz-linux-lts \
|
--loader /vmlinuz-linux-lts \
|
||||||
--unicode 'rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo'
|
--unicode 'initrd=\amd-ucode.img initrd=\initramfs-linux-lts.img cryptdevice=UUID=19fa8fab-c5fe-454a-9a17-b7185ce975ea:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=10530935 rw quiet splash vga=current idle=nomwait cpuidle.governor=teo'
|
||||||
|
Loading…
Reference in New Issue
Block a user