Slackware - Installation This forum is for the discussion of installation issues with Slackware. |
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.
|
 |
02-18-2017, 07:43 AM
|
#1
|
LQ Newbie
Registered: Feb 2017
Distribution: slackware
Posts: 15
Rep: 
|
dual boot centos and slackware
hi again, at my work i use centos for work but personally i prefer slackware, so i decided to keep both on my hdd,
can you please suggest me the following:
install centos on first partition
install slackware after
doesn't really matter which partition and which first ?
boot setup as lilo or grub? and how.. which order etc..
my hdd is a sata laptop 160 gb, i think 40 gb slack and 40 gb centos is enouthg, i will install apache, postfix etc, plugged as first hdd at my work
and the rest i want to use as ntfs used with the usb interface to copy windows data for kit, etc. to use as for many laptops to install things.
please suggest!
many thanks!
Last edited by sasha01; 02-18-2017 at 07:59 AM.
|
|
|
02-18-2017, 09:18 AM
|
#2
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by unix01
hi again, at my work i use centos for work but personally i prefer slackware, so i decided to keep both on my hdd, can you please suggest me the following:
|
Quote:
Originally Posted by unix01
install centos on first partition
install slackware after
doesn't really matter which partition and which first ?
|
nope - personal preference
Quote:
Originally Posted by unix01
boot setup as lilo or grub? and how.. which order etc..
|
LILO manually add for other system then Windows, grub picks it up for you, the order you want booted first depends on which system has control of grub.
Quote:
Originally Posted by unix01
my hdd is a sata laptop 160 gb, i think 40 gb slack and 40 gb centos is enouthg, i will install apache, postfix etc, plugged as first hdd at my work
and the rest i want to use as ntfs used with the usb interface to copy windows data for kit, etc. to use as for many laptops to install things.
please suggest!
many thanks!
|
size does matter.
what size you prefer to get the work done is entirely up to what you do with it.
|
|
1 members found this post helpful.
|
02-18-2017, 09:22 AM
|
#3
|
LQ Newbie
Registered: Feb 2017
Distribution: slackware
Posts: 15
Original Poster
Rep: 
|
Thanks, now im facing with: grub of centos overwrites the lilo of slackware and there is just centos bootin the menu
|
|
|
02-18-2017, 09:33 AM
|
#4
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by unix01
Thanks, now im facing with: grub of centos overwrites the lilo of slackware and there is just centos bootin the menu
|
yeah one boot loader will over write the other one,
The Highlander: There can be only one! rule applies there.
Code:
grub-install /dev/sdx (usally sda)
update-grub ( to pick up any other operating systems or kernel changes and such)
did you run update-grub after installing grub?
|
|
1 members found this post helpful.
|
02-18-2017, 09:35 AM
|
#5
|
LQ Newbie
Registered: Feb 2017
Distribution: slackware
Posts: 15
Original Poster
Rep: 
|
Not yet, but is more complicated to add centos in slack's lilo?
|
|
|
02-18-2017, 09:37 AM
|
#6
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by unix01
Not yet, but is more complicated to add centos in slack's lilo?
|
it depends on who is doing it. I have no luck in such matters so I just use grub. Slackware 14.2 also has a grub that can be installed.
My Slackware update-grub file
Code:
(userx@SlackO⚡️~)>>$ cat /usr/bin/update-grub
grub-mkconfig -o /boot/grub/grub.cfg
after ran
Quote:
(userx@SlackO⚡️~)>>$ sudo update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-generic-4.4.38
Found initrd image: /boot/initrd-4.4.38.gz
Found linux image: /boot/vmlinuz-huge-4.4.38
Found linux image: /boot/vmlinuz-huge-4.4.38
Found initrd image: /boot/initrd-4.4.38.gz
Found linux image: /boot/vmlinuz-huge
Found linux image: /boot/vmlinuz-generic-4.4.38
Found initrd image: /boot/initrd-4.4.38.gz
Found linux image: /boot/vmlinuz-generic
Found Windows 10 (loader) on /dev/sda1
Found unknown Linux distribution on /dev/sda5
done
|
it works too
if you want LILO and slack with Centros then I think a new post under
how do I add Centros to LILO maybe needed so someone that knows more about that can help you.
Last edited by BW-userx; 02-18-2017 at 09:43 AM.
|
|
1 members found this post helpful.
|
02-18-2017, 11:30 AM
|
#7
|
LQ Newbie
Registered: Feb 2017
Distribution: slackware
Posts: 15
Original Poster
Rep: 
|
Thanks very much!
|
|
|
02-18-2017, 11:50 AM
|
#8
|
LQ Guru
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342
|
Quote:
Originally Posted by unix01
Thanks very much!
|
you're welcome. pls click that yes for what you found helpful in this post.
|
|
1 members found this post helpful.
|
All times are GMT -5. The time now is 02:02 AM.
|
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
|
|