LinuxQuestions.org
Visit Jeremy's Blog.
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 08-31-2003, 03:41 PM   #16
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30

If and if I'd have a boot partition, won't slackware mess up the suse stuff? (clean install, first suse than slack)
 
Old 08-31-2003, 04:05 PM   #17
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Not if you set things up properly mv vmlinuz, append the boot loader entries... Set it up to work and it will, leave everything default and expect things to act funny...

Cool
 
Old 08-31-2003, 04:05 PM   #18
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
No boot partition for me then.
 
Old 08-31-2003, 04:06 PM   #19
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
As a side note, what prompted you to determine this as an "urgent" request? partition setup certainly isn't something I'd consider urgent, maybe "I dropped my Slackware CD, I need urgent help on how to repent for such a sin" but not partition setup... ?

Cool
 
Old 08-31-2003, 04:08 PM   #20
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
No but I want to have a reply so I can make plans now, and start repartitioning and reinstalling tomorrow (last day of the holiday).
 
Old 08-31-2003, 04:11 PM   #21
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by dARkHunTEr
No boot partition for me then.
Cool

But be prepared for a bit of work, not much, but a bit of work when copying kernel's over to whichever /boot directory you will be using as the distro with the boot loader.

A summary:
mount /dev/hdx /mnt/otherdistro
cp /mnt/otherdistro/boot/vmlinuz /boot/vmlinuz-otherdistro
vim /etc/lilo.conf
root=/dev/hdx
label=otherdistro
image=vmlinuz=otherdistro
SHIFT ZZ
/sbin/lilo -v

Now everytime you have to compile a kernel for "other distro" you'll need to mount up the distro, copy the kernel from wherever you've compiled it and edit the boot loader conf accordingly. More importantly, you'll have to be in the distro that is going to be the main distro using the boot loader to run /sbin/lilo to save the changes to the MBR (that or chroot, either way...).

Cool
 
Old 08-31-2003, 04:16 PM   #22
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
I use grub...
 
Old 08-31-2003, 04:32 PM   #23
quatsch
LQ Addict
 
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661

Rep: Reputation: 48
I guess I don't quite see the virtue of having a separate boot partition unless you recompile your kernel on a weekly basis or something. nevermind...
 
Old 08-31-2003, 04:43 PM   #24
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
I don't, and if I would I'd only do it for the distro I use most!
 
Old 08-31-2003, 04:51 PM   #25
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Sounds like you are all set then

Good luck, and feel free to post up any further issues you have

Cool
 
Old 08-31-2003, 04:53 PM   #26
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
I hope the sound works in Slackware!
It didn't work in the slackware live cd, but it does work in SuSE 8.2.
 
Old 08-31-2003, 04:58 PM   #27
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
If not, feel free to search the threads on this board:
http://www.linuxquestions.org/questions/search.php
The depths of Google/linux:
www.google.com/linux
And any other place you find yourself getting knowledge from
And finally, if nothing pans out, there's always the Linux - Hardware sections, Slackware forum, and of course, if it feels like it doesn't fit anywhere else but is Linux related, Linux - General

Cool
 
Old 08-31-2003, 05:32 PM   #28
Tuvok
Member
 
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170

Rep: Reputation: 30
I have 3 primary partitions and 3 logical (extended). Certain OSs require to be installed in a primary partition. Generally, you can make 3 primary partitions and as much logical partitions, or just 4 primary partitions. I believe it's very useful to have 3 primary partitions; you might need to install BSDs or other OSs which require a primary partition.

I don't use a /boot partition; I usually dedicate few Linux partitions (1 primary, 2 logical) and one swap partition for my partitions. For a bootloader I use grub. If I want to test/use a new Linux distro, I install it in one of my logical partitions. As for booting this new distro, I add entries in my grub. For instance, if I installed it in /dev/hda4 (logical), I add in grub:

title New Distro
kernel (hd0,3)/boot/vmlinuz root=/dev/hda4 <--(base entry)

Most distros place your installed kernel in the /boot directory and name it vmlinuz, so it's not hard to figure how to boot it using your current bootloader (grub, lilo).

My HD capacity is 60GB and is composed as such:
(P) /dev/hda1 OpenBSD
(P) /dev/hda2 FreeBSD
(P) /dev/hda3 Suse
(E) /dev/hda4 Linux
(E) /dev/hda5 Linux
(E) /dev/hda6 Swap
 
Old 09-01-2003, 03:09 AM   #29
dARkHunTEr
Member
 
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213

Original Poster
Rep: Reputation: 30
Could you give me the sizes of each partition?
 
Old 09-01-2003, 09:21 AM   #30
Tuvok
Member
 
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170

Rep: Reputation: 30
cfdisk 2.11z

Disk Drive: /dev/hda
Size: 60040544256 bytes, 60.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 7299

Name Flags Part Type FS Type [Label] Size (MB)
--------------------------------------------------------------------------------
hda1 Primary OpenBSD 15751.42
hda2 Primary FreeBSD 15751.42
hda3 Boot Primary Linux ReiserFS 15751.42
hda5 Logical Linux 5757.70
hda6 Logical Linux 5757.70
hda7 Logical Linux swap 1266.70







[Bootable] [ Delete ] [ Help ] [Maximize] [ Print ] [ Quit ]
[ Type ] [ Units ] [ Write ]

Toggle bootable flag of the current partition

Last edited by Tuvok; 09-01-2003 at 09:24 AM.
 
  


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
boot sector and lilo collapse !!!!! URGENT URGENT URGEN !!!!! frelihm Linux - Software 21 12-02-2009 10:21 AM
Urgent Question Regarding Urgent Questions! Need Help Now! Crashed_Again LQ Suggestions & Feedback 11 10-17-2007 08:07 PM
urgent help please !!! deepdark SUSE / openSUSE 5 01-02-2005 11:39 PM
Urgent..Im Having A Nightmare..Urgent!!!! midgcool Linux - Software 41 11-30-2004 10:19 AM
Urgent Urgent !!!! Mozilla Keeps All Your Deleted Emails !!!! odin123 Linux - Software 2 01-31-2004 02:22 AM

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

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