0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

デュアルブートした時のWindowsの起動について

Last updated at Posted at 2025-07-12

基本

  • Windows Boot Manager が Windows OS を起動する

  • Ubuntu (Desktop) は GRUB というブートマネージャーが OS を起動する

パーティション

よくあるWindowsのパーティション構成 (ChatGPTにきいた結果)

パーティション 役割 ファイルシステム サイズ目安
EFI System Partition(ESP) UEFI起動用 FAT32 約100〜300MB
Microsoft Reserved Partition(MSR) GPT管理用(非表示) なし 約16MB
Windows OS Partition Windows本体 NTFS 数十GB〜数百GB
Recovery Partition 回復環境(WinRE) NTFS 約500〜1000MB

自分の環境の場合、下記。
(lsblk -f の結果)

  • Windows と表示されている行=Windows OS Partition
  • Recovery と表示されている行=Recovery Partition (回復環境(WinRE))
  • SYSTEM と表示されている行=EFI System Partition
  • 無印 (空白)の行=Microsoft Reserved Partition

Windows を起動

ちなみに、Windows 11 Pro (GMKtec Intel N150) です。

  1. マシンのパワーオン
  2. GRUBが起動する (追記: UEFI firmware settings でGRUBがBoot Orderの優先順位の上位にある場合)
  3. 起動OS選択 (ubuntuやsdaではなくWindowsが入っているパーティション=nvme0n3p を選択)
  • Windows Boot Manager (nvme0n3p) を選ぶ

以上

追記
初回起動時、キーボードが英語配列になっている場合 (11 Pro 24H2)

  1. 設定アプリ > 「言語と地域」>「優先する言語」の下にある「日本語」右 … のアイコン>「言語のオプション」>「キーボード」>「レイアウトを変更する」で日本語『106/109キー』にする
  2. 再起動
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?