Hi!
I noticed the following:
If there is multiple drives with grub4dos installed in MBR, and we want to boot the secont from the first like this
chainloader (hd1)+1
rootnoverify (hd1)
boot
Then the first disks MBR code will load, and the firsst disks menu.lst will be used.
I wanted to create a disk which can be used to boot from the available disks' MBR. How sould i do?
Thanks.