小编dzi*_*ift的帖子

使用 grub2-gpt 启动非 EFI MS-DOS Windows 7 分区

我有以下设置:

  • UEFI华硕主板
  • GPT TABLE 和 Ubuntu/dev/sdb
  • MS-DOS 表、Windows 7 和 Linux Mint /dev/sda

我尝试从 Ubuntu 11.10 使用 grub2 启动 Windows 7 分区。

我的 Windows“系统保留”是/dev/sda3.

GRUB窗口项(标准):

menuentry "Windows 7 (loader) (on /dev/sda3)" --class windows --class os {
        insmod part_msdos
        insmod ntfs
        set root='(hd0,msdos3)'
        search --no-floppy --fs-uuid --set=root 644C5AC04C5A8CA4
        chainloader +1
}
Run Code Online (Sandbox Code Playgroud)

分离输出:

Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system  Flags
 1      32.3kB  296MB   296MB …
Run Code Online (Sandbox Code Playgroud)

windows linux grub ubuntu uefi

4
推荐指数
1
解决办法
7931
查看次数

标签 统计

grub ×1

linux ×1

ubuntu ×1

uefi ×1

windows ×1