Sunday, February 05, 2006

Booting W2k from a slave HD using GRUB

Problema,
W2K se reusa a bootiar de un disco esclavo "slave".
Para lograr que windows arranque hay que hacer un pequeño engaño a windows desde grub.
map (hd0) (hd1) logra que windows vea el disco master como slave
map (hd1) (hd0) y el slave como master


/boot/grub/menu.lst

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Microsoft Windows 2000 Professional
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
savedefault
makeactive
chainloader +1

No comments: