Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2529883
By: nobody
Feels a little skitz replying to my own message...even more so answering my
own question!
http://www.experts-exchange.com/Operating_Systems/Linux/Linux_Setup/Q_20736369.h
tml
While the error code seems to relate to the filesystem the fix has nothing to
do with NTFS patching. The details can apparently be found in GRUB documentation
but basically entail including the following drive remapping in /boot/grub/grub.conf
to fool the windows boatloader into that believing it is running from the first
drive:
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
chainloader +1
makeactive
Robsteranium
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|