LinuxQuestions.org
Visit Jeremy's Blog.
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 08-07-2004, 12:04 PM   #1
LemBit
LQ Newbie
 
Registered: Aug 2004
Location: Sweden
Distribution: Fedora
Posts: 2

Rep: Reputation: 0
Multiboot Fedora and Windows XP


Hello
I'm a TOTAL new user on linux, so if you would like to answer please be very detailed.

I would like to use windows Boot-loader to boot Fedora. Right now I get the Fedora boot loader where I can choose to boot Fedroa right away or go on to my ordinary boot-meny whit windows boot-loader, and Yes it works.

But I would rather use the windows boot loader directly to boot Fedora, So how do I do this?

Please dont send any replayis about that I shud use the Fedora build in boot loader, if you are about to write an aswer to say this please read my message agin !

Have in mind that i'm 100 % new at Linux, I'm a complite idiot, answer detailed, please.

Last edited by LemBit; 08-07-2004 at 12:05 PM.
 
Old 08-07-2004, 12:17 PM   #2
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
How are your bootloaders configured right now? GRUB in the mbr, Windows bootloader on another partition or on a different disk?
It'll also help if you can post the output of "/sbin/fdisk -l"
 
Old 08-07-2004, 02:34 PM   #3
amfoster
Member
 
Registered: Aug 2004
Distribution: debian, SuSE
Posts: 365

Rep: Reputation: 36
If you have a floppy drive, you can forego the linux boot loader completely. Boot into Windoze by default, or put in a floppy to boot Linux. Keeps your windoze mbr from needing reinstalling if you take Linux off the box. (like that will ever happen huh?
 
Old 08-07-2004, 05:07 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
believe me
going the other way round ,with windows bootloader loading linux is much tough that using grub/lilo

but still if u want to boot linux using windows , i am not sure but u need to put some files in windows partition called 'loadlin' etc etc

refer this article

http://elserv.ffm.fgan.de/~lermen/manual.txt

regards
gaurav
 
Old 08-07-2004, 05:10 PM   #5
LemBit
LQ Newbie
 
Registered: Aug 2004
Location: Sweden
Distribution: Fedora
Posts: 2

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by Demonbane
How are your bootloaders configured right now? GRUB in the mbr, Windows bootloader on another partition or on a different disk?
It'll also help if you can post the output of "/sbin/fdisk -l"
Yes GRUB in the mbr, and windows is on the same disk but a diffrent portion.
Here are the result of fdisk -l : (translation from swedish)

Disk /dev/hda: 22,6 GB, 22605004800 byte
255 head, 63 sectors/lines, 2748 sylinders
device = sylinder of 16065 x 512 = 8225280 byte

Device..........avtive.....Begin.....End....Block.............Id.....System
/dev/hda1.......*................1.....574....4610623+.....7......HPFS/NTFS
/dev/hda1.....................575.....1148..4610655.......83....LINUX
/dev/hda1....................1149....2748..12852000.....f.......Win98 extended (LBA)
/dev/hda1....................1149....2748..12851968+...b......Win95 FAT32

I have 1 Windows XP portion
I have 1 NTFS portion for programs
I have 1 LINUX portion

Don't now what you mean by " /sbin/fdisk -l " I only opend a terminal and typed in " fdisk -l", right ? (that was hard for me to figure out !)

Last edited by LemBit; 08-07-2004 at 05:17 PM.
 
Old 08-08-2004, 12:22 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hii LemBit

have a look at the url i gave u in my lat post
this will help u in setting up ur system as u want it

http://elserv.ffm.fgan.de/~lermen/manual.txt

regards
 
Old 08-08-2004, 04:43 AM   #7
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
ok what you need to do is first install GRUB into your Linux partition partition sector, in order to ahieve this here's the commands you can execute in Linux:
Code:
/sbin/grub
(grub prompt will appear)

grub> root (hd0,1)
grub> setup (hd0,1)
after thats done extract it by using
Code:
dd if=/dev/hda2 of=linux.bin bs=512 count=1
copy linux.bin into a floppy disk, or in your FAT partition where its accessible from Windows.
Now boot with the WinXP CD into the Recovery console, and do a "fixmbr".
Once thats done boot into Windows, copy linux.bin into C:\(or wherever boot.ini is) then add the following line to it:
Code:
c:\linux.bin="Linux"
Note that boot.ini is hidden by default
Also you do not need to use loadlin.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiboot two Fedora systems? ChesterHemmer Linux - General 4 06-06-2005 07:31 AM
Trying to get a multiboot of Windows 98, XP, and Fedora Linux. sloik2000 Linux - Software 4 08-13-2004 09:58 AM
How many of your Multiboot with Windows? lava Linux - General 46 08-19-2003 05:52 PM
can not multiboot linux with Windows XP fuzzylogix Linux - Newbie 2 02-27-2002 10:18 AM
Does anyone know how to multiboot Windows and redhat 7.1 steinberg Linux - Software 1 11-09-2001 03:58 AM

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

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