Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove ubuntu from dual boot windows 10

GRUB Remove (After dual boot messup with UBUNTU!)
(I have dual booted my pc with Ubuntu. I deleted the volume from Disk management.
then i see the grub editor open without any boot selectig option.)

// Opne Command as administrator
diskpart

list disk
// In my case (SDD & HDD): follow gpt (*)
 | Disk 0    Online          111 GB  1024 KB      * |
 | Disk 1    Online          465 GB    48 GB        |
 
sel disk 0
| Disk 0 is now the selected disk |

list vol

// focus on :
|  Volume 1  FAT32  Partition    100 MB  Healthy    System |

sel vol 1

| Volume 1 is the selected volume. |

assign letter=x:

| DiskPart successfully assigned the drive letter or mount point. |

exit

cd /d x:
cd efi
dir
// you will see this line
| 09/10/2022  07:35 AM    <DIR>   ubuntu |
rmdir /s ubuntu

y

// restart

: )
Comment

how to remove dual boot ubuntu from windows 10

Here is the link:

https://itsfoss.com/uninstall-ubuntu-linux-windows-dual-boot/
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh rsa key login 
Shell :: export docker image 
Shell :: script for restart redis service automatically 
Shell :: change dns in openvpn config 
Shell :: flutter install in window 
Shell :: how to check raspbian os version 
Shell :: fetch a specific branch 
Shell :: how to show a tag in git 
Shell :: download docker linux 
Shell :: docker jenkins 
Shell :: flutter firebase apk release google sign in not working 
Shell :: Clone repository from the command line 
Shell :: Difference between user and group in Linux 
Shell :: how to kill recycling process linux 
Shell :: shell script to enter a number and check the number is perfect number or not 
Shell :: cmake comment 
Shell :: uninstall en_web_core md 
Shell :: increase minikube resources linux 
Shell :: appium inspector is getting 304 error 
Shell :: user friendly linux distro 
Shell :: Using ffmpeg to split video files by size 
Shell :: how to convert a function from powershell in c# 
Shell :: Error: path "" is not a descendant of mount point root "" and cannot be exposed from 
Shell :: apache2 mod_jk proxy to tomcat connector 
Shell :: how to active telnet on windows 10 telnet 
Shell :: http-server run pwa 
Shell :: how to extract doi from rtf file 
Shell :: check if apache new config is running centos 
Shell :: how to install pulseaudio volume control on fedora 
Shell :: Check Available SSH Keys on Your Computer 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =