This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install Qemu on windows | |
https://qemu.weilnetz.de/w64/qemu-w64-setup-20221230.exe | |
create empty place holder file 30Gigs | |
qemu-img create -f qcow2 ubuntu-bdg.img 30G | |
download cd boot loaders | |
mkdir netboot | |
cd netboot | |
wget -r -nH -nd -np -R "index.html*" --quiet http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/installer-armhf/current/images/generic-lpae/netboot/ |