Now kernel/ramdisk of DSM and ARPL are located in partition 3

This commit is contained in:
Fabio Belavenuto
2022-07-25 09:59:35 -03:00
parent acd413ab61
commit 74f09ffcd9
26 changed files with 13 additions and 11 deletions

View File

@@ -51,8 +51,8 @@ if serial --unit=0 --speed=115200; then
fi
insmod search
search --set=root --label "ARPL1"
if [ -s /zImage -a -s /rd.gz ]; then
search --set=root --label "ARPL3"
if [ -s /zImage-dsm -a -s /initrd-dsm ]; then
menuentry 'Boot DSM' --id boot {
echo "Loading kernel..."
linux /bzImage-arpl console=ttyS0,115200n8 quiet