Being at (0,1) I was able to get past the vista loading screen and I got to a blue screen and all it showed was my mouse arrow nothing else, so I did get a little farther going on (0,1) kinda wierd that vista worked on two partitions don't you think?title Windows Vista
rootnoverify (hd0,1)
makeactive
chainloader +1
bootrec.exe /fixmbr
and I get error 27: unregonized commandbootrec.exe /fixmbr
bootrec.exe /FixMbr
bootrec.exe /FixBoot
bootrec.exe /RebuildBcd
ok well I changed the Windows Vista to this : Being at (0,1) I was able to get past the vista loading screen and I got to a blue screen and all it showed was my mouse arrow nothing else, so I did get a little farther going on (0,1) kinda wierd that vista worked on two partitions don't you think?
title Windows Vista
rootnoverify (hd0,1)
makeactive
chainloader +1
title Windows Vista
rootnoverify ([b]sd0,1[/b])
makeactive
chainloader +1
change this:
Code:title Windows Vista rootnoverify (hd0,1) makeactive chainloader +1
to this:
Code:title Windows Vista rootnoverify ([b]sd0,1[/b]) makeactive chainloader +1
You may need to change it to sda0,1 because Linux recognizes SATA drives typically as sda instead of hda. hda, or hd0 is typically how it identifies an IDE drive.