LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Dual Boot XP,Slackware9 :seperate drives (https://www.linuxquestions.org/questions/linux-newbie-8/dual-boot-xp-slackware9-seperate-drives-74358/)

JamminJ 07-20-2003 04:18 PM

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

fancypiper 07-20-2003 04:23 PM

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

JamminJ 07-20-2003 05:17 PM

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'

Skyline 07-20-2003 05:52 PM

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

fancypiper 07-20-2003 06:01 PM

Perhaps the Boot + Root + Raid + Lilo : Software Raid mini-HOWTO will help if you have Windows XP installed on raid.

JamminJ 07-20-2003 06:05 PM

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

Skyline 07-20-2003 06:13 PM

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

JamminJ 07-20-2003 06:18 PM

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

wma 07-24-2003 10:20 PM

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.


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