mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-22 06:58:39 +01:00
[Rpi4] Fix kernel boot grub command
This commit is contained in:
parent
815384911d
commit
507d2630e5
@ -18,17 +18,17 @@ file_env -f ($root)/cmdline.txt cmdline
|
|||||||
regexp --set 1:boothd (.+),.+ ${root}
|
regexp --set 1:boothd (.+),.+ ${root}
|
||||||
|
|
||||||
menuentry "OpenVoiceOS - Slot A" {
|
menuentry "OpenVoiceOS - Slot A" {
|
||||||
linux (${boothd},gpt2)/boot/Image root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 ro $default_cmdline $cmdline
|
linux (${boothd},gpt2)/boot/kernel root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 ro $default_cmdline $cmdline
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "OpenVoiceOS - Slot B" {
|
menuentry "OpenVoiceOS - Slot B" {
|
||||||
linux (${boothd},gpt3)/boot/Image root=PARTUUID=3adea996-45ad-4928-920e-ffb5aedd00cb ro $default_cmdline $cmdline
|
linux (${boothd},gpt3)/boot/kernel root=PARTUUID=3adea996-45ad-4928-920e-ffb5aedd00cb ro $default_cmdline $cmdline
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "OpenVoiceOS - Slot A (Rescue shell)" {
|
menuentry "OpenVoiceOS - Slot A (Rescue shell)" {
|
||||||
linux (${boothd},gpt2)/boot/Image root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 ro $default_cmdline $cmdline systemd.unit=rescue.target
|
linux (${boothd},gpt2)/boot/kernel root=PARTUUID=c0932a41-44cf-463b-8152-d43188553ed4 ro $default_cmdline $cmdline systemd.unit=rescue.target
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "OpenVoiceOS - Slot B (Rescue shell)" {
|
menuentry "OpenVoiceOS - Slot B (Rescue shell)" {
|
||||||
linux (${boothd},gpt3)/boot/Image root=PARTUUID=3adea996-45ad-4928-920e-ffb5aedd00cb ro $default_cmdline $cmdline systemd.unit=rescue.target
|
linux (${boothd},gpt3)/boot/kernel root=PARTUUID=3adea996-45ad-4928-920e-ffb5aedd00cb ro $default_cmdline $cmdline systemd.unit=rescue.target
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user