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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-31-2003, 03:41 PM
|
#16
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
If and if I'd have a boot partition, won't slackware mess up the suse stuff? (clean install, first suse than slack)
|
|
|
08-31-2003, 04:05 PM
|
#17
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
08-31-2003, 04:05 PM
|
#18
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
No boot partition for me then.
|
|
|
08-31-2003, 04:06 PM
|
#19
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
08-31-2003, 04:08 PM
|
#20
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
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).
|
|
|
08-31-2003, 04:11 PM
|
#21
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
08-31-2003, 04:16 PM
|
#22
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
I use grub...
|
|
|
08-31-2003, 04:32 PM
|
#23
|
LQ Addict
Registered: Aug 2003
Location: New York, NY
Distribution: gentoo, gentooPPC
Posts: 1,661
Rep:
|
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...
|
|
|
08-31-2003, 04:43 PM
|
#24
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
I don't, and if I would I'd only do it for the distro I use most!
|
|
|
08-31-2003, 04:51 PM
|
#25
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Sounds like you are all set then
Good luck, and feel free to post up any further issues you have
Cool
|
|
|
08-31-2003, 04:53 PM
|
#26
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
I hope the sound works in Slackware!
It didn't work in the slackware live cd, but it does work in SuSE 8.2.
|
|
|
08-31-2003, 04:58 PM
|
#27
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
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
|
|
|
08-31-2003, 05:32 PM
|
#28
|
Member
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170
Rep:
|
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
|
|
|
09-01-2003, 03:09 AM
|
#29
|
Member
Registered: Jul 2003
Location: The Netherlands
Distribution: Gentoo Linux
Posts: 213
Original Poster
Rep:
|
Could you give me the sizes of each partition?
|
|
|
09-01-2003, 09:21 AM
|
#30
|
Member
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|