Bootable USB Errors during Installation #720
-
Describe the bug To Reproduce
USB Bootloader created with Rufus - GPT received these error messages:
USB Bootloader created with Rufus - MBR received these error messages:
Expected behavior **Screenshots and/or Logs ** Malcolm Version:
How are you running Malcolm?
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Could you double-check the SHA sum of the ISO against the one provided with the ISO? I think that's probably the issue. $ ll
0644 1.9Gi user 2025-07-24 15:28 malcolm-25.06.0.iso.01
0644 1.9Gi user 2025-07-24 15:28 malcolm-25.06.0.iso.02
0644 1.9Gi user 2025-07-24 15:28 malcolm-25.06.0.iso.03
0644 792Mi user 2025-07-24 15:26 malcolm-25.06.0.iso.04
0644 86 user 2025-07-24 15:23 malcolm-25.06.0.iso.sha
$ release_cleaver.sh malcolm-25.06.0.iso.*
Joining...
malcolm-25.06.0.iso: OK
$ sha256sum malcolm-25.06.0.iso
3e2c2dbca7f36a1f807d1ae306f22537d445650b056b84a3742742fe3a25a8fa malcolm-25.06.0.iso
$ cat malcolm-25.06.0.iso.sha
File: malcolm-25.06.0.iso.sha
3e2c2dbca7f36a1f807d1ae306f22537d445650b056b84a3742742fe3a25a8fa malcolm-25.06.0.iso I just tested the ISO to USB (on Linux) with Balena Etcher and Either that or there's something wrong with the media you're trying to use: |
Beta Was this translation helpful? Give feedback.
Okay from that we can see:
/dev/sda
is your thumb driveloop0
is the loaded-into-memory mount of the live running instance/dev/sr0
is probably an optical driveBut Linux doesn't see any other storage devices as being present on the system from a block device standpoint.
lshw
sees a "RAID bus controller". Does that seem correct? Is the persistent storage on this machine (hard drives, solid state drives, whatever they are) part of a RAID array?At this point we're a bit beyond what's in my control as far as the Malcolm installer goes, you'd need to do some research about getting the Debian installer to recognize your RAID device.