LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-27-2004, 12:19 AM   #1
synapse
Member
 
Registered: Jan 2004
Location: On Planet Earth.
Distribution: Slackware 12
Posts: 244

Rep: Reputation: 30
Adding new os to existing one


Hi all

Ok lemme try this , hopefully i explain it correctly!

2 hds curently in the box

hda > 1G with windoze
hdb > 10G with mandrake 9.2
lilo boot loader on hda1

spare > 10G with slack already installed (configured for box above) but not installed on ide cable.

I want to just add this hd into ide2 and edit the lilo.conf to give me the option to start win, mandrake , or slackware.

Any ideas on what i should add to lilo.conf.
Also slackware was installed with reiser fs.

Thanx
 
Old 01-27-2004, 10:58 AM   #2
kilgoretrout
Senior Member
 
Registered: Oct 2003
Posts: 2,983

Rep: Reputation: 388Reputation: 388Reputation: 388Reputation: 388
I think you'll have to do two things after you install the slack hard drive, create a boot entry in mandrake's lilo for it and edit the slack /etc/fstab so the partitions in there correspond to their new place on the ide bus. After installing the slack drive, boot into mandrake and mount the slack drive root partition in a console:

# mkdir /mnt/slack
# mount -t reiserfs /dev/hdx /mnt/slack

Where "x" corresponds to the new position of the slack root partition on the ide bus. For example, if when you did the slack install, it was on hda, with the root partition on hda1 and then moved the drive to ide2 master, the new position on the ide bus would mean the slack drive is now on hdc and the root partition is on hdc1.

Now that the partition is mounted you can access the contents of the slack root partition through /mnt/slack but you'll need to be root to do so. To use graphical tools in mandrake run:

# kdesu konqueror

that will bring up konqueror with root priveleges. navigate to /mnt/slack/etc/fstab and click on fstab. That will bring up slack's fstab in your default text editor with root privileges. Examine slack's fstab carefully. Assuming slack is now on hdc, you need to edit every line with an hdax to hdcx for slack's fstab to correspond to it's new position. Save the changes and keep konqueror open.

Now to create an entry for slack in mandrake's lilo. Lot's of ways to do this but they all involve making slack's vmlinuz and, if it has one, slack's initrd available to mandrake's lilo during boot time. To do that we're going to copy those files to a directory in madrake's /boot. Navigate to mandrakes /boot and create a directory there, /boot/slack. Now navigate to slack's /boot at /mnt/slack/boot and copy slack's vmlinuz and initrd if it has one to the mandrake /boot/slack. Note, slack's vmlinuz and initrd will have numbers corresponding to their kernel in the form vmlinuz-2.4xxxx. That's what you need to copy.

Now your ready to create the lilo entry for slack. Open mandrake's /etc/lilo.conf and edit by adding the following:

image=/boot/slack/vmlinuz-2.4.xxxx
label="slack"
root=/dev/hdcx
initrd=/boot/slack/initrd-2.4.xxx
append="<depends on system>"
read-only

What you put on the "append" line depends on your system. For example, if you have a cdwriter that runs under scsi emulation you need to add "hdx=ide=scsi". Check your mandrake entry's append line and use the same for your slack and it should work OK. if slack doesn't have an initrd, just skip that line.

Save the changes to lilo.conf, open a console and su to root and run:

# lilo -v

That will write the new lilo configuration to the mbr. It will also give error messages if lilo finds errors in your new boot entry in which case it will refuse to write the new configuration to the mbr. If all went well, the next time you boot you should see an entry for slack and it should work.
 
  


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
Adding new group to existing user ALF Linux - Software 7 05-08-2006 09:35 PM
Adding a new partition to an existing LV ntwrkguru Fedora 9 11-03-2005 08:22 AM
adding second router to existing network crnchyfrog Linux - Networking 2 06-06-2005 08:19 PM
adding an existing XP partition to GRUB phoeniks Linux - General 3 08-27-2004 12:54 PM
adding existing partition to lilo Kane2002 Linux - General 8 01-30-2004 03:03 PM

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

All times are GMT -5. The time now is 09:01 AM.

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