zerocow2 n00b

Joined: 28 Apr 2005 Posts: 27
|
Posted: Fri Jul 08, 2005 9:05 pm Post subject: Eu fui usar o grub, mas ele dá erro aki direto. |
|
|
toda vez que eu mando o grun instalar na MBR aparece esse erro.
The file /boot/grub/stage1 not read correctly.
alguem sabe o porq?
vou postar o meu conf para vc's antes que me passam hhe...
Quote: |
#
# Sample boot menu configuration file
#
# Boot automatically after 30 secs.
timeout 20
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
# For booting the Windows
title Windows XP Professional
unhide (hd0,0)
rootnoverify (hd0,0)
chainloader +1
makeactive
# For booting GNU/Linux
title Gentoo Linux
root (hd0,2)
kernel /boot/kernel-2.6.10 root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-16@70 splash=silent,theme:livecd-2005.0
initrd /boot/fbsplash-livecd-2005.0-1024x768
# For booting GNU/Linux Safe
title Gentoo Linux - Safe?
root (hd0,2)
kernel /boot/bzimage root=/dev/hda3
# For booting GNU/kNetBSD
#title GNU/kNetBSD
#root (hd0,2,a)
#kernel --type=netbsd /boot/knetbsd.gz
# For booting Mach (getting kernel from floppy)
#title Utah Mach4 multiboot
#root (hd0,2)
#pause Insert the diskette now!!
#kernel (fd0)/boot/kernel root=hd0s3
#module (fd0)/boot/bootstrap
# For booting FreeBSD
#title FreeBSD
#root (hd0,2,a)
#kernel /boot/loader
# For booting NetBSD
#title NetBSD
#root (hd0,2,a)
#kernel --type=netbsd /netbsd
# For booting OpenBSD
#title OpenBSD
#root (hd0,2,a)
#kernel --type=netbsd /bsd
# For booting OS/2
#title OS/2
#root (hd0,1)
#makeactive
# chainload OS/2 bootloader from the first sector
#chainloader +1
# This is similar to "chainload", but loads a specific file
#chainloader /boot/chain.os2
# For booting Windows NT or Windows95
#title Windows NT / Windows 95 boot menu
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos
# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root (hd0,0)
setup (hd0)
# Change the colors.
#title Change the colors
#color light-green/brown blink-red/blue
|
|
|