Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 102400 7 HPFS/NTFS - system restore
/dev/sda2 13 4674 37436416 7 HPFS/NTFS - Windows 7
/dev/sda3 4674 58843 435116032 7 HPFS/NTFS - data storage
/dev/sda4 58843 60802 15728640 83 Linux - Ubuntu 10.10
Run Code Online (Sandbox Code Playgroud)
最初我安装了 StartUpManager。这(我认为)在我的启动菜单列表中添加了另外 4 个 Linux + memtest 实例。但是,我没有看到 GRUB 启动菜单。几秒钟后,计算机启动到 Ubuntu。
我曾尝试添加 Windows 7,但没有成功。
这是我的 menu.lst 文件的一部分。
title Ubuntu 10.10, kernel 2.6.35-24-generic
uuid 1c9748e2-2f11-4a6c-91c0-7310d48c4a7a
kernel /boot/vmlinuz-2.6.35-24-generic root=UUID=1c9748e2-2f11-4a6c-91c0-7310d48c4a7a ro quiet splash
initrd /boot/initrd.img-2.6.35-24-generic
title Chainload into GRUB …
Run Code Online (Sandbox Code Playgroud)