Will I have to wipe my disk if I install linux?
I want to experience Linux standalone and want to replace my windows 7 with it. My question is: Will I have to wipe my whole data If I install Linux on my notebook replacing windows?
linux system-installation
add a comment |
I want to experience Linux standalone and want to replace my windows 7 with it. My question is: Will I have to wipe my whole data If I install Linux on my notebook replacing windows?
linux system-installation
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48
add a comment |
I want to experience Linux standalone and want to replace my windows 7 with it. My question is: Will I have to wipe my whole data If I install Linux on my notebook replacing windows?
linux system-installation
I want to experience Linux standalone and want to replace my windows 7 with it. My question is: Will I have to wipe my whole data If I install Linux on my notebook replacing windows?
linux system-installation
linux system-installation
edited Jan 29 at 11:00
Rui F Ribeiro
40k1479135
40k1479135
asked Dec 24 '12 at 13:28
daNullSetdaNullSet
512
512
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48
add a comment |
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48
add a comment |
5 Answers
5
active
oldest
votes
You can easily make your system dual-boot. This means that on booting your machine, you can select to use either Windows 7 or the Linux-distribution you want to install. If you are going to do this for the first time, you might want to consider Ubuntu, as this is really convenient to install, while keeping your Windows installation intact.
Always make a back-up of your data in Windows on a safe place before you start installing new operating systems. You will always regret you didn't do this when you need it.
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
add a comment |
No need to Wipe disk, Linux have powerful boot-loader i.e Grub, it will keep NTLDR boot loader , then you can boot from linux as well as windows. but take backup of important files before installation.
You can refer this page for Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu
Note :- if you are using Dynamic Disk then You need to reinstall with a Basic Disk
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
add a comment |
I would also suggest to install virtual box rather than dual boot. Reasons:
1. No limit to experiment.
2. No risk of deletion of Windows Data.
3. Install as many distros as you want.
Also virtual box is free and open source... Try and you won't regret it. Dual boot is an old option. I don't see a reason to use it now when the option of Virtual box is there..
add a comment |
Since you say you have a dynamic disk, and you can't dual-boot, you can just backup your data and then wipe your disk for installing Linux.
You might also want to leave some space for a Windows install in case you want to reinstall. (If I remember correctly, Windows can only be installed in a primary partition).
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
add a comment |
Most Linux Distros now offer a live CD/DVD capability so you can try it out before you install it. This wikipedia article has a pretty complete list of all the Distro's available to you that can run live. There is also livecdlist that contains a pretty comprehensive list of live distros.
This ubuntu.com community page shows an example of their LiveCD version.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f59313%2fwill-i-have-to-wipe-my-disk-if-i-install-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can easily make your system dual-boot. This means that on booting your machine, you can select to use either Windows 7 or the Linux-distribution you want to install. If you are going to do this for the first time, you might want to consider Ubuntu, as this is really convenient to install, while keeping your Windows installation intact.
Always make a back-up of your data in Windows on a safe place before you start installing new operating systems. You will always regret you didn't do this when you need it.
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
add a comment |
You can easily make your system dual-boot. This means that on booting your machine, you can select to use either Windows 7 or the Linux-distribution you want to install. If you are going to do this for the first time, you might want to consider Ubuntu, as this is really convenient to install, while keeping your Windows installation intact.
Always make a back-up of your data in Windows on a safe place before you start installing new operating systems. You will always regret you didn't do this when you need it.
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
add a comment |
You can easily make your system dual-boot. This means that on booting your machine, you can select to use either Windows 7 or the Linux-distribution you want to install. If you are going to do this for the first time, you might want to consider Ubuntu, as this is really convenient to install, while keeping your Windows installation intact.
Always make a back-up of your data in Windows on a safe place before you start installing new operating systems. You will always regret you didn't do this when you need it.
You can easily make your system dual-boot. This means that on booting your machine, you can select to use either Windows 7 or the Linux-distribution you want to install. If you are going to do this for the first time, you might want to consider Ubuntu, as this is really convenient to install, while keeping your Windows installation intact.
Always make a back-up of your data in Windows on a safe place before you start installing new operating systems. You will always regret you didn't do this when you need it.
answered Dec 24 '12 at 13:31
BernhardBernhard
7,73534067
7,73534067
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
add a comment |
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
1
1
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
Seems like the OP has a dynamic disk, so he'd need to convert it into a basic disk first before he can dual-boot.
– Bilal Akhtar
Dec 24 '12 at 17:17
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
@Bilal Yeah, he added some information after I answered the question, but this answer still answers the question as it is posed, so I'll just leave it to this.
– Bernhard
Dec 24 '12 at 17:25
add a comment |
No need to Wipe disk, Linux have powerful boot-loader i.e Grub, it will keep NTLDR boot loader , then you can boot from linux as well as windows. but take backup of important files before installation.
You can refer this page for Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu
Note :- if you are using Dynamic Disk then You need to reinstall with a Basic Disk
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
add a comment |
No need to Wipe disk, Linux have powerful boot-loader i.e Grub, it will keep NTLDR boot loader , then you can boot from linux as well as windows. but take backup of important files before installation.
You can refer this page for Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu
Note :- if you are using Dynamic Disk then You need to reinstall with a Basic Disk
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
add a comment |
No need to Wipe disk, Linux have powerful boot-loader i.e Grub, it will keep NTLDR boot loader , then you can boot from linux as well as windows. but take backup of important files before installation.
You can refer this page for Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu
Note :- if you are using Dynamic Disk then You need to reinstall with a Basic Disk
No need to Wipe disk, Linux have powerful boot-loader i.e Grub, it will keep NTLDR boot loader , then you can boot from linux as well as windows. but take backup of important files before installation.
You can refer this page for Dual Boot Your Pre-Installed Windows 7 Computer with Ubuntu
Note :- if you are using Dynamic Disk then You need to reinstall with a Basic Disk
edited Dec 24 '12 at 14:01
answered Dec 24 '12 at 13:35
Rahul PatilRahul Patil
15k186082
15k186082
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
add a comment |
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
if you are using Dynamic Disk then You need to reinstall with a Basic Disk
– Rahul Patil
Dec 24 '12 at 13:56
add a comment |
I would also suggest to install virtual box rather than dual boot. Reasons:
1. No limit to experiment.
2. No risk of deletion of Windows Data.
3. Install as many distros as you want.
Also virtual box is free and open source... Try and you won't regret it. Dual boot is an old option. I don't see a reason to use it now when the option of Virtual box is there..
add a comment |
I would also suggest to install virtual box rather than dual boot. Reasons:
1. No limit to experiment.
2. No risk of deletion of Windows Data.
3. Install as many distros as you want.
Also virtual box is free and open source... Try and you won't regret it. Dual boot is an old option. I don't see a reason to use it now when the option of Virtual box is there..
add a comment |
I would also suggest to install virtual box rather than dual boot. Reasons:
1. No limit to experiment.
2. No risk of deletion of Windows Data.
3. Install as many distros as you want.
Also virtual box is free and open source... Try and you won't regret it. Dual boot is an old option. I don't see a reason to use it now when the option of Virtual box is there..
I would also suggest to install virtual box rather than dual boot. Reasons:
1. No limit to experiment.
2. No risk of deletion of Windows Data.
3. Install as many distros as you want.
Also virtual box is free and open source... Try and you won't regret it. Dual boot is an old option. I don't see a reason to use it now when the option of Virtual box is there..
answered Dec 30 '12 at 4:10
ChhabraSaabChhabraSaab
115
115
add a comment |
add a comment |
Since you say you have a dynamic disk, and you can't dual-boot, you can just backup your data and then wipe your disk for installing Linux.
You might also want to leave some space for a Windows install in case you want to reinstall. (If I remember correctly, Windows can only be installed in a primary partition).
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
add a comment |
Since you say you have a dynamic disk, and you can't dual-boot, you can just backup your data and then wipe your disk for installing Linux.
You might also want to leave some space for a Windows install in case you want to reinstall. (If I remember correctly, Windows can only be installed in a primary partition).
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
add a comment |
Since you say you have a dynamic disk, and you can't dual-boot, you can just backup your data and then wipe your disk for installing Linux.
You might also want to leave some space for a Windows install in case you want to reinstall. (If I remember correctly, Windows can only be installed in a primary partition).
Since you say you have a dynamic disk, and you can't dual-boot, you can just backup your data and then wipe your disk for installing Linux.
You might also want to leave some space for a Windows install in case you want to reinstall. (If I remember correctly, Windows can only be installed in a primary partition).
edited Dec 24 '12 at 14:03
answered Dec 24 '12 at 13:35
RenanRenan
14.5k65478
14.5k65478
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
add a comment |
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
I have dynamic disk, it does not allow dual boot. Read here techrepublic.com/blog/doityourself-it-guy/…
– daNullSet
Dec 24 '12 at 13:38
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
@daNullSet changed my answer to reflect this.
– Renan
Dec 24 '12 at 13:39
add a comment |
Most Linux Distros now offer a live CD/DVD capability so you can try it out before you install it. This wikipedia article has a pretty complete list of all the Distro's available to you that can run live. There is also livecdlist that contains a pretty comprehensive list of live distros.
This ubuntu.com community page shows an example of their LiveCD version.
add a comment |
Most Linux Distros now offer a live CD/DVD capability so you can try it out before you install it. This wikipedia article has a pretty complete list of all the Distro's available to you that can run live. There is also livecdlist that contains a pretty comprehensive list of live distros.
This ubuntu.com community page shows an example of their LiveCD version.
add a comment |
Most Linux Distros now offer a live CD/DVD capability so you can try it out before you install it. This wikipedia article has a pretty complete list of all the Distro's available to you that can run live. There is also livecdlist that contains a pretty comprehensive list of live distros.
This ubuntu.com community page shows an example of their LiveCD version.
Most Linux Distros now offer a live CD/DVD capability so you can try it out before you install it. This wikipedia article has a pretty complete list of all the Distro's available to you that can run live. There is also livecdlist that contains a pretty comprehensive list of live distros.
This ubuntu.com community page shows an example of their LiveCD version.
answered Dec 24 '12 at 14:31
slm♦slm
250k66527684
250k66527684
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f59313%2fwill-i-have-to-wipe-my-disk-if-i-install-linux%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Would be handy if you include all your requirements (wrt dynamic disk and stuff), in your original question. Thanks :)
– Bernhard
Dec 24 '12 at 13:48