Results 1 to 10 of 12
Ok, here's the deal. I have two hard drives, a 425 meg (Set as master) and a 1.1 gig (set as slave). I have linux (DSL) installed to my 425 ...
- 07-22-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 7
GRUB won't load Windows 95
Ok, here's the deal. I have two hard drives, a 425 meg (Set as master) and a 1.1 gig (set as slave). I have linux (DSL) installed to my 425 meg drive, and windows on the 1.1 gig. When grub pops up, it gives me the option of either booting dsl or windows. The problem is, when I try and boot windows, all it does is display the windows loader info in the menu.lst file. Then it says Disk I/O Error Replace the disk and try again. I know for a fact that my windows hard drive isn't trashed. It works perfectly (cept for this). the way the menu.lst file is set up is thus:
title Windows 95
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
makeactive
boot
I would greatly appreciate it if someone could help me on this, thanks!
- 07-22-2007 #2
Hi and Welcome !
Post the output of fdisk -l command and contents of /boot/grub/device.map file.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-22-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 7
The results of fdisk -l are:
Disk /dev/hda: 425 mb, 425263104 bytes
16 heads, 63 sectors/track, 824 cylinders
units = cylinders of 1008*512=516096 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 388 195520+ 83 Linux
/dev/hda2 * 389 825 219744 83 linux
Disk /dev/hdb: 1281 mb, 12819182464 bytes
64 heads, 63 sectors/track, 621 cylinders
Device Boot Start End Blocks Id System
/dev.hdb1 * 1 620 1249888+ 6 FAT16
The contents of device.map are:
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/hdc
(hd3) /dev/hdd
(hd4) /dev/hde
(hd5) /dev/hdf
- 07-22-2007 #4
Code is correct in menu.lst file and device.map files. Problem is with Windows Disk only. Check its Cable and make sure that its not disables in BIOS.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-22-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 7
Thank you VERY MUCH. I dont know how many more hours I would've spent browsing the web for a solution before I found this. And yes, the problem was in the bios. Again, thanks for your help, you were a LIFE SAVER!
- 07-22-2007 #6
I am glad to help you.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-22-2007 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-22-2007 #8
Thanx for compliment ozar !

I have learned everything from here only.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-04-2007 #9Just Joined!
- Join Date
- Jan 2005
- Location
- Gulf-Coast TX-MX
- Posts
- 23
devils_casper, I have a grub question. Will grub chainload grub?
More to the point I installed knoppix on one partion, after having debian on there frist. Debian is the grub MBR instalation, with the /boot/grub/menu.lst. So when I placed knoppix on another partion I instructed it to install grub to the partion, so as not to mess up my MBR.
I tried to get it to chainload but was unsuccessfull, I got unable to read file system errors.
So I did a work around and am using the install, booting normally with grub, but was still wondering about that chainload issue.
- 08-04-2007 #10Yes and thats the perfect way to setup multiboot imho.
Originally Posted by muskrat
x is Hard Disk number and y is partition number, Count starts from zero.Code:title <xxxx> rootnoverify ( hdx,y) chainloader + 1
Last edited by devils casper; 08-04-2007 at 09:22 PM. Reason: typo
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

