Home to my personal projects, home server provisioning, automation and more...
👋
Ciao! :3
Always developing with passion.
Happy to contribute, whenever possible
-
08:53
(UTC +01:00) - in/jacopogobbi
Pinned Loading
-
Embed Core OS installation to iPXE
Embed Core OS installation to iPXE 1#!/bin/bash
23download_folder="ipxe"
4install_script_url="https://gist.githubusercontent.com/UnconventionalMindset/f4ca2d66b943f916b5fecfad698b47ea/raw"
5 -
My Arch setup
My Arch setup 1# My Arch setup
2## Pre-installation
3- Make sure EFI partition is of 550 MB
4- Microsoft Reserved Partition can be deleted (is created to reserve a portion of disk space for possible subsequent use by a Windows operating system installed on a separate partition)
5- Turn encryption off when moving windows main partition
-
Script to embed to iPXE to run Fedor...
Script to embed to iPXE to run Fedora core OS from RAM 1#!ipxe
23set STREAM stable
4set VERSION 36.20221001.3.0
5set CONFIGURL https://raw.githubusercontent.com/UnconventionalMindset/coreos-setup/main/coreos.ign
-
Script to embed an ignite (.ign) to ...
Script to embed an ignite (.ign) to a Fedora Core OS iso. 1$latest = "https://builds.coreos.fedoraproject.org/prod/streams/next/builds/36.20220906.1.0/x86_64/fedora-coreos-36.20220906.1.0-live.x86_64.iso"
2$path = "C:\coreos-setup\"
3$iso = "coreos-latest.iso"
4$ign = "install.ign"
5curl -o ${path}${iso} ${latest}
-
Restore Windows after recreating the...
Restore Windows after recreating the EFI partition / BSOD 0xc0000001 / IO1 Initialization Failed 1Rem This may mess up Linux GRUB. You might need to reinstall GRUB afterwards.
23Rem Open Diskpart
4diskpart
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.