SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I have two harddisks and I'm running Windows 2000 Pro (SP1) on the first harddisk. I recently installed Slackware 8.1 on the second harddisk (without LILO) and when I tried to boot windows 2000, it takes hell of a long time to reach the login screen. After finally logging in, windows looks like it's not responding. I tried to shutdown and it throws an error saying it can't end explorer.exe. So, I suspect that the crappy windows explorer is killing itself trying to read the harddisk that I installed linux on. I removed the linux harddisk and Windows runs perfectly normal.
Anyone can help me with this? I can't remove the crappy windows coz it's my work pc. Thanks!
I have this working, but I have Linux on hda and w2k on hdb. I am using lilo to choose between the two at boot time. You'll need a section in lilo.conf to fool the w2k drive into thinking that it is "c:" when it boots.
other = /dev/hdb1
label = w2k
table = /dev/hdb
map-drive = 0x80
to = 0x81
map-drive = 0x81
to = 0x80
I like my solution better than his. How does he start Linux? Does w2k have a multi boot option now? Only way I can see is to enter the bios setup at boot time and disable the w2k disk, but then he would still need lilo on the linux disk! wouldn't he?
bbeers, skyvoyager probably uses a boot disk that he created to boot into linux. As for w2k being able to dual boot, it's boot loader program is capable of booting linux and other os's. Check out this page for dual booting linux and w2k with w2k's boot loader.
Originally posted by bbeers I have this working, but I have Linux on hda and w2k on hdb. I am using lilo to choose between the two at boot time. You'll need a section in lilo.conf to fool the w2k drive into thinking that it is "c:" when it boots.
other = /dev/hdb1
label = w2k
table = /dev/hdb
map-drive = 0x80
to = 0x81
map-drive = 0x81
to = 0x80
-Bob
did you install w2k on a disk on hda .. then .. moved it to hdb .. and .. plugged in another drive on hda and install slackware on that ?
if this works it would be great.. beacuse i want my gnu/linux drive to be "master of the house" in my computer windows belongs to the slave position .. lol
Note: we will have a lan party this weekend and i need a slavedrive with w2k and some games...
fuel asked: did you install w2k on a disk on hda .. then .. moved it to hdb .. and .. plugged in another drive on hda and install slackware on that ?
yep, that's what I did. No partitioning decisions to worry about. As an aside, I recently tried wine with this setup and it works ... just added a /c entry to my fstab to mount the /dev/hdb1 and was able to run some simple MS apps from my Linux X environment (KDE at present). I don't know how well, if at all, the MS games would perform, but it would be an interesting experiment.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.