LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual boot, linux (arch) win2k. need help! (https://www.linuxquestions.org/questions/linux-newbie-8/dual-boot-linux-arch-win2k-need-help-375537/)

lfx4linux 10-21-2005 04:11 PM

Dual boot, linux (arch) win2k. need help!
 
hi, i have a problem! i don't know how to correctly configure my menu.lst (grub file). i have 2 hdd, in one is linux, in other win2k. Now i have set my linux first-hdd like master, second-hdd (win2k file system: ntfs) like slave and mounted. But, unfortunately win don't boot :(
what should i do?

my menu.lst
Code:

title arch 2
root (hd0,0)
kernel /bzImage-naujas2 root=/dev/discs/disc0/part3 ro
# kernel 2.6.11.1

title Windows 2000
rootnoverify (hdb,0)
map (hd0) (hdb)
map (hdb) (hd0)
makeactive
chainloader +1

thanks :)

tuxrules 10-21-2005 04:16 PM

Quote:

title Windows 2000
rootnoverify (hdb,0)
it should be
Code:

rootnoverify(hd1,0)
and not (hdb1,0)

Also modify the map setting below the rootnoverify accordingly.

lfx4linux 10-22-2005 02:10 AM

That don't helped :(

Code:

Error 21
Selected disk does not exist

when i mount my second hdd, i write
Code:

mount -t ntfs /dev/hdb1 /mnt/win
way to hdd is like in my old menu.lst

i don't know what wen't wrong? :(


All times are GMT -5. The time now is 06:14 PM.