Commit 80e0cc9
authored
Fix No Ramdisk found issue. (#6)
This fixes the issue for Samsung devices like Samsung S24 devices and other devices with init_boot but single slot.
shell: su -c ls -la /dev/block/bootdevice/by-name/init_boot*
< lrwxrwxrwx 1 root root 16 1970-12-19 22:58 /dev/block/bootdevice/by-name/init_boot -> /dev/block/sda28
shell: su -c ls -la /dev/block/bootdevice/by-name/boot*
< lrwxrwxrwx 1 root root 16 1970-12-19 22:58 /dev/block/bootdevice/by-name/boot -> /dev/block/sda27
Also for devices with Ramdisk in Vendor boot like Pixel 6 series.1 parent ac6360f commit 80e0cc9
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | | - | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
0 commit comments