web-dev-qa-db-ja.com

他のドライブやメインのWindows 7ブートローダーに干渉することなく、2つ目のハードドライブにUbuntuをインストールしますか?

私は3つのハードドライブを持っていると言ってみましょう:

c: 500 gig windows 7 with win7 boot loader
d: 1tb nothing on it (but I want a Linux os on it... Ubuntu, debian, Fedora ect)
g: 3tb random stuff

ドライブDにUbuntuとgrubが必要ですが、通常の方法でコンピューターを起動し、高度な起動を行って別の起動デバイス(1tbハードドライブ)を選択した場合にのみgrubとUbuntuを起動します。 Ubuntuや他のLinuxディストリビューションでこれは可能ですか?また、すべてのディストリビューションでLinuxスワップパーティションを作成する必要がありますか?

ああ、最後に、Dドライブでslackwareやarchlinuxなどの異なるディストリビューションをマルチブートし、Dドライブから起動したときにgrubがDドライブのすべてのOSを思い付くことができますか?古いバージョンのWindowsやDOS、さらにはハッキントッシュのようなマルチブートのものでも?

1
12padams
1. Of course you can install Ubuntu on Hard Disk Drive D (I am not talking about 
logical disk drive). While installing Ubuntu, it would
offer a page, in which you select the Hard Drive on which the OS
should be installed. This option is there in pretty much all the
operating system installers.

2. You can even install multiple operating systems on the same drive (D), the 
bootloader corresponding to the last operating system which you install on that 
drive will show up and list all the operating systems available on that drive.

3. You can read about sharing the swap space

https://unix.stackexchange.com/questions/5656/are-there-any-side-effects-when-two-distros-share-a-swap-partition

1
thefourtheye

Advanced BootオプションがBIOSにある場合は、はい、D:インストールするドライブGRUB=および複数のLinuxディストリビューション。プライマリドライブにDebian、セカンダリドライブにUbuntu、およびGRUB起動時に表示され、どちらのシステムでも起動できます。

スワップパーティションはLinuxの標準です。他の回答のリンクは、スワップパーティションを共有することの長所と短所を比較検討します。

0
douggro

あなたがしたいことは、「d:」ドライブにubuntuをインストールし、grubをその上に置くことです。 c:ではなく、d:。次に、 EasyBCD のような簡単な方法を使用して、ubuntuエントリをWindows 7ブートローダーに追加できます。この方法では、ウィンドウはそのままで、grub + ubuntuは独自のドライブ上にあります。

0
Scott Goodgame