特殊:Badtitle/NS100:How to dual-boot Ubuntu and XP after installing them separately on two HDs:修订间差异
小无编辑摘要 |
小无编辑摘要 |
||
第1行: | 第1行: | ||
{{From|https://help.ubuntu.com/community/ | {{From|https://help.ubuntu.com/community/How to dual-boot Ubuntu and XP after installing them separately on two HDs}} | ||
{{Languages|UbuntuHelp: | {{Languages|UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs}} | ||
== | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | |||
<head> | |||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |||
== | <meta name="robots" content="index,nofollow"> | ||
<title>How - Community Ubuntu Documentation</title> | |||
<script type="text/javascript"> | |||
== | <!--// common functions | ||
=== | // We keep here the state of the search box | ||
searchIsDisabled = false; | |||
function searchChange(e) { | |||
< | // Update search buttons status according to search box content. | ||
title | // Ignore empty or whitespace search term. | ||
var value = e.value.replace(/\s+/, ''); | |||
if (value == '' || searchIsDisabled) { | |||
searchSetDisabled(true); | |||
} else { | |||
searchSetDisabled(false); | |||
} | |||
</ | } | ||
function searchSetDisabled(flag) { | |||
< | // Enable or disable search | ||
document.getElementById('fullsearch').disabled = flag; | |||
</ | document.getElementById('titlesearch').disabled = flag; | ||
} | |||
function searchFocus(e) { | |||
=== | // Update search input content on focus | ||
if (e.value == 'Search') { | |||
< | e.value = ''; | ||
e.style.color = 'black'; | |||
</ | searchIsDisabled = false; | ||
} | |||
< | } | ||
function searchBlur(e) { | |||
</ | // Update search input content on blur | ||
if (e.value == '') { | |||
< | e.value = 'Search'; | ||
e.style.color = 'gray'; | |||
</ | searchIsDisabled = true; | ||
} | |||
< | } | ||
function actionsMenuInit(title) { | |||
// Initiliaze action menu | |||
for (i = 0; i < document.forms.length; i++) { | |||
var form = document.forms[i]; | |||
if (form.className == 'actionsmenu') { | |||
// Check if this form needs update | |||
var div = form.getElementsByTagName('div')[0]; | |||
</ | var label = div.getElementsByTagName('label')[0]; | ||
if (label) { | |||
// This is the first time: remove label and do buton. | |||
= | div.removeChild(label); | ||
var dobutton = div.getElementsByTagName('input')[0]; | |||
div.removeChild(dobutton); | |||
== | // and add menu title | ||
var select = div.getElementsByTagName('select')[0]; | |||
var item = document.createElement('option'); | |||
item.appendChild(document.createTextNode(title)); | |||
item.value = 'show'; | |||
select.insertBefore(item, select.options[0]); | |||
select.selectedIndex = 0; | |||
} | |||
} | |||
} | |||
} | |||
//--> | |||
</script> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css"> | |||
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css"> | |||
<link rel="Start" href="/community/UserDocumentation"> | |||
<link rel="Alternate" title="Wiki Markup" href="/community/How?action=raw"> | |||
<link rel="Alternate" media="print" title="Print View" href="/community/How?action=print"> | |||
<link rel="Search" href="/community/FindPage"> | |||
<link rel="Index" href="/community/TitleIndex"> | |||
<link rel="Glossary" href="/community/WordIndex"> | |||
<link rel="Help" href="/community/HelpOnFormatting"> | |||
</head> | |||
<body lang="en" dir="ltr"> | |||
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script> | |||
<script xmlns="" type="text/javascript"><![CDATA[ | |||
_uacct = "UA-1018242-8"; | |||
urchinTracker(); | |||
]]></script> | |||
<div id="header"> | |||
<div id="mastwrap"><div id="masthead"> | |||
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div> | |||
<form id="searchform" method="get" action=""> | |||
<div> | |||
<input type="hidden" name="action" value="fullsearch"> | |||
<input type="hidden" name="context" value="180"> | |||
<label for="searchinput">Search:</label> | |||
<input id="searchinput" type="text" name="value" value="" size="20" | |||
onfocus="searchFocus(this)" onblur="searchBlur(this)" | |||
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search"> | |||
<input id="titlesearch" name="titlesearch" type="submit" | |||
value="Titles" alt="Search Titles"> | |||
<input id="fullsearch" name="fullsearch" type="submit" | |||
value="Text" alt="Search Full Text"> | |||
</div> | |||
</form> | |||
<script type="text/javascript"> | |||
<!--// Initialize search form | |||
var f = document.getElementById('searchform'); | |||
f.getElementsByTagName('label')[0].style.display = 'none'; | |||
var e = document.getElementById('searchinput'); | |||
searchChange(e); | |||
searchBlur(e); | |||
//--> | |||
</script> | |||
<div id="sisternav"> | |||
<ul> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.06" | |||
accesskey="t">6.06 LTS</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/6.10" | |||
accesskey="t">6.10</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.04" | |||
accesskey="t">7.04</a> | |||
</li> | |||
<li id="plain"> | |||
<a href="https://help.ubuntu.com/7.10" | |||
accesskey="t">7.10</a> | |||
</li> | |||
<li id="current"> | |||
<a href="https://help.ubuntu.com/community" | |||
accesskey="t">Community Docs</a> | |||
</li> | |||
</ul> | |||
</div> | |||
</div></div> | |||
<ul class="extranav"> | |||
<li><a href="/community/UserDocumentation">User Documentation</a></li> | |||
</ul> | |||
</div> | |||
<div id="page" lang="en" dir="ltr"><!-- start page --> | |||
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/How?action=fullsearch&value=linkto%3A%22How%22&context=180">How</a></h1> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<div lang="en" id="content" dir="ltr"> | |||
<a id="top"></a> | |||
<p><strong>This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.</strong> </p> | |||
<a href="/community/How?action=edit">Create new empty page</a><p> </p> | |||
<div> | |||
<table> | |||
<tr> | |||
<td> | |||
<p> <strong>Page templates:</strong> </p> | |||
</td> | |||
<td> | |||
<p> <strong>Existing pages with similar names:</strong> </p> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/How?action=edit&template=AideTemplate">AideTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=[[category:CategoryTemplate">CategoryTemplate</a></li>]] | |||
<li><a href="/community/How?action=edit&template=DocumentationTemplate">DocumentationTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=HelpTemplate">HelpTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=HilfeTemplate">HilfeTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=HomepageTemplate">HomepageTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=PagePersonnelleTemplate">PagePersonnelleTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=Pr%c3%a9sentationTemplate">PrésentationTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=SlideShowHandOutTemplate">SlideShowHandOutTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=SlideShowTemplate">SlideShowTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=SlideTemplate">SlideTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=SupportPapierD'UnePr%c3%a9sentationTemplate">SupportPapierD'UnePrésentationTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=ThuisbladTemplate">ThuisbladTemplate</a></li> | |||
<li><a href="/community/How?action=edit&template=TransparentTemplate">TransparentTemplate</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
<td style="vertical-align: top;"> | |||
<p> <ul> | |||
<li><a href="/community/How_to_dual-boot_Ubuntu_and_XP_after_installing_them_separately_on_two_HDs">How to dual-boot Ubuntu and XP after installing them separately on two HDs</a></li> | |||
<li><a href="/community/HowTo">HowTo</a></li> | |||
<li><a href="/community/HowTo%3a_Theora_and_Vorbis_in_an_Ogg_wrapper">HowTo: Theora and Vorbis in an Ogg wrapper</a></li> | |||
<li><a href="/community/HowToAddaLauncher">HowToAddaLauncher</a></li> | |||
<li><a href="/community/HowToBuildToraWithOracle">HowToBuildToraWithOracle</a></li> | |||
<li><a href="/community/HowToCaptureDigitalVideo">HowToCaptureDigitalVideo</a></li> | |||
<li><a href="/community/HowToCompressedSoundFonts">HowToCompressedSoundFonts</a></li> | |||
<li><a href="/community/HowToConfigureSoundBlasterAudigySEinBreezy">HowToConfigureSoundBlasterAudigySEinBreezy</a></li> | |||
<li><a href="/community/HowToConfigureUbuntuForMicrosoftVirtualPC2004">HowToConfigureUbuntuForMicrosoftVirtualPC2004</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/AboutBook">HowToCookEdubuntu/Chapters/AboutBook</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Administration">HowToCookEdubuntu/Chapters/Administration</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Application">HowToCookEdubuntu/Chapters/Application</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/BehindEdubuntu">HowToCookEdubuntu/Chapters/BehindEdubuntu</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/ContributingToEdubuntu">HowToCookEdubuntu/Chapters/ContributingToEdubuntu</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Difference">HowToCookEdubuntu/Chapters/Difference</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Docs">HowToCookEdubuntu/Chapters/Docs</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/HardwareRequirements">HowToCookEdubuntu/Chapters/HardwareRequirements</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Installation">HowToCookEdubuntu/Chapters/Installation</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/LTSPManagement">HowToCookEdubuntu/Chapters/LTSPManagement</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Philosophy">HowToCookEdubuntu/Chapters/Philosophy</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/StandAloneHardware">HowToCookEdubuntu/Chapters/StandAloneHardware</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/StandAloneInstallation">HowToCookEdubuntu/Chapters/StandAloneInstallation</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/StandAloneIntro">HowToCookEdubuntu/Chapters/StandAloneIntro</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/StandAloneWhatNow">HowToCookEdubuntu/Chapters/StandAloneWhatNow</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/Support%26Docs">HowToCookEdubuntu/Chapters/Support&Docs</a></li> | |||
<li><a href="/community/HowToCookEdubuntu/Chapters/ThinClientIntroduction">HowToCookEdubuntu/Chapters/ThinClientIntroduction</a></li> | |||
<li><a href="/community/HowToCygwinX">HowToCygwinX</a></li> | |||
<li><a href="/community/HowToEnableSpamFilteringInEvolution">HowToEnableSpamFilteringInEvolution</a></li> | |||
<li><a href="/community/HowToGetBetterRefreshRatesAndResolutions">HowToGetBetterRefreshRatesAndResolutions</a></li> | |||
<li><a href="/community/HowToGetHelp">HowToGetHelp</a></li> | |||
<li><a href="/community/HowToJACKConfiguration">HowToJACKConfiguration</a></li> | |||
<li><a href="/community/HowToMD5SUM">HowToMD5SUM</a></li> | |||
<li><a href="/community/HowToMonitorInternetTrafficTotals">HowToMonitorInternetTrafficTotals</a></li> | |||
<li><a href="/community/HowToPureDataIntroduction">HowToPureDataIntroduction</a></li> | |||
<li><a href="/community/HowToQjackCtlConnections">HowToQjackCtlConnections</a></li> | |||
<li><a href="/community/HowToReadline">HowToReadline</a></li> | |||
<li><a href="/community/HowToRecordInternetRadio">HowToRecordInternetRadio</a></li> | |||
<li><a href="/community/HowToRemoveWindows">HowToRemoveWindows</a></li> | |||
<li><a href="/community/HowToRipRealaudioStreamsToMp3">HowToRipRealaudioStreamsToMp3</a></li> | |||
<li><a href="/community/HowToSeq24Introduction">HowToSeq24Introduction</a></li> | |||
<li><a href="/community/HowToSetupLTSPDevelEnvironment">HowToSetupLTSPDevelEnvironment</a></li> | |||
<li><a href="/community/HowToSetupSoundCards">HowToSetupSoundCards</a></li> | |||
<li><a href="/community/HowToUseTheTerminal">HowToUseTheTerminal</a></li> | |||
<li><a href="/community/HowToUseTheTerminal/Talk">HowToUseTheTerminal/Talk</a></li> | |||
<li><a href="/community/HowToVanillaKernelWithRealtimePreemption">HowToVanillaKernelWithRealtimePreemption</a></li> | |||
<li><a href="/community/HowToVirtualKeyboardKeymapping">HowToVirtualKeyboardKeymapping</a></li> | |||
<li><a href="/community/HowToZeroconf">HowToZeroconf</a></li> | |||
<li><a href="/community/HowTos">HowTos</a></li> | |||
<li><a href="/community/HowtoConky140">HowtoConky140</a></li> | |||
<li><a href="/community/HowtoFixIndicFontRendering">HowtoFixIndicFontRendering</a></li> | |||
<li><a href="/community/HowtoPartition">HowtoPartition</a></li> | |||
</ul> | |||
</p> | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
<a id="bottom"></a> | |||
</div> | |||
</div> <!-- end page --> | |||
<div id="footer"> | |||
<div id="ubuntulinks"> | |||
© 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br /> | |||
<a href="https://help.ubuntu.com/community/WikiGuide">Feedback</a> — | |||
<a href="https://help.ubuntu.com/community/License">Legal</a> — | |||
<a href="https://help.ubuntu.com/community/Credits">Credits</a> | |||
<br /> | |||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"> | |||
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /> | |||
</a> | |||
</div> | |||
</div> | |||
</body> | |||
</html> | |||
[[category:UbuntuHelp]] | [[category:UbuntuHelp]] |
2007年11月30日 (五) 22:48的版本
![]() |
文章出处: |
{{#if: | to dual-boot Ubuntu and XP after installing them separately on two HDs {{{2}}} | https://help.ubuntu.com/community/How to dual-boot Ubuntu and XP after installing them separately on two HDs }} |
![]() |
点击翻译: |
English {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/af | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Afrikaans| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/af|Afrikaans]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ar | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|العربية| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ar|العربية]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/az | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|azərbaycanca| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/az|azərbaycanca]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/bcc | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|جهلسری بلوچی| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/bcc|جهلسری بلوچی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/bg | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|български| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/bg|български]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/br | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|brezhoneg| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/br|brezhoneg]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ca | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|català| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ca|català]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/cs | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|čeština| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/cs|čeština]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/de | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Deutsch| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/de|Deutsch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/el | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Ελληνικά| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/el|Ελληνικά]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/es | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|español| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/es|español]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/fa | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|فارسی| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/fa|فارسی]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/fi | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|suomi| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/fi|suomi]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/fr | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|français| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/fr|français]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/gu | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|ગુજરાતી| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/gu|ગુજરાતી]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/he | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|עברית| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/he|עברית]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/hu | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|magyar| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/hu|magyar]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/id | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Bahasa Indonesia| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/id|Bahasa Indonesia]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/it | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|italiano| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/it|italiano]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ja | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|日本語| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ja|日本語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ko | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|한국어| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ko|한국어]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ksh | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Ripoarisch| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ksh|Ripoarisch]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/mr | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|मराठी| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/mr|मराठी]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ms | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Bahasa Melayu| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ms|Bahasa Melayu]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/nl | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Nederlands| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/nl|Nederlands]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/no | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|norsk| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/no|norsk]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/oc | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|occitan| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/oc|occitan]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/pl | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|polski| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/pl|polski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/pt | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|português| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/pt|português]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ro | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|română| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ro|română]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/ru | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|русский| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/ru|русский]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/si | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|සිංහල| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/si|සිංහල]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/sq | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|shqip| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/sq|shqip]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/sr | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|српски / srpski| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/sr|српски / srpski]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/sv | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|svenska| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/sv|svenska]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/th | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|ไทย| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/th|ไทย]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/tr | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Türkçe| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/tr|Türkçe]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/vi | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|Tiếng Việt| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/vi|Tiếng Việt]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/yue | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|粵語| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/yue|粵語]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/zh | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|中文| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/zh|中文]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/zh-hans | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|中文(简体)| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/zh-hans|中文(简体)]]}}|}} {{#ifexist: {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs | {{#if: | :}}How to dual-boot Ubuntu and XP after installing them separately on two HDs}}/zh-hant | • {{#if: UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|中文(繁體)| [[::How to dual-boot Ubuntu and XP after installing them separately on two HDs/zh-hant|中文(繁體)]]}}|}} |
{{#ifeq:UbuntuHelp:How to dual-boot Ubuntu and XP after installing them separately on two HDs|:How to dual-boot Ubuntu and XP after installing them separately on two HDs|请不要直接编辑翻译本页,本页将定期与来源同步。}} |
{{#ifexist: :How to dual-boot Ubuntu and XP after installing them separately on two HDs/zh | | {{#ifexist: How to dual-boot Ubuntu and XP after installing them separately on two HDs/zh | | {{#ifeq: {{#titleparts:How to dual-boot Ubuntu and XP after installing them separately on two HDs|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:How to dual-boot Ubuntu and XP after installing them separately on two HDs|1|-1|}} | zh | | }}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
How
This page does not exist yet. You can create a new empty page, or use one of the page templates. Before creating the page, please check if a similar page already exists.
Create new empty page