grub (ajuda sff)

ravensoul

Membro
boas

tenho o windows xp e o fedora 7 instalados no meu pc
mas quando tento iniciar o windows com o grub apenas aparece o seguinte texto

rootnoverify (hd1,0)
chainloader +1

o windows está intalado num hd ata e o fedora num sata ambos são master

fdisk -l
Disk /dev/sda: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 5222 41945683+ 83 Linux
/dev/sda2 5223 5744 4192965 82 Linux swap / Solaris
/dev/sda3 5745 18205 100092982+ 83 Linux
/dev/sda4 18206 36481 146801970 5 Extended
/dev/sda5 18206 29954 94373811 83 Linux
/dev/sda6 29955 36481 52428096 83 Linux

Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 4462 35840983+ 7 HPFS/NTFS
/dev/sdb2 4463 9728 42299145 f W95 Ext'd (LBA)
/dev/sdb5 4463 9728 42299113+ 7 HPFS/NTFS
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 39G 3,7G 34G 10% /
/dev/sda6 49G 180M 46G 1% /mnt/download
/dev/sda5 88G 184M 83G 1% /mnt/backup
/dev/sda3 93G 188M 88G 1% /mnt/raven
tmpfs 1014M 0 1014M 0% /dev/shm
cat /boot/grub/menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sdb1
# initrd /boot/initrd-version.img
#boot=/dev/sdb
default=2
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.22.1-41.fc7)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22.1-41.fc7 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.22.1-41.fc7.img
title Fedora (2.6.21-1.3194.fc7)
root (hd0,0)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.21-1.3194.fc7.img
title Windows
rootnoverify (hd1,0)
chainloader +1
 
boas,

o que há a fazer neste caso é enganar o windows.
experimenta adicionar estas linhas ao /boot/grub/menu.lst a seguir a "title windows"
map (hd0) (hd1)
map (hd1) (hd0)

depois muda " rootnoverify (hd1,0)" para " rootnoverify (hd0,0)"

espero que seja este o problema.

N.
 
Back
Topo