musa wrote: Tue May 25, 2021 8:01 pm
Hi Hypex
I opened cfe and entered
setenv bootargs "root = /dev/sdc4" enter and entered boot -elf -noints -amigafs ide0.5: boot/vmlinux5.11
and enter.
-amigafs wrong command
Sorry forgot that about amigafs quirk. It's somewhat weird to me that it doesn't default to FFS or use a similar shortcut since Amiga people will be using it mostly.
I had a check in my CFE to confirm the proper format. On my CFE I have set some variables so I can quickly view contents of volumes. I have one called dh for "dir harddisk" and another called dx for "dir x1boot". Now the first volume on my HDD contains AmigaBoot binary. My X1Boot volume sits on DH14. BTW mine is 1GB size, DOS3 and 512 block size. My dh and dx:
Code: Select all
dir -fs=amigafs ide0.1:
dir -fs=amigafs ide0.1,dh12:
Now, assuming your X1Boot device name is called x1boot and sits on 0.5 the following should list your installed kernels:
Code: Select all
dir -fs=amigafs ide0.5,x1boot:boot
This should boot it off X1Boot volume if installed as kernel in GZ format as default:
Code: Select all
boot -z -elf -noints -nousb -fs=amigafs ide0.5,x1boot,boot/vmlinux5.11
Okay so, did it exit after AmigaBoot loaded all the files? If there are files missing the loader would report it if it was loaded. I find AmigaBoot can be annoying as it doesn't always tell you if something is wrong and I don't know how to enable debug output.
BTW, I uploaded a new deb, that ramdisk loop should be fixed now.
Edit: I just noticed that your vmlinux5.11 has no dash and the manager will filter it out in the file selector. It does this on purpose as the kernels I checked in the release archives have a dash and to keep it all uniform. Do you have a collection of dashless kernels and were you able to install kernels okay from the kernel manager?