To install any Operating System you need to get that OS in USB or hard disk. That seems like a very old school way. I am wondering if BIOS program can be rewritten to add basic Linux terminal feature in it so it can be used to pull Ubuntu or any other free resource from the internet without needing to install any other OS. Issue I am looking into,<p>I have read ROM is 4-8MB in size. Linux CLI is around 11MB. So need to chop down Linux CLI to make it under 2-6 MB since BIOS itself would be around 2 MB.<p>Do you guys think its a practical thing to make such a solution? Thanks
Ok, ignoring your false assumptions here, and posing one of my own. You're a student with a old PC, and can probably get your hands on a NIC.<p>Flash iPXE on the NIC. : <a href="https://ipxe.org/start" rel="nofollow">https://ipxe.org/start</a>
It allows you to;<p>boot from a web server via HTTP<p>boot from an iSCSI SAN<p>boot from a Fibre Channel SAN via FCoE<p>boot from an AoE SAN<p>boot from a wireless network<p>boot from a wide-area network<p>boot from an Infiniband network<p>and control the boot process with a script.<p>It's open source & very educational.
The firmware on my PCEngine, Soekris, and SuperMicro boards support tftp network booting. So this is already fairly common, and has been for decades. See <a href="https://en.wikipedia.org/wiki/Preboot_Execution_Environment" rel="nofollow">https://en.wikipedia.org/wiki/Preboot_Execution_Environment</a>