Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to create a EFI partition using PowerShell?

I suspect this would be the equivalent in PowerShell:

New-Partition -DiskNumber 0 -Size 100MB -GptType "{c12a7328-f81f-11d2-ba4b-00a0c93ec93b}" -DriveLetter "S"
Format-Volume -FileSystem FAT32 -NewFileSystemLabel "SYSTEM" -DriveLetter "S" -Force

Modify as appropriate to suit your use-case.

Tags:

Windows

Powershell

Diskpart

Related

Difference between the Amazon Linux 2 AMI TLS v1.3 not active despite being enabled in NGINX config (certbot --nginx) How to mail-enable an existing Azure AD security group? How do I use Linux to find unused IP addresses on my network? Can mixing RAM memory size (on its own) reduce dual channel performance? mysqldump throws: Unknown table 'COLUMN_STATISTICS' in information_schema (1109) Is it possible to create a RHEL 6 repo on a RHEL 7 server CentOS 7: df started to hang yum/rpm Failed to initialize NSS library in chroot This could be due to CredSSP encryption oracle remediation - RDP to Windows 10 pro host Chroot SFTP - Possible to allow user to write to current (chroot) directory Persistently rename a Linux network interface without Udev / Reboot

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy