LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-24-2003, 07:29 PM   #1
undershepherd
Member
 
Registered: Feb 2003
Location: Iowa
Distribution: SUSE 9.2
Posts: 69

Rep: Reputation: 15
Question multiple boots


I have a Dell4500 with three HDs. The first is the one that was in the computer, a 40 G, where Windows XP resides. The second is a slave to the first, and I just installed Mandrake 9.0 on it (by the way, the mouse problem is there, haven't attempted to modify the config yet), and the third hD is master on the ribbon with the CDROM. That one has Red Hat 8 installed, which I installed before Mandrake.
Problem: Mandrake does not recognize RedHat, although it saw it in the installation. I can boot to RedHat from a floppy, I can boot to Mandrake or Windows XP from Mandrake's boot loader, LILO. RedHat is using Grub and I was able to boot to Linux or Windows XP from there.
Is there any way to have a mutliple boot screen, where I can choose whichOS to boot to? I have looked through threads, but do not understand completely.
As for teh Mouse, my x86Config-4 file says:
Section: Pointer
Option "Protocol" "IMPS/2
Option "device" "/dev/psaux"
Option "XAxismapping" "4 5"
End section.

Any help there would also be much appreciated.

Thanks so much.
 
Old 02-24-2003, 10:33 PM   #2
MottS
LQ Newbie
 
Registered: Jan 2003
Distribution: Mandrake 9
Posts: 5

Rep: Reputation: 0
You could probably configure lilo on MDK 9.0 this way:

Code:
vga=normal
message = /boot/xray-blue.boot
boot="/dev/hda"
prompt
map = /boot/System.map
lba32
timeout="150"
default=Mandrake

image="/boot/bzImage"
        root="/dev/hdc1"
        label="Redhat"
        initrd="/boot/initrd"
        append="quiet"
        vga="791"
        read-only

image="/boot/bzImage"
        root="/dev/hdb1"
        label="Mandrake"
        initrd="/boot/initrd"
        append="quiet"
        vga="791"
        read-only

other = /dev/hda1
        label="Windows_XP"
        table = /dev/hda
Of course adjust the label and stuff according to your hardware config. Once the file is modified, run lilo by typing 'lilo -v' and see what will be the output. If it doesn't work post your /etc/lilo.conf here and post the output of 'lilo -v'.

MOttS
 
Old 02-24-2003, 11:05 PM   #3
Allen614
Member
 
Registered: Dec 2002
Location: Plains
Distribution: Slackware 13
Posts: 465

Rep: Reputation: 30
I boot XP,Debian and two Slacks off the "ntldr" in XP.

This is an example using the Windows "ntldr" to boot XP,Debian,Slackware and Minslack (CLI only). I created a softlink from the /boot/image (vmlinuz or bzimage) to "/" in order to forego the pleasure of having 2 bootscreens and
booting straight to the kernel. The examples are from Slackware but they're generic. Here's an example of lilo.conf with everything commented out except the essentials.

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
append="hdc=ide-scsi"
boot = /dev/hdb6
#message = /boot/boot_message.txt
#prompt
#timeout = 1
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# Normal VGA console
vga = normal
# End LILO global section
# DOS bootable partition config begins

# DOS bootable partition config ends
# Linux bootable partition config begins
image = /vmlinuz-ide-2.4.18
root = /dev/hdb6
label = Slackware
read-only
# Linux bootable partition config ends

Note that the image= is not in the /boot. Run "/sbin/lilo" If you get a "Warning" that this is not the first partition. You did good. Now create your bootsect file.

root@whatever#dd if=/dev/hdb6 of=/bootsect.slk bs=512 count=1

Copy the bootsect.slk to the drive where "ntldr" and "boot.ini" reside. (Normally C)by using a dos format floppy or e-mail it to yourself.(Not my idea but it was too cool) If your Windows drive is vfat just mount the drive and copy straight to it. Then add a line to "boot.ini" Here's mine.

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect
C:\bootsect.dbn ="Debian"
C:\bootsect.slk="Slackware"
C:\bootsect.slm="Minslack"

Reboot and pic your flavor.
 
  


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
Red Hat 7.3 and multiple gateways on multiple interfaces bluefmc Linux - Networking 2 11-19-2004 05:01 PM
dual boots................rather have rubber boots metal_monster Linux - Newbie 1 01-13-2004 12:24 PM
Need an advice for: Multiple Disks&Multiple Penguins and a XP :) thesappho Linux - Newbie 1 12-15-2003 03:13 PM
Multiple Apache Sites, on Multiple IP's, on Same Box?? RickyJ Linux - General 1 06-19-2003 10:55 AM
Multiple Apache Sites, on Multiple IP's, on Same Box?? RickyJ Linux - Software 0 06-19-2003 09:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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