[Ubuntu] How to delete SWAP partition during Ubuntu install
When it complains a RAID device is still in use (typically SWAP).
Step-by-step guide
- Alt+F2 (to bring up a console)
- Check the md label running for swap partition using 'ls -l /dev/md'
- Use the corresponding md# with 'swapoff /dev/md###'
- Go back to installer and delete the partition
Related articles