From Bios ((install)) — How To Format Hard Drive

Identify your drive with list disk , select it with select disk X , and clean it using the clean command. Finally, format it by typing format fs=ntfs quick . Conclusion

This guide explores the most effective ways to format your hard drive by utilizing the BIOS to access external tools. Prerequisites: Before You Begin how to format hard drive from bios

Since you cannot format from the BIOS menu itself, you need to bring your own formatting tool. Identify your drive with list disk , select

diskpart list disk select disk X (replace X with your drive number - double-check size!) clean (removes all partitions & data) create partition primary format fs=ntfs quick (or fs=fat32) assign exit Identify your drive with list disk