zwaldowski
Member
NeoSmart's EasyBCD wiki states that NeoGrub can "Fak[e] primary/active partitions." How would I go about this? I've tried the "makeactive" syntax, but that only makes me have to boot from my Vista Recovery Disc to set my Vista partition active.
Yes, what I'm trying to get at rhymes with "Shmeopard," but for solutions' sake, let's say I'm trying to boot from an unreadable partition. :happy: I've come up with two solutions:
What do I do to fake an active partition
Yes, what I'm trying to get at rhymes with "Shmeopard," but for solutions' sake, let's say I'm trying to boot from an unreadable partition. :happy: I've come up with two solutions:
Code:
rootnoverify (hd0,1)
kernel (hd0,0)/NST/ch-boot
boot
Code:
rootnoverify (hd0,1)
chainloader +1
boot
What do I do to fake an active partition