User documentation and guides for products sold on the Libre Tech Shop. https://docs.libretech.shop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
4.2 KiB

  1. # Troubleshooting & FAQs
  2. ## Boot Issues
  3. ### Help! The MH-USB won't boot!
  4. First don't panic! :)
  5. Try out the following steps:
  6. 1. If you insert the USB disk into a computer, does it show up?
  7. A quick way to test this out on a GNU/Linux system would be to run `lsblk`
  8. or check `dmesg`.
  9. 2. If the USB does not get detected, then it could either be an issue with
  10. your USB disk. (Or, at times, the USB port / hub.) See if it gets detected
  11. in other computers. Or change the USB port. Or try to use it without a USB
  12. hub (if you're using one).
  13. Still nothing? Do write in to us at <guide@mostlyharmless.io> with
  14. "MH-USB" somewhere in the email subject and we'll help you out.
  15. The [MH-USB discussion forum](https://ask.libre.support/c/usb/) is another
  16. option.
  17. 3. If it does get detected, then try to mount the partition called "MH-USB".
  18. It should get mounted just fine on any OS. If you're able to mount this
  19. filesystem, check its contents.
  20. 4. If the contents are okay and readable, then its probably a Grub2 issue.
  21. Unless you want to debug it and learn about Grub and Ventoy in this
  22. process, that one option.
  23. Otherwise, a simple solution might be to just
  24. backup the contents of the USB disk and re-install the MH-USB software
  25. using the scripts included with the source code.
  26. ### I'm unable to boot operating system X!
  27. That could happen due to multiple reasons:
  28. 1. Its possible that the OS image on the disk has errors in it. The easiest
  29. way to verify that is to calculate and verify its checksum.
  30. 2. When using SeaBIOS with Coreboot, it possible that the OS image might not
  31. be able to initialise graphics mode and show its internal boot menu. Try
  32. pressing the ++tab++ key twice to show boot options.
  33. 3. Does Ventoy include support for that operating system? The list of
  34. supported (ie. tested out) operating systems is available here:
  35. <https://www.ventoy.net/en/isolist.html>
  36. If you still face problems, please do post on the [MH-USB discussion
  37. forum](https://ask.libre.support/c/usb/) so that we can try to debug it
  38. together.
  39. ### I formatted the disk by mistake and now it won't boot!
  40. You can easily recreate the MH-USB on the USB disk (or, for that matter, any
  41. USB disk out there!) by using the scripts provided with the source code.
  42. ## MH-USB Questions
  43. ### Can I use it as a portable storage device?
  44. Yes - Sure. The reason the MH-USB partition is formatted as exFAT is so that
  45. its possible to detect and use it on all operating systems. You can store any
  46. data on it and use it to transfer files.
  47. !!! warning
  48. It is not safe to store important or private or sensitive data on a
  49. portable USB disk. Please be careful. Consider encrypting the storage disk
  50. if you need to secure the data stored on it.
  51. ### Does the MH-USB require upgrades?
  52. Not really. The MH-USB is basically a Grub2 bootable disk which in turn loads
  53. and boots up operating system images. In case there is a specific bug that
  54. stops it from working, there isn't any real reason to upgrade Venoty/Grub.
  55. However, if you are interested in contributing to the development effort or
  56. further customising the MH-USB - that's a good reason to upgrade / update its
  57. configuration.
  58. ### The MH-USB is slow!
  59. Check the [performance benchmarks](/usb/internals/#dd-read-test) for the USB2
  60. model. Try to replicate them and see if your results come close to it. That
  61. would indicate a limit of the USB disk's performance.
  62. If you have a USB3 disk and connecting it to a USB2 port, that might result in
  63. slower transfer speeds as well. Do check that out.
  64. ### I really like the 3D printed disk. How do I customise its looks?
  65. Yes sure! By all means. The source code for the 3D printed enclosure is
  66. included within the MH-USB source code.
  67. If you need help with design, production, customisation or distribution, please
  68. feel free to reach out.
  69. ### Can you send me a USB disk with the OS images I need?
  70. MH-USB variants with custom images would require too much effort - unless what
  71. you have is a volume requirement (ie. at least 100 units). You can make your
  72. own custom USB disk very easily by adding the OS images of your choice and
  73. customising the Grub2 theme.