LinuxQuestions.org
LinuxAnswers - the LQ Linux tutorial section.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices

Reply
 
LinkBack Search this Thread
Old 05-29-2002, 03:33 PM   #1
murshed
Member
 
Registered: Jan 2002
Posts: 157

Rep: Reputation: 30
can linux boot without lilo or grub?


hi all,

can linux boot without lilo or grub?

by using XOSL on the MBR , the C drive has windows and D has linux with lilo installed on the partition..how can we make it possible to boot directely to linux using XOSL or other boot loaders other thab grub or lilo.?

is there any comparison on the difference between lilo and grub and which is better ??

thanks in advance
 
Old 05-29-2002, 03:38 PM   #2
Stephanie_new
Member
 
Registered: May 2002
Location: Hell, A.K.A. Arizona
Distribution: MD 8x / WIN2K / QNX
Posts: 156

Rep: Reputation: 30
XOSL is a good boot loader. i use it myself. Personally I like it better than lilo or grub because of eye candy and easy configurability.

Which brings me to your question. Once you have installed XOSL, you will reboot your PC. From there, you need to enter setup.

XOSL will display you partition scheme, and that is wehre you will tell it what partition to boot from for every given OS.

For example, I have NT 5 / QNX / and Linux. Linux is made up of multiple partitions, but it will display those.

At this point, I tell XOSL to boot partition 1 as NT, partition 2 as QNX, and partition 3, which is my " / "partiton in Linux, to boot.

Hope this helps ya!
 
Old 05-29-2002, 03:38 PM   #3
vfs
Member
 
Registered: Apr 2002
Location: Brazil
Distribution: Slackware
Posts: 184

Rep: Reputation: 30
Yeah, try 'loadlin'

vfs
 
Old 05-29-2002, 04:29 PM   #4
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 8.04
Posts: 668

Rep: Reputation: 31
Like any OS, Linux requires a boot loader of some kind -- it doesn't matter which one it is. XOSL and Loadlin both work fine as replacements for Grub or Linux.
 
Old 05-31-2002, 05:18 AM   #5
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
thanks for the replys

but unfortunately it didn't work ..

when lilo is not installed and XOSL is installed .. it boots to a black page that says LILO!!!
XOSL was replaced withsystem commander .. same result

what i want is to boot directly to linux without showing lilo .. well it is my friend that wants that and i told him to install XOSL without lilo .. and what i said just now were his answers

Stephanie
did this help you?? without entering lilo??
do u know why this is happening to my friend? i mean the black page with the word LILO?

best regards
 
Old 05-31-2002, 06:25 AM   #6
mirkokl
LQ Newbie
 
Registered: May 2002
Posts: 20

Rep: Reputation: 0
1) You can boot linux from a floppy (make sure floppy boot device comes before hard disk in BIOS)
2) Your description sounds as if you had removed lilo by erasing the program lilo and its files but not from the boot block of the partition.
lilo is a program which runs nuder linux.
LILO is a boot loader which does not need an operation system. You can erase it by copying the original image of the boot sector into its location.

But you don't need to do that (that's why I don't describe how to do that, because I don't want you to mess up your hard disk :-) ).
You have to tell XOSL the location of the linux kernel, but since I don't know XOSL, I don't know how to do that.
 
Old 05-31-2002, 06:32 AM   #7
MasterC
Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611

Rep: Reputation: 63
In Mandrake 8.2 your kernel is in your /boot directory.
 
Old 05-31-2002, 10:33 AM   #8
murshed
Member
 
Registered: Jan 2002
Posts: 157

Original Poster
Rep: Reputation: 30
thanks

but u don't have to point where is the kernel when using hte XOSL
 
Old 06-01-2002, 04:13 AM   #9
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
I believe that you have to have a boot loader installed if you are going to use xosl or system commander or boot magic. You install lilo or grub in the boot sector of the root or boot partition.

If your friend wants to boot without seeing lilo, then edit the /etc/lilo.conf file and remove the prompt line and change the timeout line to timeout=0 That way it should boot to linux without lilo being seen.

The only ways that I know of that you can boot linux without lilo or grub is to use a kernel disk or loadlin. loadlin boots linux by loading a kernel.

The xosl website says you need lilo to use xosl.

Last edited by linuxcool; 06-01-2002 at 04:56 AM.
 
Old 06-01-2002, 04:27 AM   #10
MasterC
Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611

Rep: Reputation: 63
sweet, I was wondering where to edit those lines at. I hate waiting 5 seconds for it to boot (unless I press Enter). Cool, thanks though.
 
Old 06-01-2002, 04:58 AM   #11
DavidPhillips
Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,154

Rep: Reputation: 56
I would stick with lilo or grub
 
Old 06-01-2002, 05:00 AM   #12
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
Quote:
Originally posted by MasterC
sweet, I was wondering where to edit those lines at. I hate waiting 5 seconds for it to boot (unless I press Enter). Cool, thanks though.
You're welcome. But I made a mistake. It should be remove the prompt line and change the timeout line to timeout=0.
 
Old 06-01-2002, 05:17 AM   #13
MasterC
Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu
Posts: 12,611

Rep: Reputation: 63
whew, good thing I am at work and was just gonna do it when I got home. I wonder what would happen if I remove the timeout line?
 
Old 06-01-2002, 05:39 AM   #14
linuxcool
LQ Addict
 
Registered: Jun 2001
Posts: 1,183

Rep: Reputation: 47
I looked around and I think it might cause it to not time out. I'm not sure how you would get out of that. Maybe pressing enter or pressing the shift key or the tab key might bring it out.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
boot 2 linux distros with grub/lilo blas Linux - General 4 11-18-2005 10:22 PM
GRUB or LILO won't boot linux!!! for ANY distro stelmate Linux - Hardware 12 05-27-2005 06:42 PM
Installed Grub/lilo to A:, cannot boot into linux. MadSkillzMan Linux - Newbie 3 07-21-2004 02:24 AM
Lilo Grub will not start Linux does not boot Jano_64 Linux - Newbie 4 11-20-2003 02:15 PM
no LILO, no GRUB, NO BOOT !!! mioche Linux - Newbie 4 08-25-2003 05:55 AM


All times are GMT -5. The time now is 05:30 PM.

Main Menu
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration