try to fix grub 7.6
This commit is contained in:
parent
76313c8eb8
commit
a6b88e120e
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ system_bootloader_default_grub:
|
|||
file.keyvalue:
|
||||
- name: /etc/default/grub
|
||||
- key_values:
|
||||
GRUB_CMDLINE_LINUX: '"console=ttyS0,19200n8net.ifnames=0 modules=sd-mod,usb-storage,btrfs rootfstype=btrfs"'
|
||||
GRUB_CMDLINE_LINUX: '"console=ttyS0,19200n8net.ifnames=0 modules=sd-mod,usb-storage,btrfs rootfstype=btrfs root=LABEL=ROOT rootflags=subvol=@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }} lockdown=confidentiality"'
|
||||
- separator: '='
|
||||
- uncomment: '# '
|
||||
- key_ignore_case: false
|
||||
|
|
|
@ -6,7 +6,7 @@ menuentry 'Noveria Alpine {{ CURRENT_SUBVOLUME_TIMESTAMP_HUMAN }}' --class alpin
|
|||
insmod btrfs
|
||||
search --label --set=root ROOT
|
||||
echo 'Loading Linux lts ...'
|
||||
linux /@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }}/boot/vmlinuz-lts root=LABEL=ROOT rootflags=subvol=@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }} lockdown=confidentiality
|
||||
linux /@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }}/boot/vmlinuz-lts
|
||||
echo 'Loading initial ramdisk ...'
|
||||
initrd /@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }}/boot/initramfs-lts
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue