Gentoo Archives: gentoo-user

From: YoYo Siska <yoyo@××××××.sk>
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:25:10
Message-Id: 20120309132414.GA14991@ksp.sk
In Reply to: Re: [gentoo-user] How can i use GRUB to boot my windows? by "赵佳晖"
1 On Fri, Mar 09, 2012 at 09:15:20PM +0800, 赵佳晖 wrote:
2 > i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run
3 > the command : fdisk -l .The /dev/sda1 has the boot * flag ..
4 >
5 > 2012/3/9 Mick <michaelkintzios@×××××.com>
6 >
7 > > On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote:
8 > > > OK,
9 > > > /etc/fstab:
10 > > >
11 > > > /dev/sda8 / ext3 noatime
12 > > 0
13 > > > 1 /dev/cdrom /mnt/cdrom auto noauto,ro 0,0
14 > > >
15 > > > grub.conf:
16 > > > default 0
17 > > > timeout 30
18 > > > splashimage=(hd0,7)/boot/grub/splash.xpm.gz
19 > > >
20 > > > title Gentoo
21 > > > root(hd0,7)
22 > > > kernel /boot/kernel-3.2.1-gentoo-r2
23 > > > root=/dev/sda8
24 > > >
25 > > > title Windows 7
26 > > > rootnoverify hd(0,0)
27 > > > makeactive
28 > > > chainloader +1
29
30 it should be "(hd0,0)" and not "hd(0,0)"
31
32 that would explain the Error 11, which means the string describing the
33 disc is wrong / cannot be parsed...
34
35 yoyo

Replies

Subject Author
Re: [gentoo-user] How can i use GRUB to boot my windows? "赵佳晖" <jiahui.tar.gz@×××××.com>