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 06-19-2006, 04:00 AM   #16
baikonur
Member
 
Registered: Oct 2005
Location: germany
Distribution: debian
Posts: 255
Blog Entries: 5

Rep: Reputation: 30

oops,
that I didn't know.
GRUB 0.95 is exactly what came with my distribution (debian sarge),
and it took me quite a while to find out that the loader caused the trouble.
Whatever, lilo works just as fine ...
 
Old 06-19-2006, 10:22 PM   #17
shotwellj
Member
 
Registered: Jul 2005
Location: Tempe, AZ
Distribution: Slackware
Posts: 66

Rep: Reputation: 15
Quote:
Originally Posted by rkrishna
"every time i edit lilo, i have to run it, and if it is installed in mbr, mbr is over writen evry time"
I've never understood why this is such a problem. Is there a real technical problem, or is it just that people don't like typing 'lilo'? I kind of like it because it provides a simple sanity check on my lilo.conf file.

Regards,
Jacob
 
Old 06-20-2006, 02:54 AM   #18
Beresford
LQ Newbie
 
Registered: Oct 2004
Location: New Zealand
Posts: 28

Rep: Reputation: 15
You can uninstall 'lilo' from your mbr. I don't think you can do the same for 'grub'.
I used to like this feature when I wanted to go back to the Windows boot loader and completely remove Linux.
 
Old 06-20-2006, 03:24 AM   #19
baikonur
Member
 
Registered: Oct 2005
Location: germany
Distribution: debian
Posts: 255
Blog Entries: 5

Rep: Reputation: 30
Quote:
Originally Posted by Beresford
I used to like this feature when I wanted to go back to the Windows boot loader and completely remove Linux.
If you just type
Code:
fixmbr
and
Code:
fixboot
at the Windoze (Recovery) Console it will also reinstall the ntloader, no matter what has been installed in the mbr.
 
Old 06-20-2006, 03:46 AM   #20
MariuszK
LQ Newbie
 
Registered: Jan 2006
Location: Brooklyn, NY
Distribution: Slackware 12.0
Posts: 18

Rep: Reputation: 0
Quote:
Originally Posted by shotwellj
I've never understood why this is such a problem. Is there a real technical problem, or is it just that people don't like typing 'lilo'? I kind of like it because it provides a simple sanity check on my lilo.conf file.
Well, about 10 years ago when I was extensively compiling my kernel lilo broke my mbr. Nevertheless it was 10 years ago and lilo's version is much higher I still remember this incident. But I still use lilo, however I try not to rewrite mbr too often

Take care,
Mariusz
 
Old 06-20-2006, 09:09 AM   #21
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
Quote:
I've never understood why this is such a problem.Is there a real technical problem, or is it just that people don't like typing 'lilo'? I kind of like it because it provides a simple sanity check on my lilo.conf file.
the problem is it will write to mbr everytime we type 'lilo', is it needed??
>it provides a simple sanity check on my lilo.conf file
yes.
it would have been nice, if it runs(checks) without writting to mbr.

but grub gives a minimal bash like environment, from there u can fix some...

i am using lilo i do like it, so my choice goes to lilo.
 
Old 06-20-2006, 10:49 AM   #22
DeanLinkous
Member
 
Registered: Jun 2006
Posts: 111

Rep: Reputation: 15
fdisk /mbr works wonders also

lilo - sucks
grub - sucks less

Grub gets my vote. command interface, network boot stuff, doesnt write the mbr with each change.... But then again I dont think it really matters and I certainly do not consider one "better" than the other.
 
Old 06-20-2006, 11:11 AM   #23
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Quote:
Originally Posted by rkrishna
it would have been nice, if it runs(checks) without writting to mbr.
Try lilo -t and man lilo
 
Old 06-21-2006, 08:46 AM   #24
rkrishna
Member
 
Registered: Mar 2005
Location: chennai(madras), India
Distribution: slackware ofcourse
Posts: 654

Rep: Reputation: 32
thanks "gbonvehi" i am still learning...
this one is good

actually my idea was, there must be some other script(let me call it as lilonew )which will update lilo without writting to mbr. but usual /sbin/lilo is still there to write lilo to the specific place, which we mentioned in lilo.conf

i think, if we use grub we only need to edit menu.lst, and grub will look on to that. so that we are not writing to mbr everytime

still i love lilo
 
Old 06-24-2006, 04:02 PM   #25
shotwellj
Member
 
Registered: Jul 2005
Location: Tempe, AZ
Distribution: Slackware
Posts: 66

Rep: Reputation: 15
Quote:
Originally Posted by rkrishna
thanks "gbonvehi" i am still learning...
this one is good

actually my idea was, there must be some other script(let me call it as lilonew )which will update lilo without writting to mbr. but usual /sbin/lilo is still there to write lilo to the specific place, which we mentioned in lilo.conf
Lilo must write to the mbr (or wherever you boot from) when you update the lilo.conf file because it must rewrite the boot sector with the new configuration data. Grub gets around this because it is able to read the configuration file on the disk.

I do not believe there is any true technical issue with writing to the mbr over and over. I think the issue is simply that if one messes up while editing lilo.conf, then the boot sector is messed up and your computer won't boot without a rescue disk. With grub, you just drop into the grub command line a fix whatever is wrong. I don't see much of a difference in this respect.

I think that the true advantage of grub is that it is much more flexible.

Jacob
 
Old 06-24-2006, 07:37 PM   #26
evilDagmar
Member
 
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480

Rep: Reputation: 31
Quote:
Originally Posted by rkrishna
i dont know whether slack is giving grub as a choise while installing. i hope no choise only lilo

since lilo is default and the only one in slak, i prefer lilo, but the problem i feel with lilo is, "every time i edit lilo, i have to run it, and if it is installed in mbr, mbr is over writen evry time"
Excepting that, something seriously wrong has to happen for overwriting the MBR to be a problem of merit. Like, seriously enough that Grub isn't likely to handle it well, either. IBM's verbiage is accurate, but not exactly representative of the reality of the situation. "doing something" is always going to be riskier than not doing it.
 
Old 06-24-2006, 07:39 PM   #27
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Also, only lilo is installed by default in Slackware. If you want grub, you need to install it yourself, either from source, download a *tgz, or install it from /testing
 
Old 06-24-2006, 08:22 PM   #28
slackhack
Senior Member
 
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016

Rep: Reputation: 47
i think lilo can have problems booting anything past the first 1024 cylinders if there's a bios limitation. in the past i used lilo exclusively, but i recently installed an OS way past 1024 on an extended partition and lilo couldn't boot it, even though my hardware is fairly recent. maybe i implemented lilo wrong, but once i switched to grub, it worked fine. i'm now a grub convert. it's also really nice not to have to run lilo everytime you make a change. so:
1) on older hardware, or
2) if you expect to make frequent changes or kernel updates

i would recommend grub over lilo.
 
Old 12-09-2007, 11:50 PM   #29
raja6525
LQ Newbie
 
Registered: Nov 2007
Location: Bangalore
Posts: 2

Rep: Reputation: 0
What is diff between find and locate?

What is diff between find and locate?
 
Old 12-10-2007, 12:31 AM   #30
raconteur
Member
 
Registered: Dec 2007
Location: Slightly left of center
Distribution: slackware
Posts: 276
Blog Entries: 2

Rep: Reputation: 44
The lilo 1024 cylinder boundary has been fixed for a long time.

I prefer grub for trivial reasons... I'm not fond of lilo's progress dots,
nor having to re-run it when initrd or the kernel changes.

Like I said, trivial, but to each his own.

One non-trivial advantage to grub that (knock on wood) I haven't had to use is the ability to use the prompt and enter any necessary parameters even in the face of a catastrophic boot failure.
 
  


Reply

Tags
grub, lilo



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
Booting of raw ISO from GRUB/LILO (though preferably GRUB) Orkie Linux - Software 28 12-15-2013 09:37 PM
Switching from grub to lilo, messed up Lilo.conf, rescuing via Knoppix. SonicGT Debian 2 08-21-2005 01:15 PM
difference between various linuxes at grub startup riseanranger Linux - Software 2 09-01-2004 05:31 PM
lilo.conf and lilo.conf.anaconda difference blackzone Linux - General 1 07-06-2004 03:15 AM
Difference between LILO and Grub? sikandar Linux - Software 1 09-04-2003 11:02 AM

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

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