Results 1 to 5 of 5
I am having trouble booting Windows XP with lilo. Every time I try to load Windows, lilo says it is loading it, but nothing ever happens. Windows is installed on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-14-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 6
Booting Windows XP with two IDE drives
I am having trouble booting Windows XP with lilo. Every time I try to load Windows, lilo says it is loading it, but nothing ever happens. Windows is installed on the slave drive, with Slackware 10.1 on the master drive. I have tried the following configuration of lilo:
other=/dev/hdb1
label="Windows"
table=/dev/hdb
I also tried appending these lines to it:
map-drive=0x80
to=0x81
map-drive=0x81
to=0x80
Windows is installed on partition hdb1 on device /dev/hdb.
- 09-14-2005 #2Just Joined!
- Join Date
- Aug 2004
- Location
- Kentucky
- Posts
- 20
It should look like this:
other = /dev/hdb1
label = Windows
table = /dev/hdb
map-drive = 0x80
to = 0x81
map-drive = 0x81
to = 0x80
All in the same section. Don't forget to rerun lilo after the changes.
- 09-14-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 97
Use grub D:
- 09-16-2005 #4Just Joined!
- Join Date
- Jul 2005
- Location
- cedar hill,tx
- Posts
- 23
Re: Booting Windows XP with two IDE drives
I may be off the point here but I never had to do that. Being a novice I put winxp on the master, I think its picky.
/dev/hda is my WINXP drive. (primary master)
Cfdisk /devhdb set up swap, root and left some free for my storage.
install windows first then SLack.
I put Lilo on the MBR of the Master, where are you putting lilo? (Root, MBR)
I suggest the SLack Essentials book if you can get it, helped me a lot.
dyn0
- 09-17-2005 #5Just Joined!
- Join Date
- Sep 2005
- Posts
- 6
Kernel Problem
Thanks for the help. I've fixed the problem.


Reply With Quote
