2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Windows10にubuntu16.04をデュアルブートする方法

Posted at

準備

  • windows10がインストールされたPC

     
  • 8GBUSB

1. USBの準備

  • usbのフォーマット

    usbのフォーマットをFAT32にしておく。

  • windowsにubuntu16.04をダウンロード

    Ubuntu16.04のisoファイルを以下のURLからダウンロードする。

    https://www.ubuntulinux.jp/download/ja-remix

    ubuntu16.04(isoファイル)を選択する。
     

  • usbにisoファイルを書き込む

    http://mogi2fruits.net/blog/os-software/windows/36/

    上記のサイトからUNetbootinをダウンロードして先ほど、windowsにダウンロードした
     isoファイルをUSBにLiveCDとして書き込む。

##2. windowsの準備

  • 高速スタートアップを無効化
     コントロールパネル -> ハードウェアとサウンド-> 電源オプション -> 電源ボタンの動作を選択する(システム設定) -> 電源ボタンの定義とパスワード保護の有効化の[現在利用可能でない設定を変更します]をクリック -> シャットダウン設定の[高速スタートアップを有効にする(推奨)]のチェックを外す -> 変更の保存

  • ubuntu用領域確保
     [コンピュータ]アイコンを右クリック[管理]を選択する ->[コンピュータの管理]-[記憶域]-[ディスクの管理] -> Cドライブを右クリックし、[ボリュームの縮小]を選択する - > しばらくしたら、縮小可能な領域が計算されるので、縮小容量を選択して、縮小
    ここで縮小した容量がUbuntuのディスク容量になるため、8000MB以上縮小しておきましょう。

##3. ubuntu起動

  • bios起動

  • usbを繋いだまま、Shiftキーを押しながらシャットダウンしてF2キーを押しながら

  • 電源ボタンで起動させる。

  • bios設定

  • Windows Managerよりもusbの起動するときの優先度をあげる。

  • Secure Boot - > disabled

  • CSM - > enabled(どちらでもいいかもしれない)

  • ubuntu起動

  • 再起動をしてTry Ubuntu without installingを選択する。

  • ubuntuインストール
    デスクトップにあるインストールアイコンを開いて、進めていけば終了。

##4. おまけ

  • osを選択する画面のレイアウト方法(grub-customizer)

    端末で下記を打ち込むとgrub-customizerのダウンロードやインストールを行う。

    sudo add-apt-repository ppa:danielrichter2007/grub-customizer

    sudo apt-get update

    sudo apt-get install grub-customizer

    検索からgrub-customizerを開くとos選択画面の設定変更ができる。

##参考
https://qiita.com/medalotte/items/4bb5cfa709e93d044f1c
http://ubuntuhandbook.org/index.php/2016/04/install-grub-customizer-ubuntu-16-04-lts/

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?