个人工具

“UbuntuHelp:HowToRemoveWindows”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/HowToRemoveWindows}} {{Languages|UbuntuHelp:HowToRemoveWindows}} === Read This First ! === This page is in construction. Do '''*not*''' follow the...)
 
 
(未显示同一用户的8个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/HowToRemoveWindows}}
 
{{From|https://help.ubuntu.com/community/HowToRemoveWindows}}
 
{{Languages|UbuntuHelp:HowToRemoveWindows}}
 
{{Languages|UbuntuHelp:HowToRemoveWindows}}
=== Read This First ! ===
+
== Before you Start ==
This page is in construction. Do '''*not*''' follow the advice on this page yet. There is a good change that you will destroy your computer if you do.
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=important.png Before you start fiddling with your partitions, you should make sure that you have '''ALL IMPORTANT data backed up''', preferably on a secondary hard drive (internal or external), a USB flash drive, or a CD-R or DVD-R.  Although it is not common for problems to happen during the partitioning process, it is still possible.  Actually, the primary cause of data loss is ''you''!  Users sometimes get confused and end up deleting the wrong partition, or just forget to backup their family photos and favorite music before they delete partitions.  If at any point during this process you get confused or concerned, '''STOP and ask for help'''. The best place for this is the [http://ubuntuforums.org Ubuntu Forums].
 +
This guide is designed primarily for users who have a dual boot that now want to fully escape Windows and go purely Ubuntu.
 +
== Using the LiveCD to Remove the Windows Partition ==
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=cd.png There are other partition editors available, but [[UbuntuHelp:GParted|GParted]] is this documentor's favorite and is already available to you if you have an Ubuntu [[UbuntuHelp:LiveCD|LiveCD]].  You can also use the [http://gparted.sourceforge.net/ GParted LiveCD].
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconNote.png Please note that although you can install [[UbuntuHelp:GParted|GParted]] inside your Ubuntu installation, you will be unable to resize your root partition without a [[UbuntuHelp:LiveCD|LiveCD]] since you cannot change a partition that is mounted.
 +
=== Boot the Disc ===
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconCDrom.png Place the [[UbuntuHelp:LiveCD|LiveCD]] into your CD/DVD drive, and reboot the computer.  Each computer is different, but you may need to change your BIOS to have the system boot from the CD drive before the hard disk.  Refer to your computer manufacturer's documentation for this.
 +
=== Run GParted and Locate Windows ===
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png On the Ubuntu [[UbuntuHelp:LiveCD|LiveCD]], go to System->Administration->Partition Editor.  If you have more than one hard drive on your computer, choose the correct device from the drop down box in the upper right hand corner of the window.  Your windows partition will most likely be formatted as NTFS and have a boot flag, which makes it easy to locate.  Again, if you are unsure, don't delete it!
 +
=== Deleting the Windows Partition ===
 +
Select the correct partition, either from the bar graph representation of your disk, or from the list.  Now if you are sure that you want to proceed, press the Delete button at the top with the trash can icon, or right click the partition from the list and choose Delete.  When you are finished, click the Apply button.
 +
You will now be asked if you are sure you want to apply the pending operations.  After reading the suggestion, click Apply.
 +
=== Use the Newly Freed Space ===
 +
Now that you have a section of unallocated space, you can either format it as the filesystem type of your choice to use as a data partition (or something else), or you can resize an adjacent partition to use this space.
 +
==== Resizing an Existing Partition ====
 +
Right click the partition that you want to expand into the empty space and select Resize/Move.  You can use either the number sizing, or you can graphically drag the arrows on the visualization into the empty space (the numbers will adjust automatically).  When you are finished, click the Resize/Move button, then Apply in the [[UbuntuHelp:GParted|GParted]] window.  Again, read the prompt and click Apply.  The operation may take awhile, depending on the size of the partition - '''DO NOT interrupt this process''', or you risk losing everything on the partition you are resizing.
 +
==== Creating a New Partition ====
 +
If you choose to simply use the newly freed space as a new partition, select the unallocated space and click the New button (or right click).  Choose which filesystem you want, then click Add, then Apply, and Apply again.
 +
Since you are not using Windows on this system anymore, ext3 is probably the best choice for your new filesystem.  If you plan on sharing this drive with Windows (maybe you have Windows on another drive on this computer), NTFS or FAT32 may be easier to share with.
 +
== Reboot ==
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBoot.png You can now reboot your system - go to System->Quit->Restart.  Don't forget to take out the [[UbuntuHelp:LiveCD|LiveCD]] at the beginning of the boot sequence since you can't remove it while the disc is being used and you don't want to load it again.
 +
== Further Operations ==
 +
=== Edit GRUB ===
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDevelopment.png Once back in your install, you will probably want to remove Windows from your GRUB menu.  Using root privileges and your favorite text editor, open /boot/grub/menu.lst
 +
In Ubuntu, run:
 +
<pre><nowiki>
 +
gksudo gedit /boot/grub/menu.lst
 +
</nowiki></pre>
 +
In Kubuntu, run:
 +
<pre><nowiki>
 +
kdesu kate /boot/grub/menu.lst
 +
</nowiki></pre>
 +
Or for a terminal interface, run:
 +
<pre><nowiki>
 +
sudo nano /boot/grub/menu.lst
 +
</nowiki></pre>
 +
Now scroll down into the file to where it says something similar to
 +
<pre><nowiki>
  
It is the hope that after some work this page will contain information about how to remove Microsoft Windows<sup>TM</sup> from your Ubuntu-computer and add the HD-space of it to your system.
+
# This is a divider, added to separate the menu items below from the Debian
 +
# ones.
 +
title Other operating systems:
 +
root
  
  
=== About ===
+
# This entry automatically added by the Debian installer for a non-linux OS
 
+
# on /dev/sda1
You have on your computer Windows. And you discover Ubuntu and install it also on your computer. You have now a dual-boot system with Windows and Ubuntu on it.
+
title Microsoft Windows XP Professional
 
+
root (hd0,0)
If everything goes well then you will remember some months later, probably when your hard disk is almost full, that you still have X Gb free on that Windows-partition that you are not using. So why not delete Windows and use those Gigabytes for something else, like adding more space to your Ubuntu installation? Or you still want to keep Windows but reduce the size of the partition?
+
savedefault
 
+
makeactive
On this page we will explain you how to do this. This written for Ubuntu 5.10.
+
chainloader +1
 
+
</nowiki></pre>
 
+
You can place a # in front of each line to "comment out" these entries. If you are comfortable with deleting the entries, you can also do that.  After you you save and close, these entries will no longer be available at the GRUB menu.
If you find other manuals about his lits the here;
+
=== Edit /etc/fstab ===
* http://www.linuxfocus.org/English/July1999/article101.html  - From 1999 !
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconDevelopment.png If you made a data partition, you can have it automatically mount by adding the correct entry to fstab, which you can edit using root privileges.
 
+
In Ubuntu, run:
 
+
<pre><nowiki>
==== 1.A Removing your Windows partition ====
+
gksudo gedit /etc/fstab
''If you like to keep Windows but reduce the partition see 1.B''
+
</nowiki></pre>
 
+
In Kubuntu, run:
.....
+
<pre><nowiki>
 
+
kdesu kate /etc/fstab
 
+
</nowiki></pre>
 
+
Or for a terminal interface, run:
==== 1.B Redusing your Windows partition ====
+
<pre><nowiki>
 
+
sudo nano /etc/fstab
==== 2. Add the new free space to your Linux-system ====
+
</nowiki></pre>
 
+
You may also need to change UUIDs in your fstab file if they changed (perhaps due to partition resizing). To see the UUIDs for your partitions, run one of these two commands:
 
+
<pre><nowiki>
==== Advice 1 ====
+
sudo blkid
To shrink your Windows partition from 40 to 8GB:
+
sudo ls -l /dev/disk/by-uuid
1. Boot into Win and defrag your filesystem.
+
</nowiki></pre>
2. Boot up the Breezy LiveCD and start up gparted.
+
For more information regarding fstab, see [[UbuntuHelp:Fstab|Fstab]].
3. Shrink your Windows partition by half.
+
== Other Resources ==
4. Reboot into Windows, let chkdisk run, defrag the drive again.
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBook-small.png
5. Go to 2 repeat as necessary.
+
* [[UbuntuHelp:LiveCD|LiveCD]]
 
+
* [[UbuntuHelp:Fstab|Fstab]]
You can only shrink an NTFS partition by 1/2 each step - there is a MFT mirror in the middle of the partition which limits how much you can shrink it.
+
* [[UbuntuHelp:HowtoPartition|HowtoPartition]]
 
+
----
You can then repartition the free space or grow your existing partitons to fill.  
+
 
+
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 22:44的最新版本

Before you Start

IconsPage?action=AttachFile&do=get&target=important.png Before you start fiddling with your partitions, you should make sure that you have ALL IMPORTANT data backed up, preferably on a secondary hard drive (internal or external), a USB flash drive, or a CD-R or DVD-R. Although it is not common for problems to happen during the partitioning process, it is still possible. Actually, the primary cause of data loss is you! Users sometimes get confused and end up deleting the wrong partition, or just forget to backup their family photos and favorite music before they delete partitions. If at any point during this process you get confused or concerned, STOP and ask for help. The best place for this is the Ubuntu Forums. This guide is designed primarily for users who have a dual boot that now want to fully escape Windows and go purely Ubuntu.

Using the LiveCD to Remove the Windows Partition

IconsPage?action=AttachFile&do=get&target=cd.png There are other partition editors available, but GParted is this documentor's favorite and is already available to you if you have an Ubuntu LiveCD. You can also use the GParted LiveCD. IconsPage?action=AttachFile&do=get&target=IconNote.png Please note that although you can install GParted inside your Ubuntu installation, you will be unable to resize your root partition without a LiveCD since you cannot change a partition that is mounted.

Boot the Disc

IconsPage?action=AttachFile&do=get&target=IconCDrom.png Place the LiveCD into your CD/DVD drive, and reboot the computer. Each computer is different, but you may need to change your BIOS to have the system boot from the CD drive before the hard disk. Refer to your computer manufacturer's documentation for this.

Run GParted and Locate Windows

IconsPage?action=AttachFile&do=get&target=navigate.png On the Ubuntu LiveCD, go to System->Administration->Partition Editor. If you have more than one hard drive on your computer, choose the correct device from the drop down box in the upper right hand corner of the window. Your windows partition will most likely be formatted as NTFS and have a boot flag, which makes it easy to locate. Again, if you are unsure, don't delete it!

Deleting the Windows Partition

Select the correct partition, either from the bar graph representation of your disk, or from the list. Now if you are sure that you want to proceed, press the Delete button at the top with the trash can icon, or right click the partition from the list and choose Delete. When you are finished, click the Apply button. You will now be asked if you are sure you want to apply the pending operations. After reading the suggestion, click Apply.

Use the Newly Freed Space

Now that you have a section of unallocated space, you can either format it as the filesystem type of your choice to use as a data partition (or something else), or you can resize an adjacent partition to use this space.

Resizing an Existing Partition

Right click the partition that you want to expand into the empty space and select Resize/Move. You can use either the number sizing, or you can graphically drag the arrows on the visualization into the empty space (the numbers will adjust automatically). When you are finished, click the Resize/Move button, then Apply in the GParted window. Again, read the prompt and click Apply. The operation may take awhile, depending on the size of the partition - DO NOT interrupt this process, or you risk losing everything on the partition you are resizing.

Creating a New Partition

If you choose to simply use the newly freed space as a new partition, select the unallocated space and click the New button (or right click). Choose which filesystem you want, then click Add, then Apply, and Apply again. Since you are not using Windows on this system anymore, ext3 is probably the best choice for your new filesystem. If you plan on sharing this drive with Windows (maybe you have Windows on another drive on this computer), NTFS or FAT32 may be easier to share with.

Reboot

IconsPage?action=AttachFile&do=get&target=IconBoot.png You can now reboot your system - go to System->Quit->Restart. Don't forget to take out the LiveCD at the beginning of the boot sequence since you can't remove it while the disc is being used and you don't want to load it again.

Further Operations

Edit GRUB

IconsPage?action=AttachFile&do=get&target=IconDevelopment.png Once back in your install, you will probably want to remove Windows from your GRUB menu. Using root privileges and your favorite text editor, open /boot/grub/menu.lst In Ubuntu, run:

gksudo gedit /boot/grub/menu.lst

In Kubuntu, run:

kdesu kate /boot/grub/menu.lst

Or for a terminal interface, run:

sudo nano /boot/grub/menu.lst

Now scroll down into the file to where it says something similar to


# This is a divider, added to separate the menu items below from the Debian
# ones.
title		Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title		Microsoft Windows XP Professional
root		(hd0,0)
savedefault
makeactive
chainloader	+1

You can place a # in front of each line to "comment out" these entries. If you are comfortable with deleting the entries, you can also do that. After you you save and close, these entries will no longer be available at the GRUB menu.

Edit /etc/fstab

IconsPage?action=AttachFile&do=get&target=IconDevelopment.png If you made a data partition, you can have it automatically mount by adding the correct entry to fstab, which you can edit using root privileges. In Ubuntu, run:

gksudo gedit /etc/fstab

In Kubuntu, run:

kdesu kate /etc/fstab

Or for a terminal interface, run:

sudo nano /etc/fstab

You may also need to change UUIDs in your fstab file if they changed (perhaps due to partition resizing). To see the UUIDs for your partitions, run one of these two commands:

sudo blkid
sudo ls -l /dev/disk/by-uuid

For more information regarding fstab, see Fstab.

Other Resources

IconsPage?action=AttachFile&do=get&target=IconBook-small.png