How can I install Ubuntu without removing Windows?
I need my pre-installed version of Windows 7 (or any other version of Windows), how could I install Ubuntu without erasing it?
windows system-installation
add a comment |
I need my pre-installed version of Windows 7 (or any other version of Windows), how could I install Ubuntu without erasing it?
windows system-installation
add a comment |
I need my pre-installed version of Windows 7 (or any other version of Windows), how could I install Ubuntu without erasing it?
windows system-installation
I need my pre-installed version of Windows 7 (or any other version of Windows), how could I install Ubuntu without erasing it?
windows system-installation
windows system-installation
edited Apr 8 '14 at 15:35
Braiam
52.1k20136222
52.1k20136222
asked Aug 6 '10 at 7:28
Dani Barca CasafontDani Barca Casafont
443145
443145
add a comment |
add a comment |
9 Answers
9
active
oldest
votes
The instructions below are for Ubuntu 11.10. Other versions will be similar but might have a slightly different appearance or order. You must make sure that Windows is correctly shutdown (no Hibernation, no Suspend, no Fast Boot) and your NTFS drive is healthy.
- Boot from your Ubuntu CD or USB stick. When prompted, choose "Install Ubuntu".
- Ensure that you meet all the installation prerequisites. Ideally, connect to the internet at this time as well.
- If you have wireless network hardware and there is an available network, you can (optionally) connect to it at this time.
- Be certain to choose "Install Ubuntu alongside Windows" (or "other operating systems" or other similar wording, depending on your system configuration). This is the important step that will ensure that Ubuntu and windows are both available after the installation.
- Choose how much space to give to Ubuntu and Windows. How much you give each one is up to you.
- Complete the rest of the installation by setting your timezone and entering information about your computer and yourself.
- Enjoy the informative slide show while the system installs.
Restart and enjoy Ubuntu!
- http://www.ubuntu.com/download/ubuntu/windows-installer
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
add a comment |
You can do it either with Wubi or you can install it in a separate partition.
These links may be useful:
- Wubi Guide
- How to partition
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
add a comment |
Resize your Windows 7 partition by going to Start > My Computer > Right Click and select Manage > Disk Management > Right click your Windows Partition and Select Shrink Volume. Just shrink to whatever Windows suggests and leave it Unallocated.
On the Ubuntu install you select your Unallocated partition and click "New" and select the file system as a "EXT3" and select the mount point as "/" and click Okay (If you dont want swap)
If you do want swap type in the amount you want (in MB) select the file system as a "Swap Partition" and there is no mount point. Click Okay then you do the step in the paragraph above
After Install, Windows will now be in your GRUB menu with Ubuntu as default but that can be fixed by editing your /boot/menu.lst
add a comment |
Did you consider virtualization ?
If you just need an execution environment for command line unix tools (programming), virtualization is great !
The other advantage is that you have no more risk to wreck your Windows install.
You can use Virtualbox which is free, or vmware server, which is also free.
As for myself, I'm doing web development with ubuntu 10.4 LTS virtualized with vmware/Win7
add a comment |
One way would be to do a Wubi install. That way you would basically install Ubuntu as an application that you run from within Windows. More information on that can be found here and here, as well as here.
The other way would be to resize your Windows partition to allow room for Ubuntu. There's a comphrehensive guide on that here.
add a comment |
1) You download the ISO of the desired Linux distro
2) Use the free UNetbootin to write the ISO to a USB key
3) boot from the USB key
4) double click on install
5) follow the straight-forward install instructions
add a comment |
Install Ubuntu in an ext4 partition you created, and GRUB will do the rest for you.
add a comment |
I went to ubuntu.com and downloaded the desired OS I wanted.More than likely if your computer is new then it has a 64bit system but check and make sure. Windows 7 allowed me to put the OS onto a flash drive just as you would burn it to a cd. I restarted the computer and the loader started and gave me a choice of installing along side of windows. Choose that and you are good to go. I did it on the day I bought my Acer laptop and both run smoothly. It is easier than it sounds, just follow the prompts and you will not have any problems. Good Luck
add a comment |
Late by more than 8 years but I'll post my answer anyway, it may be helpful, tested it on Winsows 10 (I don't know if it's working on 7 and 8.1)
You can partition you Hard drive without removing Windows, by following these steps:
- Press Windows Key + X and select Disk Management.
- In the Disk Management window, right-click your C: partition and select Shrink Volume.
- Enter the amount of desired space you want to shrink the partition in MB.
Now You'll have free disk space where you can install Linux normally.
add a comment |
protected by Community♦ Jul 20 '14 at 13:25
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
9 Answers
9
active
oldest
votes
9 Answers
9
active
oldest
votes
active
oldest
votes
active
oldest
votes
The instructions below are for Ubuntu 11.10. Other versions will be similar but might have a slightly different appearance or order. You must make sure that Windows is correctly shutdown (no Hibernation, no Suspend, no Fast Boot) and your NTFS drive is healthy.
- Boot from your Ubuntu CD or USB stick. When prompted, choose "Install Ubuntu".
- Ensure that you meet all the installation prerequisites. Ideally, connect to the internet at this time as well.
- If you have wireless network hardware and there is an available network, you can (optionally) connect to it at this time.
- Be certain to choose "Install Ubuntu alongside Windows" (or "other operating systems" or other similar wording, depending on your system configuration). This is the important step that will ensure that Ubuntu and windows are both available after the installation.
- Choose how much space to give to Ubuntu and Windows. How much you give each one is up to you.
- Complete the rest of the installation by setting your timezone and entering information about your computer and yourself.
- Enjoy the informative slide show while the system installs.
Restart and enjoy Ubuntu!
- http://www.ubuntu.com/download/ubuntu/windows-installer
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
add a comment |
The instructions below are for Ubuntu 11.10. Other versions will be similar but might have a slightly different appearance or order. You must make sure that Windows is correctly shutdown (no Hibernation, no Suspend, no Fast Boot) and your NTFS drive is healthy.
- Boot from your Ubuntu CD or USB stick. When prompted, choose "Install Ubuntu".
- Ensure that you meet all the installation prerequisites. Ideally, connect to the internet at this time as well.
- If you have wireless network hardware and there is an available network, you can (optionally) connect to it at this time.
- Be certain to choose "Install Ubuntu alongside Windows" (or "other operating systems" or other similar wording, depending on your system configuration). This is the important step that will ensure that Ubuntu and windows are both available after the installation.
- Choose how much space to give to Ubuntu and Windows. How much you give each one is up to you.
- Complete the rest of the installation by setting your timezone and entering information about your computer and yourself.
- Enjoy the informative slide show while the system installs.
Restart and enjoy Ubuntu!
- http://www.ubuntu.com/download/ubuntu/windows-installer
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
add a comment |
The instructions below are for Ubuntu 11.10. Other versions will be similar but might have a slightly different appearance or order. You must make sure that Windows is correctly shutdown (no Hibernation, no Suspend, no Fast Boot) and your NTFS drive is healthy.
- Boot from your Ubuntu CD or USB stick. When prompted, choose "Install Ubuntu".
- Ensure that you meet all the installation prerequisites. Ideally, connect to the internet at this time as well.
- If you have wireless network hardware and there is an available network, you can (optionally) connect to it at this time.
- Be certain to choose "Install Ubuntu alongside Windows" (or "other operating systems" or other similar wording, depending on your system configuration). This is the important step that will ensure that Ubuntu and windows are both available after the installation.
- Choose how much space to give to Ubuntu and Windows. How much you give each one is up to you.
- Complete the rest of the installation by setting your timezone and entering information about your computer and yourself.
- Enjoy the informative slide show while the system installs.
Restart and enjoy Ubuntu!
- http://www.ubuntu.com/download/ubuntu/windows-installer
The instructions below are for Ubuntu 11.10. Other versions will be similar but might have a slightly different appearance or order. You must make sure that Windows is correctly shutdown (no Hibernation, no Suspend, no Fast Boot) and your NTFS drive is healthy.
- Boot from your Ubuntu CD or USB stick. When prompted, choose "Install Ubuntu".
- Ensure that you meet all the installation prerequisites. Ideally, connect to the internet at this time as well.
- If you have wireless network hardware and there is an available network, you can (optionally) connect to it at this time.
- Be certain to choose "Install Ubuntu alongside Windows" (or "other operating systems" or other similar wording, depending on your system configuration). This is the important step that will ensure that Ubuntu and windows are both available after the installation.
- Choose how much space to give to Ubuntu and Windows. How much you give each one is up to you.
- Complete the rest of the installation by setting your timezone and entering information about your computer and yourself.
- Enjoy the informative slide show while the system installs.
Restart and enjoy Ubuntu!
- http://www.ubuntu.com/download/ubuntu/windows-installer
edited Oct 2 '13 at 14:13
Braiam
52.1k20136222
52.1k20136222
answered Jan 2 '12 at 0:28
faderfader
4,17111715
4,17111715
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
add a comment |
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
6
6
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
Can you remove the link to windows installer? It confuses users. Or at least mention that its a different method from the one described in the images above.
– Savvas Radevic
Sep 8 '12 at 11:50
add a comment |
You can do it either with Wubi or you can install it in a separate partition.
These links may be useful:
- Wubi Guide
- How to partition
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
add a comment |
You can do it either with Wubi or you can install it in a separate partition.
These links may be useful:
- Wubi Guide
- How to partition
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
add a comment |
You can do it either with Wubi or you can install it in a separate partition.
These links may be useful:
- Wubi Guide
- How to partition
You can do it either with Wubi or you can install it in a separate partition.
These links may be useful:
- Wubi Guide
- How to partition
edited Jan 7 '12 at 22:46
Jjed
10.7k75989
10.7k75989
answered Aug 6 '10 at 7:35
rickyricky
819815
819815
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
add a comment |
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
5
5
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
On the other hand, Wubi is not a long-term solution. In the long run, you should use a separate partion. KeyboardMonkey is right, though: Resizing partitions, like undergoing surgery, always carries a certain risk. Unlike with surgery, you can always make a backup, though.
– loevborg
Aug 6 '10 at 11:43
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
Why is Wubi not good for long term when you need to have Windows at times?
– George Bailey
May 15 '11 at 20:25
2
2
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
@GeorgeBailey Because if something happens to Windows, it could adversely affect the Ubuntu install, which is installed inside Windows if you use Wubi. If you keep Ubuntu on a separate partition, then your Windows install could get completely messed up and your Ubuntu install will remain totally unaffected. Also, if you decide later you only want Ubuntu, having it on a separate partition could make that process more convenient.
– Christopher Kyle Horton
Nov 7 '11 at 4:06
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
– Jjed
Jan 7 '12 at 22:48
1
1
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
Wubi is likely to cause trouble later on.
– RobinJ
Jan 7 '12 at 22:56
add a comment |
Resize your Windows 7 partition by going to Start > My Computer > Right Click and select Manage > Disk Management > Right click your Windows Partition and Select Shrink Volume. Just shrink to whatever Windows suggests and leave it Unallocated.
On the Ubuntu install you select your Unallocated partition and click "New" and select the file system as a "EXT3" and select the mount point as "/" and click Okay (If you dont want swap)
If you do want swap type in the amount you want (in MB) select the file system as a "Swap Partition" and there is no mount point. Click Okay then you do the step in the paragraph above
After Install, Windows will now be in your GRUB menu with Ubuntu as default but that can be fixed by editing your /boot/menu.lst
add a comment |
Resize your Windows 7 partition by going to Start > My Computer > Right Click and select Manage > Disk Management > Right click your Windows Partition and Select Shrink Volume. Just shrink to whatever Windows suggests and leave it Unallocated.
On the Ubuntu install you select your Unallocated partition and click "New" and select the file system as a "EXT3" and select the mount point as "/" and click Okay (If you dont want swap)
If you do want swap type in the amount you want (in MB) select the file system as a "Swap Partition" and there is no mount point. Click Okay then you do the step in the paragraph above
After Install, Windows will now be in your GRUB menu with Ubuntu as default but that can be fixed by editing your /boot/menu.lst
add a comment |
Resize your Windows 7 partition by going to Start > My Computer > Right Click and select Manage > Disk Management > Right click your Windows Partition and Select Shrink Volume. Just shrink to whatever Windows suggests and leave it Unallocated.
On the Ubuntu install you select your Unallocated partition and click "New" and select the file system as a "EXT3" and select the mount point as "/" and click Okay (If you dont want swap)
If you do want swap type in the amount you want (in MB) select the file system as a "Swap Partition" and there is no mount point. Click Okay then you do the step in the paragraph above
After Install, Windows will now be in your GRUB menu with Ubuntu as default but that can be fixed by editing your /boot/menu.lst
Resize your Windows 7 partition by going to Start > My Computer > Right Click and select Manage > Disk Management > Right click your Windows Partition and Select Shrink Volume. Just shrink to whatever Windows suggests and leave it Unallocated.
On the Ubuntu install you select your Unallocated partition and click "New" and select the file system as a "EXT3" and select the mount point as "/" and click Okay (If you dont want swap)
If you do want swap type in the amount you want (in MB) select the file system as a "Swap Partition" and there is no mount point. Click Okay then you do the step in the paragraph above
After Install, Windows will now be in your GRUB menu with Ubuntu as default but that can be fixed by editing your /boot/menu.lst
answered Aug 6 '10 at 18:18
Micheal HarkerMicheal Harker
1,176615
1,176615
add a comment |
add a comment |
Did you consider virtualization ?
If you just need an execution environment for command line unix tools (programming), virtualization is great !
The other advantage is that you have no more risk to wreck your Windows install.
You can use Virtualbox which is free, or vmware server, which is also free.
As for myself, I'm doing web development with ubuntu 10.4 LTS virtualized with vmware/Win7
add a comment |
Did you consider virtualization ?
If you just need an execution environment for command line unix tools (programming), virtualization is great !
The other advantage is that you have no more risk to wreck your Windows install.
You can use Virtualbox which is free, or vmware server, which is also free.
As for myself, I'm doing web development with ubuntu 10.4 LTS virtualized with vmware/Win7
add a comment |
Did you consider virtualization ?
If you just need an execution environment for command line unix tools (programming), virtualization is great !
The other advantage is that you have no more risk to wreck your Windows install.
You can use Virtualbox which is free, or vmware server, which is also free.
As for myself, I'm doing web development with ubuntu 10.4 LTS virtualized with vmware/Win7
Did you consider virtualization ?
If you just need an execution environment for command line unix tools (programming), virtualization is great !
The other advantage is that you have no more risk to wreck your Windows install.
You can use Virtualbox which is free, or vmware server, which is also free.
As for myself, I'm doing web development with ubuntu 10.4 LTS virtualized with vmware/Win7
answered Jan 6 '12 at 15:02
OffirmoOffirmo
1614
1614
add a comment |
add a comment |
One way would be to do a Wubi install. That way you would basically install Ubuntu as an application that you run from within Windows. More information on that can be found here and here, as well as here.
The other way would be to resize your Windows partition to allow room for Ubuntu. There's a comphrehensive guide on that here.
add a comment |
One way would be to do a Wubi install. That way you would basically install Ubuntu as an application that you run from within Windows. More information on that can be found here and here, as well as here.
The other way would be to resize your Windows partition to allow room for Ubuntu. There's a comphrehensive guide on that here.
add a comment |
One way would be to do a Wubi install. That way you would basically install Ubuntu as an application that you run from within Windows. More information on that can be found here and here, as well as here.
The other way would be to resize your Windows partition to allow room for Ubuntu. There's a comphrehensive guide on that here.
One way would be to do a Wubi install. That way you would basically install Ubuntu as an application that you run from within Windows. More information on that can be found here and here, as well as here.
The other way would be to resize your Windows partition to allow room for Ubuntu. There's a comphrehensive guide on that here.
edited Apr 12 '17 at 7:23
Community♦
1
1
answered Aug 6 '10 at 7:34
Tommy BrunnTommy Brunn
6,68852737
6,68852737
add a comment |
add a comment |
1) You download the ISO of the desired Linux distro
2) Use the free UNetbootin to write the ISO to a USB key
3) boot from the USB key
4) double click on install
5) follow the straight-forward install instructions
add a comment |
1) You download the ISO of the desired Linux distro
2) Use the free UNetbootin to write the ISO to a USB key
3) boot from the USB key
4) double click on install
5) follow the straight-forward install instructions
add a comment |
1) You download the ISO of the desired Linux distro
2) Use the free UNetbootin to write the ISO to a USB key
3) boot from the USB key
4) double click on install
5) follow the straight-forward install instructions
1) You download the ISO of the desired Linux distro
2) Use the free UNetbootin to write the ISO to a USB key
3) boot from the USB key
4) double click on install
5) follow the straight-forward install instructions
answered Jan 1 '12 at 22:10
user12753
add a comment |
add a comment |
Install Ubuntu in an ext4 partition you created, and GRUB will do the rest for you.
add a comment |
Install Ubuntu in an ext4 partition you created, and GRUB will do the rest for you.
add a comment |
Install Ubuntu in an ext4 partition you created, and GRUB will do the rest for you.
Install Ubuntu in an ext4 partition you created, and GRUB will do the rest for you.
edited Feb 19 '12 at 20:09
Octavian Damiean
11.5k74860
11.5k74860
answered Aug 6 '10 at 8:37
WhoSayInWhoSayIn
1113
1113
add a comment |
add a comment |
I went to ubuntu.com and downloaded the desired OS I wanted.More than likely if your computer is new then it has a 64bit system but check and make sure. Windows 7 allowed me to put the OS onto a flash drive just as you would burn it to a cd. I restarted the computer and the loader started and gave me a choice of installing along side of windows. Choose that and you are good to go. I did it on the day I bought my Acer laptop and both run smoothly. It is easier than it sounds, just follow the prompts and you will not have any problems. Good Luck
add a comment |
I went to ubuntu.com and downloaded the desired OS I wanted.More than likely if your computer is new then it has a 64bit system but check and make sure. Windows 7 allowed me to put the OS onto a flash drive just as you would burn it to a cd. I restarted the computer and the loader started and gave me a choice of installing along side of windows. Choose that and you are good to go. I did it on the day I bought my Acer laptop and both run smoothly. It is easier than it sounds, just follow the prompts and you will not have any problems. Good Luck
add a comment |
I went to ubuntu.com and downloaded the desired OS I wanted.More than likely if your computer is new then it has a 64bit system but check and make sure. Windows 7 allowed me to put the OS onto a flash drive just as you would burn it to a cd. I restarted the computer and the loader started and gave me a choice of installing along side of windows. Choose that and you are good to go. I did it on the day I bought my Acer laptop and both run smoothly. It is easier than it sounds, just follow the prompts and you will not have any problems. Good Luck
I went to ubuntu.com and downloaded the desired OS I wanted.More than likely if your computer is new then it has a 64bit system but check and make sure. Windows 7 allowed me to put the OS onto a flash drive just as you would burn it to a cd. I restarted the computer and the loader started and gave me a choice of installing along side of windows. Choose that and you are good to go. I did it on the day I bought my Acer laptop and both run smoothly. It is easier than it sounds, just follow the prompts and you will not have any problems. Good Luck
answered Jan 1 '12 at 21:57
lqlarrylqlarry
620514
620514
add a comment |
add a comment |
Late by more than 8 years but I'll post my answer anyway, it may be helpful, tested it on Winsows 10 (I don't know if it's working on 7 and 8.1)
You can partition you Hard drive without removing Windows, by following these steps:
- Press Windows Key + X and select Disk Management.
- In the Disk Management window, right-click your C: partition and select Shrink Volume.
- Enter the amount of desired space you want to shrink the partition in MB.
Now You'll have free disk space where you can install Linux normally.
add a comment |
Late by more than 8 years but I'll post my answer anyway, it may be helpful, tested it on Winsows 10 (I don't know if it's working on 7 and 8.1)
You can partition you Hard drive without removing Windows, by following these steps:
- Press Windows Key + X and select Disk Management.
- In the Disk Management window, right-click your C: partition and select Shrink Volume.
- Enter the amount of desired space you want to shrink the partition in MB.
Now You'll have free disk space where you can install Linux normally.
add a comment |
Late by more than 8 years but I'll post my answer anyway, it may be helpful, tested it on Winsows 10 (I don't know if it's working on 7 and 8.1)
You can partition you Hard drive without removing Windows, by following these steps:
- Press Windows Key + X and select Disk Management.
- In the Disk Management window, right-click your C: partition and select Shrink Volume.
- Enter the amount of desired space you want to shrink the partition in MB.
Now You'll have free disk space where you can install Linux normally.
Late by more than 8 years but I'll post my answer anyway, it may be helpful, tested it on Winsows 10 (I don't know if it's working on 7 and 8.1)
You can partition you Hard drive without removing Windows, by following these steps:
- Press Windows Key + X and select Disk Management.
- In the Disk Management window, right-click your C: partition and select Shrink Volume.
- Enter the amount of desired space you want to shrink the partition in MB.
Now You'll have free disk space where you can install Linux normally.
answered Jan 22 at 20:39
BilalBilal
2,6831430
2,6831430
add a comment |
add a comment |
protected by Community♦ Jul 20 '14 at 13:25
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?