Install OS Tools - raisercostin/software-wiki GitHub Wiki

Installing OS

  • Conclusions from rufus boot management - https://github.com/pbatard/rufus/wiki/FAQ
    • Don't multiboot
    • Selected is the optimal configuration
    • Think about Target System (firmware). Recommended BIOS or UEFI for maximum compatibility. With Alt+E in rufus you can enable it.
      • BIOS - old systems
      • UEFI-CSM - new systems that behave like having BIOS (UEFI Compatibility Support Module)
      • UEFI (non CSM) - new systems incompatible with BIOS
      • BIOS or UEFI - both of them supported
    • Partition Structure comes from Target System:
      • MBR - Master Boot Record - old, BIOS way of partitioning file system. Needed for BIOS, UEFI-CSM, BIOS or UEFI
      • GPT - Needed for UEFI
    • File System
      • FAT32
      • NTFS - Needed for windows and made compatible by rufus with UEFI & GPT.
    • Plug the usb stick with the UEFI in a 2.0 USB port if you get an error like "A media driver your computer needs is missing. This could be a DVD, USB, or Hard disk driver. If you have a CD, DVD, or USB flash drive with the driver on it, please insert it now." - https://www.drivereasy.com/knowledge/a-media-driver-your-computer-needs-is-missing-fixed/

From Windows

Use some of these:

Firmware: BIOS & UEFI

Use BIOS (or BIOS legacy mode for UEFI firmware) not UEFI. Best is to use UEFI (Unified Extensible Firmware Interface) but is still having quircks. BIOS is old but stable. More about it and recommendations at the end at https://www.happyassassin.net/2014/01/25/uefi-boot-how-does-that-actually-work-then/ (!) Advices:

  • Prepare firmware
    • enable legacy BIOS (disable UEFI)
      • You'll need to disable secure boot
  • UEFI/BIOS must be configured before a OS is installed
  • Booting from SDCARD slots doesn't work so you must use a card reader plugged via USB port if you want to use sdcards.
  • You cannot have multi UEFI boot since UEFI expects the partition to be exploded. "However, E2B can 'switch in' partitions so that the USB drive will then contain a completely different partition such as a FAT32 partition containing EFI boot files. In this way, a single E2B USB drive can contain dozens of partition image files (.imgPTN files) which can each contain UEFI payloads and can be booted via UEFI (or MBR booted). See my blog article here for a more detailed explanation.

BIOS Booting

  • Use yumi

UEFI Booting