Dual Boot unistallation [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
This question already has an answer here:
How do I remove Windows but keep Ubuntu?
4 answers
My system is in Dual boot 1) Ubuntu 2) Windows 8.
How can I uninstall Windows8
If I uninstall Windows8 would it affect my other partitions (Drive D,E).
dual-boot
marked as duplicate by karel, waltinator, sudodus, Eric Carvalho, Eliah Kagan Mar 29 at 21:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
1
down vote
favorite
This question already has an answer here:
How do I remove Windows but keep Ubuntu?
4 answers
My system is in Dual boot 1) Ubuntu 2) Windows 8.
How can I uninstall Windows8
If I uninstall Windows8 would it affect my other partitions (Drive D,E).
dual-boot
marked as duplicate by karel, waltinator, sudodus, Eric Carvalho, Eliah Kagan Mar 29 at 21:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
SinceDrive D
andDrive E
are Windows names, I would guess they would vanish with Windows.
â waltinator
Mar 29 at 14:21
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
This question already has an answer here:
How do I remove Windows but keep Ubuntu?
4 answers
My system is in Dual boot 1) Ubuntu 2) Windows 8.
How can I uninstall Windows8
If I uninstall Windows8 would it affect my other partitions (Drive D,E).
dual-boot
This question already has an answer here:
How do I remove Windows but keep Ubuntu?
4 answers
My system is in Dual boot 1) Ubuntu 2) Windows 8.
How can I uninstall Windows8
If I uninstall Windows8 would it affect my other partitions (Drive D,E).
This question already has an answer here:
How do I remove Windows but keep Ubuntu?
4 answers
dual-boot
dual-boot
asked Mar 29 at 14:19
user8358922
61
61
marked as duplicate by karel, waltinator, sudodus, Eric Carvalho, Eliah Kagan Mar 29 at 21:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, waltinator, sudodus, Eric Carvalho, Eliah Kagan Mar 29 at 21:31
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
SinceDrive D
andDrive E
are Windows names, I would guess they would vanish with Windows.
â waltinator
Mar 29 at 14:21
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46
add a comment |Â
SinceDrive D
andDrive E
are Windows names, I would guess they would vanish with Windows.
â waltinator
Mar 29 at 14:21
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46
Since
Drive D
and Drive E
are Windows names, I would guess they would vanish with Windows.â waltinator
Mar 29 at 14:21
Since
Drive D
and Drive E
are Windows names, I would guess they would vanish with Windows.â waltinator
Mar 29 at 14:21
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
To "uninstall" Windows, simply format its partition. You can use various tools for that. Probably gparted
would be easiest for you.
IMPORTANT: Make sure to copy the data which you want to preserve. Userspace by default is located in C:Users<Username>
.
Afterwards, it is as simple as running # update-grub
.
Your other partitions will not be affected, however you need to make sure to mount them. This may include editing the /etc/fstab
file accordingly.
Linux will have no problem with NTFS (assuming that's the filesystem you use).
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
To "uninstall" Windows, simply format its partition. You can use various tools for that. Probably gparted
would be easiest for you.
IMPORTANT: Make sure to copy the data which you want to preserve. Userspace by default is located in C:Users<Username>
.
Afterwards, it is as simple as running # update-grub
.
Your other partitions will not be affected, however you need to make sure to mount them. This may include editing the /etc/fstab
file accordingly.
Linux will have no problem with NTFS (assuming that's the filesystem you use).
add a comment |Â
up vote
1
down vote
To "uninstall" Windows, simply format its partition. You can use various tools for that. Probably gparted
would be easiest for you.
IMPORTANT: Make sure to copy the data which you want to preserve. Userspace by default is located in C:Users<Username>
.
Afterwards, it is as simple as running # update-grub
.
Your other partitions will not be affected, however you need to make sure to mount them. This may include editing the /etc/fstab
file accordingly.
Linux will have no problem with NTFS (assuming that's the filesystem you use).
add a comment |Â
up vote
1
down vote
up vote
1
down vote
To "uninstall" Windows, simply format its partition. You can use various tools for that. Probably gparted
would be easiest for you.
IMPORTANT: Make sure to copy the data which you want to preserve. Userspace by default is located in C:Users<Username>
.
Afterwards, it is as simple as running # update-grub
.
Your other partitions will not be affected, however you need to make sure to mount them. This may include editing the /etc/fstab
file accordingly.
Linux will have no problem with NTFS (assuming that's the filesystem you use).
To "uninstall" Windows, simply format its partition. You can use various tools for that. Probably gparted
would be easiest for you.
IMPORTANT: Make sure to copy the data which you want to preserve. Userspace by default is located in C:Users<Username>
.
Afterwards, it is as simple as running # update-grub
.
Your other partitions will not be affected, however you need to make sure to mount them. This may include editing the /etc/fstab
file accordingly.
Linux will have no problem with NTFS (assuming that's the filesystem you use).
answered Mar 29 at 14:28
![](https://i.stack.imgur.com/fNK4O.png?s=32&g=1)
![](https://i.stack.imgur.com/fNK4O.png?s=32&g=1)
fragamemnon
1364
1364
add a comment |Â
add a comment |Â
Since
Drive D
andDrive E
are Windows names, I would guess they would vanish with Windows.â waltinator
Mar 29 at 14:21
If you have other NTFS partitions, you either need Windows or a Windows repair disk. NTFS will need chkdsk and defrag which you can only do from Windows. If totally uninstalling Windows best to backup all data, and reformat all partitions (which will erase all data). Then restore data to new ext4 formatted partitions.
â oldfred
Mar 29 at 14:46