LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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
  Search this Thread
Old 01-20-2006, 12:22 AM   #1
thrash75
LQ Newbie
 
Registered: Jan 2006
Location: PA
Distribution: mandrake 10.0
Posts: 5

Rep: Reputation: 0
conifgure lilo for mandrake, xp, and 2k3


I am trying to configure lilo to boot with mandrake 10, windows xp, and windows 2k3. I can boot to all of them but i want to get rid of the windows boot selector and just use lilo, ie boot into any from lilo. Any help would be appreciated.
 
Old 01-20-2006, 12:39 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
There should be an option to install LILO to the MBR, that will get rid of Windows' boot loader. Also, why on Earth did you post in this forum?! It's for member intros! Don't post someone else though, as this one has been reported and will be moved.
 
Old 01-20-2006, 03:45 AM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in Linux-General and has been moved accordingly to help your thread/question get the exposure it deserves.
 
Old 01-20-2006, 12:44 PM   #4
thrash75
LQ Newbie
 
Registered: Jan 2006
Location: PA
Distribution: mandrake 10.0
Posts: 5

Original Poster
Rep: Reputation: 0
My bad on the intro forum.

Last edited by thrash75; 01-20-2006 at 12:49 PM.
 
Old 01-20-2006, 12:49 PM   #5
thrash75
LQ Newbie
 
Registered: Jan 2006
Location: PA
Distribution: mandrake 10.0
Posts: 5

Original Poster
Rep: Reputation: 0
[QUOTE=Nylex]There should be an option to install LILO to the MBR, that will get rid of Windows' boot loader. QUOTE]

How would I do this??
 
Old 01-21-2006, 07:23 AM   #6
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
You use something like

# lilo -b /dev/hda
 
Old 01-21-2006, 11:14 PM   #7
b0nd
Senior Member
 
Registered: Jan 2005
Distribution: Slackware, BackTrack, Windows XP
Posts: 1,020

Rep: Reputation: 45
[QUOTE=thrash75]
Quote:
Originally Posted by Nylex
There should be an option to install LILO to the MBR, that will get rid of Windows' boot loader. QUOTE]

How would I do this??
on console, run

Quote:
#liloconfig
( not sure that is it runs on all distros or not )

Otherwise,
Quote:
#lilo -b /dev/hda
works ( as Nylex suggested )

regards
 
Old 01-22-2006, 05:21 PM   #8
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
If you'd rather not use the command line you can use Mandrake's control centre to do this: menu->System->Configuration->Configure Your Computer and use the boot loader config program http://doc.mandrivalinux.com/Mandrak.../drakboot.html to set it to /dev/hda
 
Old 01-23-2006, 11:17 PM   #9
thrash75
LQ Newbie
 
Registered: Jan 2006
Location: PA
Distribution: mandrake 10.0
Posts: 5

Original Poster
Rep: Reputation: 0
I have tried these suggestions but I am still getting lilo, followed by windows boot selector. Here is my lilo.conf. Any help appreciated:

boot=/dev/hda
map=/boot/map
install=menu
default="windowsxp"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda6
initrd=/boot/initrd.img
append="devfs=mount acpi=ht resume=/dev/hda7 splash=silent"
vga=788
read-only
other=/dev/hda1
label="windowsxp"
other=/dev/hda5
label="windows2k3"
other=/dev/fd0
label="floppy"
unsafe
 
Old 01-23-2006, 11:46 PM   #10
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Your lilo is set to load Windows XP by default. If you don't want this you can change the line
Code:
default="windowsxp"
to
Code:
default="linux"
Whatever the default is Lilo is set to wait (prompt) for 10 seconds (timeout=100) to let you choose the OS to load with the arrow keys.
 
Old 01-23-2006, 11:51 PM   #11
thrash75
LQ Newbie
 
Registered: Jan 2006
Location: PA
Distribution: mandrake 10.0
Posts: 5

Original Poster
Rep: Reputation: 0
right. My 'problem' is I want to get rid of the windows boot loader altogether. I can get into linux and both windows fine, but when i choose either windows, I go to Windows boot loader.
I want to skip that step and load which ever OS i choose directly from lilo...
 
Old 01-24-2006, 12:01 AM   #12
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
I don't think you can do that. Lilo doesn't know the magic instructions to boot Windows - its the 'Linux Loader' after all. The Windows boot loader is some proprietary executable that's part of Windows, that's why the Windows entries are 'other=/dev/hda5', you need the Windows bootloader block on /dev/hda5 still to actually boot Windows.

If you don't want to be prompted by the Windows one just set the timeout on it to 0 in Control Panel->System in the Windows install.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba 3 and windows 2k3, anyone? carnold Linux - Networking 3 02-17-2004 12:49 PM
Authenticate to 2k3 PDC with winbind VertigoRay Linux - Software 0 09-27-2003 12:23 PM
Unreal Tournament 2k3 Mandrake 9.1 Won't Install Majinn Linux - Software 19 09-01-2003 02:24 AM
UT 2k3 under Slackware 9.0 uglydot Linux - Software 0 03-24-2003 02:51 PM
Changing bootloaders from lilo on RedHat to lilo on Mandrake Goatdemon Linux - General 3 06-10-2002 12:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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