On Fri, Mar 09, 2012 at 09:15:20PM +0800, 赵佳晖 wrote:
> i changed hd(0,0) to hd(0,1) , and it also comes Error 11, and when i run
> the command : fdisk -l  .The /dev/sda1 has the boot * flag ..
> 
> 2012/3/9 Mick <michaelkintz...@gmail.com>
> 
> > On Friday 09 Mar 2012 12:40:45 赵佳晖 wrote:
> > > OK,
> > > /etc/fstab:
> > >
> > >         /dev/sda8         /                     ext3       noatime
> > 0
> > > 1 /dev/cdrom       /mnt/cdrom     auto        noauto,ro     0,0
> > >
> > > grub.conf:
> > >         default 0
> > >         timeout 30
> > >         splashimage=(hd0,7)/boot/grub/splash.xpm.gz
> > >
> > >          title Gentoo
> > >          root(hd0,7)
> > >          kernel /boot/kernel-3.2.1-gentoo-r2
> > >          root=/dev/sda8
> > >
> > >          title Windows 7
> > >          rootnoverify hd(0,0)
> > >          makeactive
> > >          chainloader +1

it should be "(hd0,0)" and not "hd(0,0)"

that would explain the Error 11, which means the string describing the
disc is wrong / cannot be parsed...

yoyo


Reply via email to