LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-07-2002, 03:00 PM   #1
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Rep: Reputation: 15
Lilo or Grub ??? please help guys


Which one do you guys recomend to use ? I heard Lilo has problems reading drives larger then 1 gig. Is there a way around this?

Or is it better off to use grub?
 
Old 04-07-2002, 04:17 PM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Well, there is more support for Lilo, most are familiar with it and the latest version doesn't have problems detecting drives larger than 1 GB.
I would go with Lilo, if you have a problem with it, your most likely to get a faster response when getting help.

-trickykid
 
Old 04-07-2002, 07:01 PM   #3
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
Do you know where i can get the latest version of lilo?
 
Old 04-07-2002, 07:09 PM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
try this site: http://brun.dyndns.org/pub/linux/lilo/
 
Old 04-07-2002, 07:40 PM   #5
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
Thanks trickykid

Thats exactly what I'm looking for.
 
Old 04-07-2002, 07:47 PM   #6
Hellson
LQ Newbie
 
Registered: Apr 2002
Location: Brisbane Australia
Distribution: slackware 8.0 current
Posts: 22

Rep: Reputation: 15
LILO ALL THE WAY! hehe

Homepage
Download ftp://metalab.unc.edu/pub/Linux/system/boot/lilo/
Alt Download ftp://brun.dyndns.org/pub/linux/lilo/

Author Werner Almesberger <Werner.Almesberger@epfl.ch>
Version 22.2
Licence BSD type
Source Yes
Environment Console
Status Stable

defently lilo it has given me problems but after a update it works nicely
enjoy
 
Old 04-07-2002, 07:47 PM   #7
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
BTW, i'm using a dual boot system (xp and Rh.7.2), should I install LILO on MBR or first sector of root?
 
Old 04-07-2002, 07:51 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
you'll probably want to put it on the MBR if your dual booting, if not the XP will load up and you will have to use its boot loader to load Linux which I find harder to configure than configuring Lilo to load XP..
 
Old 04-07-2002, 07:56 PM   #9
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
This looks pretty confusing, i'm just going to tell you what i'm going to do, tell me if its right.

1. Remove grub from linux
2. Remove grub from MBR (fdisk /mbr)
3. ./configure, make, make install
4. run /sbin/lilo
5. Now what?
 
Old 04-07-2002, 08:26 PM   #10
Hellson
LQ Newbie
 
Registered: Apr 2002
Location: Brisbane Australia
Distribution: slackware 8.0 current
Posts: 22

Rep: Reputation: 15
after you have done that make sure your lilo.conf file is edited to be correct or run liloconf and check to see if it is all correct and yes i would install mbr i have my machine on mbr and i have never had a problem anywayz make sure the lilo config file is edited or use the liloconf n then once done run lilo make sure no errors occur and the reboot and check it out
enjoy
 
Old 04-07-2002, 09:08 PM   #11
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
Well LILO is diffently the most well known boot manager.

But personally i use grub and find its nicer as it doesn't require as many parameters and also you dont have to run grub again each time you update the kernel etc. Only thing to get used to is the differences in the way grub labels hdd's

for example:

/dev/hda5 would become (hd0,4)
 
Old 04-07-2002, 10:06 PM   #12
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
For some reason, I'm having a hard time installing lilo.

I ran /sbin/lilo, but I think that command doesn't install lilo to the MBR, where I think it might have to be. After running the /sbin/lilo command, then rebooting, the startup sequence does't even notice that lilo is installed.

Do you guys tknow he intalling command to install lilo onto the MBR.

And after intsalling on the MBR, is there anything else i need to do, such as copyyingthe bootsect.lnx and then pasting it in the windows root directory ?
 
Old 04-08-2002, 04:18 AM   #13
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Post a copy of your /etc/lilo.conf file. Do you want lilo to boot linux and xp or do you want xp's boot loader to boot linux and xp?
 
Old 04-08-2002, 06:56 AM   #14
Rampage2884
Member
 
Registered: Mar 2002
Posts: 84

Original Poster
Rep: Reputation: 15
prompt
timeout=50
default=linux
boot=/dev/hda6
map=/boot/map
install=/boot/boot.b
message=/boot/message


image=/boot/vmlinuz-2.4.7-10
label=linux
read-only
root=/dev/hda5
append="hdc=ide-scsi"

other=/dev/hda1
optional
label=DOS


Quote:
Do you want lilo to boot linux and xp or do you want xp's boot loader to boot linux and xp?
Which one do you prefer to be best?
At the moment I wanted lilo to boot xp and linux, but maybe the other way is better.
 
Old 04-08-2002, 08:08 AM   #15
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
I heard using LILO is just the easiest way to do it. Using xp's boot loader i believe requires a few tricks to get working. I would go on google.com/linux and find out some LILO commands im sure there is a command to install it to the MBR. I cant help much becuase i use grub now sorry.
 
  


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
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
sorry guys.. grub problems bad superblock linuxbh Linux From Scratch 2 04-12-2005 10:12 AM
Lilo vs Grub - PROBLEM with lilo nelsonnery Linux - Software 2 09-09-2004 11:09 AM
Hi guys and gals, I'm having an interesting lilo issue in Mandrake 8, Please help. superimposed Linux - Software 5 07-08-2003 09:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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