LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-15-2003, 04:52 AM   #1
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Rep: Reputation: 0
Exclamation Slack9/Win2k install


I'd like to setup a dual boot - Win2k and Slack9. I have already Win2k. I make a new partition (Linux Ext3) for Slack 9. I've setup it without any errors, but then, when I try to boot it ...error... tried again booting slack9 with the boot disk but error occurs again...i've try to setup slack8.1 but the same error occurs again...can u help me? can u guess what's the problem? is there any special to do ?
10x
 
Old 07-15-2003, 09:54 AM   #2
Ivan
Member
 
Registered: May 2003
Location: Romania
Distribution: Slackware 9.0
Posts: 32

Rep: Reputation: 15
You're not very specific. Can you paste here the error?
From what you described so far, everything is correct (except the fact that most of the users would make an extra partition for swap).
 
Old 07-15-2003, 02:51 PM   #3
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
When I use the boot manager he say "No OS Detected" or smth like that...when I try to boot it with the disk - Boot Fail ...that's all...I've made an extra partition for swap too...
 
Old 07-15-2003, 04:07 PM   #4
mipia
Member
 
Registered: May 2003
Location: lake michigan
Distribution: Debian, Mint, Slackware
Posts: 457

Rep: Reputation: 35
dont leave your boot disks on top of your stereo speakers

seriously though, maybe try rawriting a new boot disk?
 
Old 07-16-2003, 01:39 AM   #5
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
ok thanks for the advice but i think that this is not the real reason...
 
Old 07-16-2003, 01:50 AM   #6
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
What bootloader are you using, W2K or Lilo? Sounds like you're using Win's bootloader, if so then you would have to do some extra steps for it to work.
 
Old 07-16-2003, 02:02 AM   #7
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Did you install LILO and, if you did, where did you install it? When you're booting from the floppy, which kernel image are you using on the floppy? For instance, if you have a bare.i boot kernel and a weird hard drive, that may explain the floppy failure. And if LILO isn't correctly installed, that may explain the hard drive. Although, also there, you need the right kernel.

Don't take it as criticism but just trying to help you get help when people say that describing your hardware, describing how you partitioned and installed, exactly what you typed, and describing - or better, pasting - exactly what the error was helps us help you. Otherwise, we're just guessing. Which we may do anyway, but it narrows the scope of the guessing. *g* And by describing, I mean giving us the output from /etc/fstab if possible, rather than saying "I gave my D: drive space to Slack." You didn't say that, but that's just an example. Nothing's as clear as fstab or, better, the output of fdisk /dev/hdX -l. If that can't be done, making up what you believe the output would have been is helpful, too, although, if you're not familiar with those commands, that'd be understandably difficult for you to do.

And mipia's suggestion is good - boot floppies can be touchy. A bad sector or slightly garbled command and it won't boot. Though you'd still need a fix for the hard drive. But if you can boot from the floppy, that'll also help with figuring out the hard drive issue.

- Damn, I'm slow. Exactly - we don't even know which boot loader you're talking about. If you're trying to use the NT loader, I'd expect problems.

Last edited by slakmagik; 07-16-2003 at 02:03 AM.
 
Old 07-16-2003, 02:04 AM   #8
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
I use this - OSL2000 Boot Manager. OK, but why when I try booting with the boot disk for Slack9 he say "Boot Failed"?
 
Old 07-16-2003, 02:50 AM   #9
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
As I say I use OSL2000 Boot Manager. I'm new at Linux and I don't know how to get the information from /etc/fstab sorry... Yes I've been installed LILO. Hardware config - P III 550 mhz; MAXTOR 20GB; Intel740 video; SoundBlasterPCI 64 i think that's enough. I can't remember exactly where I install LILO. I remember that there are 3 options. First - install in floppy disk, second - I can't remember but there is (not recemmended) so I use the third options... for kernel image I use 'bare.i'. what's the problem with this kernel?
 
Old 07-16-2003, 03:17 AM   #10
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Well, if you can't boot, you can't get it, but what I mean is something like

/dev/hda1 NTFS bootable 10GB
/dev/hda2 Linux 10 GB

That doesn't look anything like fstab, but it's clearer than some things. And things like sound and video aren't an issue here, so that's okay. Just the hardware that may be part of the trouble. Is the Maxtor IDE? There is no problem with the bare.i - it'll boot most anything, but the key is "most" - there are a lot of images for various odd hardware. I can't remember which option is recommended. I think you installed at your Linux partition. If it was LILO, I'd say you needed to switch bootable partitions, but I don't know anything about OSL2000. I suspect LILO's a non-issue, because it's this OSL2000 that would be running the show. How do you configure it to boot multiple systems? Have you added a Linux boot option to this loader?

Oh, and important question: can you still boot Win2K? (Probably yes, since you're posting, but maybe it's a second computer.) And, long shot, because you got an error message out of it, but it's possible to stick your floppy last in the boot order which some people do to avoid floppy boot sector viruses. That would definitely screw up the floppy boot. *g*

I'm falling asleep at the wheel here, but those are some issues to check and I'm sure someone else will come along to get you up and running.
 
Old 07-16-2003, 03:46 AM   #11
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
/dev/hda1 NTFS bootable 5gb
/dev/hda2 NTFS 11gb
/dev/hda3 LinuxExt3 4gb
/dev/hda4 LinuxSwap 100mb

smth like that...
yes maxtor IDE. There isn't anything to config in this boot manager. In the loader menu there is Linux boot option alredy. I still can boot Win2k yes...
so...I must change bootable partitions ?
 
Old 07-16-2003, 04:06 AM   #12
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
"If you have Linux in your system, you must modify LILO before installing OSL2000 boot manager."

I seen the above text from looking at the OLS2000 Support section of their website.
 
Old 07-16-2003, 04:09 AM   #13
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
hmm... I missed this somewhere... ok but why when I try to boot Linux from LILO boot failure ?
 
Old 07-16-2003, 04:50 AM   #14
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
Quote:
Originally posted by Spedge
hmm... I missed this somewhere... ok but why when I try to boot Linux from LILO boot failure ?
I thought you suppose to be using OLS2000 for boot options?
 
Old 07-16-2003, 04:58 AM   #15
Spedge
LQ Newbie
 
Registered: Jul 2003
Location: Bulgaria
Posts: 8

Original Poster
Rep: Reputation: 0
When I try with LILO and nothing good happens I try with OSL2000 like last variant...
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slack9 install problem phishintrip Slackware 5 07-26-2003 11:51 AM
vsftpd install in slack9 phishintrip Linux - Networking 2 06-26-2003 06:46 AM
Internet to Slack9 via Win2K DHCP Firemorph Linux - Networking 5 06-25-2003 07:59 AM
slack9 install problem ginster Slackware 6 06-01-2003 05:14 PM
how to install gnome on slack9 seingoku Slackware 9 04-24-2003 08:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration