try to fix grub 6
This commit is contained in:
parent
df040cbc03
commit
0eb57aea9d
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ system_bootloader_mkinitfs_conf:
|
|||
file.keyvalue:
|
||||
- name: /etc/mkinitfs/mkinitfs.conf
|
||||
- key_values:
|
||||
features: '"ata base cdrom ext4 btrfs keymap kms mmc nvme raid scsi usb virtio"'
|
||||
features: '"ata base btrfs keymap kms mmc nvme scsi usb virtio rootfstype=btrfs"'
|
||||
- separator: '='
|
||||
- uncomment: '# '
|
||||
- key_ignore_case: false
|
||||
|
|
|
@ -4,8 +4,8 @@ menuentry 'Noveria Alpine {{ CURRENT_SUBVOLUME_TIMESTAMP_HUMAN }}' --class alpin
|
|||
insmod gzio
|
||||
insmod part_gpt
|
||||
insmod btrfs
|
||||
search --nofloppy --label --set=root ROOT
|
||||
echo 'Loading Linuzx lts ...'
|
||||
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
|
||||
echo 'Loading initial ramdisk ...'
|
||||
initrd /@root_{{ CURRENT_SUBVOLUME_TIMESTAMP }}/boot/initramfs-lts
|
||||
|
|
Loading…
Reference in a new issue