Gentoo Archives: gentoo-user

From: "赵佳晖" <jiahui.tar.gz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How can i use GRUB to boot my windows?
Date: Fri, 09 Mar 2012 13:16:30
Message-Id: CAJf79nizFqCmGK1ib9wAKebTrbw4VDebjA9XCOVs5e=0HK_N9g@mail.gmail.com
In Reply to: Re: [gentoo-user] How can i use GRUB to boot my windows? by Mick
1 i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run
2 the command : fdisk -l .The /dev/sda1 has the boot * flag ..
3
4 2012/3/9 Mick <michaelkintzios@×××××.com>
5
6 > On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote:
7 > > OK,
8 > > /etc/fstab:
9 > >
10 > > /dev/sda8 / ext3 noatime
11 > 0
12 > > 1 /dev/cdrom /mnt/cdrom auto noauto,ro 0,0
13 > >
14 > > grub.conf:
15 > > default 0
16 > > timeout 30
17 > > splashimage=(hd0,7)/boot/grub/splash.xpm.gz
18 > >
19 > > title Gentoo
20 > > root(hd0,7)
21 > > kernel /boot/kernel-3.2.1-gentoo-r2
22 > > root=/dev/sda8
23 > >
24 > > title Windows 7
25 > > rootnoverify hd(0,0)
26 > > makeactive
27 > > chainloader +1
28 >
29 > You may want to try:
30 >
31 > rootnoverify hd(0,1)
32 >
33 > because depending on the OEM installation of MSWindows the boot files may
34 > be on
35 > a different partition. I have a Dell here which has a Dell recovery
36 > partition
37 > on /dev/sda1, the boot partition on /dev/sda2 and the MSWindows OS
38 > partition
39 > on /dev/sda3.
40 >
41 > If you look at fdisk -l you should see which partition has the boot * flag.
42 >
43 > --
44 > Regards,
45 > Mick
46 >
47
48
49
50 --
51 好好学习,天天向上!!!

Replies

Subject Author
Re: [gentoo-user] How can i use GRUB to boot my windows? YoYo Siska <yoyo@××××××.sk>