[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

(solved)Re: can grub on one disk boot OS on another disk?



You are great!
I add mapping and it can boot Win98.

title		Microsoft Windows 98
root		(hd1,0)
map (hd1) (hd0)
savedefault
makeactive
chainloader	+1


On Sun, Nov 21, 2010 at 9:24 AM, Camaleón <noelamac@gmail.com> wrote:
> On Sun, 21 Nov 2010 08:13:41 -0500, Long Wind wrote:
>
> Mmm... I see.
>
> GRUB is giving priority to your IDE disk so maybe your BIOS is also
> priorizing IDE controller instead SCSI.
>
> In this setup you may need using the "map" or "hide" option for booting
> windows which is detected in secondary hard disk:
>
> http://wiki.debian.org/GrubConfiguration
>
> Scroll down to "Windows in other place not in hda1" and test with all
> that samples (or even a combo of the two), i.e.:
>
>
> title           Microsoft Windows 98 (test 1)
> map (hd0) (hd1)
> map (hd1) (hd0)
> root            (hd1,0)
> savedefault
> makeactive
> chainloader     +1
>
>
> Greetings,
>
> --
> Camaleón
>


Reply to: