LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices

Reply
 
LinkBack Search this Thread
Old 03-06-2005, 10:53 AM   #1
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Rep: Reputation: 0
College linux and WindowsXP?


Hi all!

Ive tried to install college linux,and it worked.yippi. But my bootloader to windows xp whont work.

What can i do,can i change the bootloader trough linux?

Im running linux right now. so pliz help me.

Regards
Aizy
 
Old 03-06-2005, 11:05 AM   #2
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,445

Rep: Reputation: 74
I think you could use the Lilo package that College Linux ships. In Slackware there is a command "liloconfig" which helps you to set this up. In this case you would have to choose "install to MBR" to install it over the WinXP bootloader.

An other possibility is to install other bootloaders, like f.x. XFDisk http://www.mecronome.de/xfdisk/index.php , which can boot Windows, Linux and FreeBSD (maybe more, didn't test it for other OSes).

In the beginning, when I didn't know much about Linux but knew well how to create a rescue disk in Windows, I found it more secure to use a bootloader that I can start from a FAT partition oder floppy.

Hope this helps. Cheers,

titopoquito
 
Old 03-06-2005, 11:21 AM   #3
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Original Poster
Rep: Reputation: 0
Hi. thnx for the quik respond!


What file should i configure?

Should i use the boot loader paragraf that is in windows xp in the boot loader in linux?

All my Windows info is safe and secure. Ive instaled linux on a difrent disk.

When i instaled it,it asked me if i would like to modifie the boot loader in windows/dos. And i typed Y for yes..hehe.

Is it possible that the boot loader file is on that drive then?

Best regards
Aizy
 
Old 03-06-2005, 11:50 AM   #4
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Ruhr Area, Germany
Distribution: Slackware 13.1
Posts: 1,445

Rep: Reputation: 74
If you haven't the liloconfig command I mentioned (College Linux is Slackware based, but I don't know if it's included) you have to edit the file /etc/lilo.conf with the editor of your choice. After that you have to execute /sbin/lilo to write the boot loader.

I am no lilo expert, but I think your lilo.conf should look like the following one. It assumes that Windows is installed on the first harddisk (hda1) and your Linux is on the first partition of the second harddisk (hdb1). If you would like to use framebuffer, you could chose other than "vga = normal" in the Global section. I left one entry for a framebuffer at 1024x768.
The bootloader will be installed on /dev/hda1 what should be your windows partition.
Cheers,

titopoquito

Code:
# Start LILO global section
boot = /dev/hda1
#compact        # faster, but won't work on all systems.
prompt
timeout = 10
# VESA framebuffer console @ 1024x768x256
# vga = 773
# Normal VGA console
vga = normal
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
  root = /dev/hdb1
  label = CollegeLinux
  read-only # Non-UMSDOS filesystems should be mounted read-only for checking
# Linux bootable partition config ends
# Windows bootable partition config begins
other = /dev/hda1
  label = Windows
  table = /dev/hda
# Windows bootable partition config ends
 
Old 03-06-2005, 12:33 PM   #5
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Original Poster
Rep: Reputation: 0
Here is my LILO.

boot=/dev/hda
lba32
compact
prompt
timeout=10
bitmap=/boot/boot.bmp
default="CollegeLinux"
vga=normal

image=/boot/vmlinuz
label="CollegeLinux"
root=/dev/hdd5
read-only
append="hdc=ide-scsi"

If any one could complete my LILO for me,I would be very happy.

My windows os is on hda1

Thnx a lot for all answers

Regards
Aizy
 
Old 03-06-2005, 12:45 PM   #6
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Original Poster
Rep: Reputation: 0
should i add the boot.ini file in the windows drive into lilo?

Regards
Aizy
 
Old 03-06-2005, 01:39 PM   #7
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30
Add this to the end of lilo.conf:

# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends

then run: lilo
And reboot
 
Old 03-06-2005, 01:53 PM   #8
kimx
Member
 
Registered: Dec 2004
Location: Denmark
Distribution: Yoper 2.2, Source Mage, Ubuntu 5.04, Slackware 10.1
Posts: 70

Rep: Reputation: 15
I don't think that you need the line: 'table = /dev/hda' I don't have that line in my lilo.conf

Last edited by kimx; 03-06-2005 at 01:54 PM.
 
Old 03-06-2005, 02:22 PM   #9
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Original Poster
Rep: Reputation: 0
it didnt work. Ive tried all youres sugestions. but it whant work.

Im useing xp home.

Is that a problem?

I have allso tried to fix the boot with the xp cd,but didnt work.

Can sombody give me the perfect paragraph that will work. LOL.

I dont whanna loose my data on the windows drive.

I havent got these problems with other linux`s so why this?

Hope any one can help me

Thnx for all youre help.

Regards
Aizy
 
Old 03-06-2005, 02:33 PM   #10
Aizy
LQ Newbie
 
Registered: Mar 2005
Posts: 12

Original Poster
Rep: Reputation: 0
yes yes yes. it worked now. I simpley just deleted all the text and added on new. so thnx to all of you. If it had been the other way and I needed help, nobody woud help me.

HEHE.

Thnx again.

Regards to all
Aizy
 
  


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
College Linux? Occulum Linux - Software 7 08-09-2005 12:42 PM
Best Linux College? TuxFreak Linux - Certification 2 04-16-2005 06:57 AM
College Linux pocketpal Linux - Laptop and Netbook 3 06-10-2003 08:13 AM


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