Slackware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-01-2006, 08:58 PM
|
#1
|
LQ Newbie
Registered: Mar 2006
Posts: 3
Rep:
|
Dual Boot Machine, WinXP on SATA, Slack on IDE
I am making my machine dual boot w/ slack 10.2. My setup is that i have 2 sata drives, a 74 gb raptor and a 200 gb storage drive. I want to install slackware on an additional 80 gb IDE drive i just have lying around. I was just wondering if there was anything to keep in mind before attempting this. I am not a complete noob, but its been 6 months or better since i've used any linux and this is the first time on this computer w/ both sata and ide drives. Thanks in advance.
|
|
|
03-01-2006, 09:35 PM
|
#2
|
Member
Registered: Mar 2004
Location: Houston, Texas
Distribution: Kubuntu, zenwalk
Posts: 117
Rep:
|
I am going through the exact same scenario right now. I have x64windows on a 74 gig raptor drive, and then I want to put or I have put zenwalk (slackware) on the other drive. I am having lilo problems, it will boot linux but not windows. I will update you if i get a response.
Here is my lilo config:
LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
bitmap=/boot/splash.bmp
bmp-table=227p,233p,1,7
bmp-colors=0,2,,15,2,0
bmp-timer=76,30,15,0
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# ramdisk = 0 # paranoia setting
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda1
label = Zenwalk
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/sda1
label = windowsx64
map-drive = 0x80
to = 0x81
map-drive = 0x81
to = 0x80
table = /dev/sda
# Windows bootable partition config ends
|
|
|
03-02-2006, 10:39 AM
|
#3
|
Member
Registered: Mar 2004
Location: Houston, Texas
Distribution: Kubuntu, zenwalk
Posts: 117
Rep:
|
hey did you have any luck. I have a sata 74 gig raptor drive with windows x64 i use for gaming that i just bought. And then I have a 80 gig ide drive i wanted to use for zenwalk (slackware) i can boot linux but not windows, it just hangs with a black screen saying 'loading windows'.
|
|
|
03-02-2006, 10:55 AM
|
#4
|
Senior Member
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705
Rep:
|
Maybe you should take off the map drive stuff for Windows? Windows is using its own boot-loader, which is why you say 'other' instead of 'image' like you do for linux.
How about:
# Windows bootable partition config begins
other = /dev/sda1
label = windowsx64
table = /dev/sda
# Windows bootable partition config ends
If that doesn't work, read the man for lilo.conf. It says something about map drive not being recommended after 22.5 of lilo. You can use some other parameter instead.
Last edited by Randux; 03-02-2006 at 10:57 AM.
|
|
|
03-04-2006, 12:50 PM
|
#5
|
LQ Newbie
Registered: Mar 2006
Posts: 3
Original Poster
Rep:
|
im getting the same problem as phatbastard, it just hangs where it says "loading windows", i have lilo on the mbr of the sata
|
|
|
03-04-2006, 05:04 PM
|
#6
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
This always worked for me when I had that problem:
Code:
# Windows bootable partition config begins
other = /dev/sda1
label = windowsx64
boot-as = 0x80
# Windows bootable partition config ends
|
|
|
03-04-2006, 05:19 PM
|
#7
|
LQ Newbie
Registered: Mar 2006
Posts: 3
Original Poster
Rep:
|
gbonvehi, is your lilo on the winxp sata drive or the slack ide drive? or does it matter?
|
|
|
03-05-2006, 03:26 AM
|
#8
|
Senior Member
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145
Rep:
|
It does matter depending on what device you choose to boot from the BIOS setup. I never had a SATA device, but it shouldn't matter.
|
|
|
03-05-2006, 06:31 AM
|
#9
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Are you sure, that your sata is known as sda and not as hda. I'm using seagate baracuda sata drive and here is my configuration:
Quote:
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz-2.4.5
root = /dev/hda3
label = Linux-2.4
read-only
image = /boot/vmlinuz-2.6.13.2
root = /dev/hda3
label = Linux-2.6
read-only
# Linux bootable partition config ends
|
|
|
|
All times are GMT -5. The time now is 12:20 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|