Skip Navigation
Jump
"Deploying" images rather than installing from the official ISO?
  • I have the exact same workflow except I have two images: one for legacy/MBR and another for EFI/GPT -- once I read your post I was glad to see I'm not alone haha!

    -3
  • Jump
    Disaster is nearing. Mass displacement. Mass starvation. Mass death. It is all imminent. Do you understand?
  • Here's one:

    https://arxiv.org/pdf/1906.02243v1

    Below is an article on crypto mining, not AI, but I'd wager a guess and say you certainly can draw parallels from it:

    https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2023EF003871

    Also, whatever the source of green/renewable energy is, it takes a couple years to offset the manufacturing of said energy source:

    https://www.cooleffect.org/solar-carbon-footprint

    So even if there's no direct source on that 10 year claim, it probably isn't too farfetched!

    1
  • Jump
    How do I add UEFI entries to boot any USB device?
  • I'm a bit late here but when installing grub to a USB drive with a GPT/EFI compatible partitioning, you need to run the following command: "grub-install --target=x86_64-efi --efi-directory=/boot/efi --removable" (without the quotes).

    3