LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-05-2010, 02:54 PM   #1
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Rep: Reputation: 0
Question Dual boot Slack with Fedora


I have installed Slackware and lilo on MBR. I also have installed Fedora on /dev/sda6 with grub on first sector of /dev/sda6. When I power on laptop I don't have option to enter in Fedora. How to add that option ?
 
Old 11-05-2010, 03:01 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
You need to edit Slackware's /etc/lilo.conf

Add the following
Code:
# Fedora
other = /dev/sda6
label = Fedora
table = /dev/sda
and then you need to run: lilo
 
1 members found this post helpful.
Old 11-05-2010, 03:57 PM   #3
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
I done that but
Warning: LBA32 addressing assumed
Fatal: Partition entry not found.
 
Old 11-05-2010, 04:02 PM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Don't worry about LBA32. See:
http://www.linuxquestions.org/questi...ssumed-616597/

Can you post the output of "fdisk -l"?
 
1 members found this post helpful.
Old 11-05-2010, 04:05 PM   #5
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
This is the output of fdisk -l , I fedora is on /dev/sda7 not /dev/sda6, I wrote in question wrong.

Device Boot Start End Blocks Id System
/dev/sda1 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 13 5100 40861696 7 HPFS/NTFS
/dev/sda3 * 5101 30402 203232619+ 5 Extended
/dev/sda5 5101 14826 78124063+ 7 HPFS/NTFS
/dev/sda6 14827 22699 63232000 83 Linux
/dev/sda7 22699 30009 58716160 83 Linux
/dev/sda8 30009 30401 3147776 82 Linux swap

Last edited by ZebraIzToronto; 11-05-2010 at 04:06 PM.
 
Old 11-05-2010, 04:11 PM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
So have you corrected the lilo.conf file?
 
1 members found this post helpful.
Old 11-05-2010, 04:24 PM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi,

I'd recommend to install Fedoras Grub in the MBR of /dev/sda and add an entry for Slackware in /boot/grub/menu.lst in Fedora.
I'm running multiple Linuxdistributions on my 3 PCs and use Grub. The advantage is that one Grub installation can handle every distribution (and surley Windows) on a PC.
I use to mount the respectively other distribution(s) on /usr/local. As an Example the fstab from my laptop:
Code:
/dev/sda4	/			ext4	defaults		1 2
/dev/sda6	none			swap	sw			0 0
/dev/sda8	/home			ext3	defaults		0 1
/dev/sda9	/usr/local/public 	ext3	defaults		0 1
/dev/sda5	/usr/local/arch 	ext3	defaults		0 1
just now I'm running Gentoo. If I want to edit the grubmenu I find it in the path "/usr/local/arch/boot/grub/menu.lst". Since grub needs not to be executed after a change in the configfile this is very conventient for me.


Markus
 
1 members found this post helpful.
Old 11-05-2010, 04:28 PM   #8
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
I done like you said, I ignored warning, in /etc/lilo.conf file is what you said to add, but when I restart nothing changed.
There is no Fedora in option, just Slack .
 
Old 11-05-2010, 04:30 PM   #9
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
@markush
Can I do it now(change lilo and grub), or I need to install all from beginning ?
 
Old 11-05-2010, 04:41 PM   #10
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by ZebraIzToronto View Post
I done like you said, I ignored warning, in /etc/lilo.conf file is what you said to add, but when I restart nothing changed.
There is no Fedora in option, just Slack .
Have you run lilo afterwards?
 
Old 11-05-2010, 04:43 PM   #11
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sycamorex View Post
Have you run lilo afterwards?
Yes, I run lilo and same warning. I restarted laptop and there is no change.
 
Old 11-05-2010, 04:44 PM   #12
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by ZebraIzToronto View Post
@markush
Can I do it now(change lilo and grub), or I need to install all from beginning ?
Yes, you can change it without reinstalling the system.
Which version of Slackware are you running?
 
Old 11-05-2010, 04:46 PM   #13
ZebraIzToronto
Member
 
Registered: Nov 2010
Posts: 58

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by sycamorex View Post
Yes, you can change it without reinstalling the system.
Which version of Slackware are you running?
Slackware 13.1 (x32) and Fedora 14
 
Old 11-05-2010, 04:50 PM   #14
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by ZebraIzToronto View Post
@markush
Can I do it now(change lilo and grub), or I need to install all from beginning ?
yes, just add an entry for Slackware in the menu.lst and execute (when Fedora is booted)
Code:
grub-install /dev/sda
Markus

Last edited by markush; 11-05-2010 at 04:52 PM.
 
1 members found this post helpful.
Old 11-05-2010, 04:53 PM   #15
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Let's try the lilo option first.
What's the exact output of running "lilo"?
Can you also post your /etc/lilo.conf?
Please wrap the code you post in 'code' tags.
 
  


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
Dual-boot Slack/Ubuntu-install slack over XP-help with weird partition layout & lilo? linus72 Slackware 2 05-23-2009 10:03 AM
Dual Boot, Vista + Fedora, 2 HDD, EasyBcd boot manager = Fedora not start 6yp Linux - Newbie 7 10-29-2008 06:44 PM
Slack/Fedora dual-boot using LVM Phaete Fedora 3 04-14-2005 04:13 PM
Fedora Core 3 Dual Boot, Dual Hard drives, Grub Boot Loader Denali03 Linux - Newbie 1 03-04-2005 01:44 PM
Fedora/Slack Dual-Boot w/ GRUB mijenks Linux - Software 0 06-11-2004 07:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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