LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-20-2003, 05:18 PM   #1
JamminJ
LQ Newbie
 
Registered: Jul 2003
Distribution: slackware 9.0
Posts: 7

Rep: Reputation: 0
Dual Boot XP,Slackware9 :seperate drives


here's my setup:
Abit AT7-MAX2 motherboard(built in RAID)
(2)80GB IDE drives in a RAID0 config(striped)for winXP(installed first)
(1)80GB IDE for Slackware 9.0

I have slack installed fine but can't get lilo to show during startup. I ran liloconfig and tried putting it to MBR and root but still won't show during startup.
I have my BIOS set to look at floppy first,then RAID array for booting.
Right now if I power up computer the XP starts automatically. If I put the Linux scsi-s boot disk in I boot into Linux. A weird thing happens in that if I change my BIOS to seek boot devices in this order:floppy,CDROM,RAID then the lilo screen comes up ,but no choice for XP?
I've been living with this setup for a few days, but I would really like to have lilo come up and let me choose which OS starts as starting Linux with the floppy is SLOW. If any other info is needed,ask me.
Thanks,
JamminJ
ps. I also tried setting BIOS to look in other hard drives to boot to with no luck
 
Old 07-20-2003, 05:23 PM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
If you can't figure it out from the links, give info

1. Post your /etc/lilo.conf file
2. Post the output of this command as root:
fdisk -l

LILO mini HOWTO
Multiboot with LILO HOWTO
LILO, Linux Crash Rescue HOW-TO
Installing a bootloader
 
Old 07-20-2003, 06:17 PM   #3
JamminJ
LQ Newbie
 
Registered: Jul 2003
Distribution: slackware 9.0
Posts: 7

Original Poster
Rep: Reputation: 0
I looked through the links you gave and couldn't find an answer or possible solution there. Here is my fdisk -l
~# fdisk -l

Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 1 8374 67264123+ 7 HPFS/NTFS
/dev/hda2 9663 9729 538177+ f Win95 Ext'd (LBA)
/dev/hda3 * 8375 9662 10345860 83 Linux
/dev/hda5 9663 9729 538146 82 Linux swap

Partition table entries are not in disk order

I forgot to mention that /dev/hda1 is an NTFS partition I use for WinXP to store music.
Here is my /etc/lilo.config

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x64k
vga = 791
# 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
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
# Linux bootable partition config ends


I also noticed that after my BIOS starts then my highpoint raid BIOS
starts and searches for devices before booting starts.
I also have a 100GB NTFS drive connected through my SATA connection(more music)
So at startup my BIOS sees the 'Linux'drive and my cdrom&dvdr,but not the other 3 drives. The Highpoint RAID BIOS then sees the 100GB drive and the RAID array.(I don't know if this info is helpful) Then the OS starts(windowsXP if the linux floppy is out)
Thanks again,
JamminJ---'Linux n00b'
 
Old 07-20-2003, 06:52 PM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Hi Jamminj

Theres no entry for Windows XP in your LILO.conf file

Youll need something like

other=/dev/hda1
label=windows
table=/dev/hda
 
Old 07-20-2003, 07:01 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Perhaps the Boot + Root + Raid + Lilo : Software Raid mini-HOWTO will help if you have Windows XP installed on raid.
 
Old 07-20-2003, 07:05 PM   #6
JamminJ
LQ Newbie
 
Registered: Jul 2003
Distribution: slackware 9.0
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks Skyline...I noticed that too, but when running liloconfig(expert mode) I don't get the options to add anything except the 'linux'drive=/dev/hda3. So as of right now I don't know what to call the RAID array(/dev/hd??---or would it be considered a scsi device and would need to be a (/dev/sd?)
I do know I had to use the scsi-s kernel in order to install slackware...when I tried using bare.i kernel it hung when detecting drives.

JamminJ
 
Old 07-20-2003, 07:13 PM   #7
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Hi Jamminj

You wont get the option to add another entry to LILO.conf until you locally mount your NTFS partition.

So - locally mount the filesystem - then try adding an entry.

Lilo.conf wont accept new entries for other OS's or new emtries for other kernels without the filesystem being mounted temporarily.

Oh and remember to run the map installer as root.

/sbin/lilo

After youve got the relevant entry to put in
 
Old 07-20-2003, 07:18 PM   #8
JamminJ
LQ Newbie
 
Registered: Jul 2003
Distribution: slackware 9.0
Posts: 7

Original Poster
Rep: Reputation: 0
Smile

Thank you Skyline and fancypiper. You have me headed in the right direction. I guess I will becoming familiar with tldp. There is tons of great info there.
JamminJ
 
Old 07-24-2003, 11:20 PM   #9
wma
LQ Newbie
 
Registered: Jul 2003
Distribution: Slackware 9.0
Posts: 11

Rep: Reputation: 0
Smile Newbie needs help

Hi everyone,

i having the similar problem with JamminJ.

here it goes:

Dual Booting XP and Slackware9 on ATA Raid controller

2 HDD (on HPT370 Raid PCI controller without any Raid arrays)
- 1st HDD (60Gb) with XP setup & FAT,NTFS partitions ~ primary OS

- 2nd HDD (40Gb) with Slackware9 ~secondary OS
>> hdb1 - lilo(Bootup) partition
>> hdb2 - Linux SWAP (512mb)
>> hdb3 - Linux Ext3 (/root)
>> hdb4 - Linux Ext (/usr)
>> hdb5 - Linux SWAP (512mb)

3 Optical drives (ie CDrom, DVDrom & CDRW using onboard IDE controller)

What must i do with the Raid controller in order to get Slackware to install since my Raid controller is "not activated" as RAID?


Please help, will greatly appreciated if someone explain in steps to setup a dual boot XP/Slackware on a HPT370 Raid controller.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Setting up dual boot with 2 seperate hard drives liquid486 Linux - Newbie 4 01-18-2005 08:51 PM
Dual boot WinXP and Slackware9.1 ninadb Linux - Newbie 2 11-19-2004 06:39 AM
Dual Boot Win XP and FC2 w/ NTLDR on Seperate Drives? manstretch Linux - Newbie 3 05-21-2004 05:31 AM
Dual boot RedHat and WinXP on Seperate Drives Nicko Linux - Software 4 08-21-2003 09:34 AM
dual boot SuSE / XP on seperate drives with GRUB uploadjoe Linux - Software 2 02-21-2003 12:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:34 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