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 12:41:57
Message-Id: CAJf79ng0NOFZPmxS8KaYmoi47=FeP64DYS1_4bS2AFi4GiH=gw@mail.gmail.com
In Reply to: Re: [gentoo-user] How can i use GRUB to boot my windows? by Daddy
1 OK,
2 /etc/fstab:
3
4 /dev/sda8 / ext3 noatime 0 1
5 /dev/cdrom /mnt/cdrom auto noauto,ro 0,0
6
7 grub.conf:
8 default 0
9 timeout 30
10 splashimage=(hd0,7)/boot/grub/splash.xpm.gz
11
12 title Gentoo
13 root(hd0,7)
14 kernel /boot/kernel-3.2.1-gentoo-r2
15 root=/dev/sda8
16
17 title Windows 7
18 rootnoverify hd(0,0)
19 makeactive
20 chainloader +1
21
22 2012/3/9 Daddy <daddy@×××××××××××××××××××××.com>
23
24 > **
25 > On March 9, 2012 at 7:08 AM "赵佳晖" <jiahui.tar.gz@×××××.com> wrote:
26 >
27 > > I have tried that , but it didn't work . But it comes the error : "Error
28 > > 11: Unrecognized device string". I can't figure out why it comes...
29 >
30 > Post your /etc/fstab and grub.conf please.
31 >
32
33
34
35 --
36 好好学习,天天向上!!!

Replies

Subject Author
Re: [gentoo-user] How can i use GRUB to boot my windows? Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] How can i use GRUB to boot my windows? "mike@×××××××.us" <mike@×××××××.us>