Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > GRUB won't load Windows 95

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-22-2007   #1 (permalink)
Just 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!
weapongod30 is offline  


Reply With Quote
Old 07-22-2007   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Hi and Welcome !

Post the output of fdisk -l command and contents of /boot/grub/device.map file.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-22-2007   #3 (permalink)
Just 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
weapongod30 is offline   Reply With Quote
Old 07-22-2007   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
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 takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-22-2007   #5 (permalink)
Just 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!
weapongod30 is offline   Reply With Quote
Old 07-22-2007   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
I am glad to help you.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-22-2007   #7 (permalink)
Super Moderator
 
ozar's Avatar
 
Join Date: May 2004
Posts: 12,056
Quote:
Originally Posted by weapongod30 View Post
Again, thanks for your help, you were a LIFE SAVER!
Yep, devils_casper has definitely become our resident GRUB expert.

Good job, casper!
__________________
oz

New Members: * README *
ozar is offline   Reply With Quote
Old 07-22-2007   #8 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Thanx for compliment ozar !
I have learned everything from here only.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 08-04-2007   #9 (permalink)
Just Joined!
 
Join Date: Jan 2005
Location: Gulf-Coast TX-MX
Posts: 23
Send a message via Yahoo to muskrat
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.
muskrat is offline   Reply With Quote
Old 08-04-2007   #10 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Quote:
Originally Posted by muskrat
Will grub chainload grub?
Yes and thats the perfect way to setup multiboot imho.
Code:
title <xxxx>
rootnoverify ( hdx,y)
chainloader + 1
x is Hard Disk number and y is partition number, Count starts from zero.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First

Last edited by devils casper; 08-04-2007 at 10:22 PM.. Reason: typo
devils casper is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:45 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2