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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-05-2004, 03:38 AM
|
#1
|
LQ Newbie
Registered: May 2004
Posts: 1
Rep:
|
dual booting using bootmagic ?
I recently installed fedora on a ntfs partition using partition magic and boot magic software now whenever i boot the boot magic screen shows windows xp, swap and linux i choose xp it works fine if i choose swap or linux i get message saying linux preparing to boot but it never does.if i boot linux from bootdisk it works fine. HELP PLEASE
Thanks in advance
Tom
|
|
|
05-05-2004, 04:12 AM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
|
Hi downeaster23!!!
Welcome to LinuxQuestions.org. The best thing is to install Fedora's boot loader on the MBR. I doubt it will damage your winxp installation (it happens, but difficult). If someday you want to remove Fedora's boot loader, it's pretty easy, you could:
use a win98 boot disk, and at the prompt do "C:\>fdisk /MBR", or insert WinXP CD, boot on it and choose fixboot on Repair mode. I've done it a hole bunch of times and it worked every time with different machines. Those fancy boot magics are buggy and there are very few peoples using it, so you won't get much help unless you are using a Linux native loader .
|
|
|
05-05-2004, 06:53 AM
|
#3
|
Member
Registered: Feb 2004
Location: Canada
Distribution: FC3
Posts: 73
Rep:
|
the first time i dual booted linux and xp i used bootmagic. BIG mistake. i used grub for red hat 9 and lilo for mandrake 10 after that and they are much better. just my 2 cents. i think bootmagic should be avoided at all costs if dual booting linux/windows.
|
|
|
05-05-2004, 07:39 PM
|
#4
|
Member
Registered: Jun 2003
Location: East Texas
Distribution: Fedora (24)
Posts: 47
Rep:
|
Let me follow up by expanding the original question with my problem.
I have a new HP laptop with XP installed. 80gb disk. I have partitioned it as follows
/boot 100mb ext3
C: 38gb ntfs
E: 50mb FAT32 (for BootMagic)
/ 37gb ext3
SWAPSPACE 894mb
Partitioning was done with PartitionMagic.
FC1 was installed using the two ext3 partitions. Using the "browse" capability of PartitionMagic, I see that everything looks to be loaded where I would expect.
I am trying to use BootMagic and am suffering the infamous hang at
"Preparing machine to boot FC1"
Solutions seem to always fall back to "Use GRUB" and "boot from a floppy".
Big problem: this laptop does not HAVE a floppy!
Multiple questions.....
The first and most obvious is
"What do I have to do to make BootMagic actually boot the Linux system?"
A second question if there is no real answer to the first is
"What do I have to do to install grub and make it work?"
Sure hope somebody can help.
Regards,
Bill Lee
Bill@WRLee.com
|
|
|
05-06-2004, 09:57 AM
|
#5
|
LQ Newbie
Registered: Apr 2004
Location: Dublin, Ireland
Distribution: fedora core 1, redhat 9.0, slackware 9.0
Posts: 22
Rep:
|
ok first things first. Recover your original boot configuration in XP, that is, restore your MBR using a windows bootdisk, and then boot into XP.
Once there, get rid of your bootmagic partition (or format it, or whatever.)
Now, put your RedHat/Fedora/whatever distro disc1 into your cd drive, and reboot your machine. Go through the install process, WITHOUT partitioning, or formatting, or installing any packages. When you get as far as where it asks you do you want to configure a botloader for your system, put in `'yes', or whatever. You want to install Grub to the MBR, and then it will scan your system for partitions, and ask you to set defaults, and bootloader passwords, and all that. I'd leave all that as standard, it can be modified in RedHat again.
Then finish off the install process of RedHat, and remove the CD.
Reboot your machine, and hopefully you will have a Grub startup screen, all going well.
The major problem with dual booting linux/windows machines with bootmagic, is that bootmagic is looking for windows partitions to boot. it's for people who run a few windows versions on their system ( why anyone would want to? ). It requires serious tweaking to get it to work with a linux partition, not for the faint-hearted or me!!!
|
|
|
05-06-2004, 09:59 AM
|
#6
|
LQ Newbie
Registered: Apr 2004
Location: Dublin, Ireland
Distribution: fedora core 1, redhat 9.0, slackware 9.0
Posts: 22
Rep:
|
Just saw you don't have a floppy!! that could be a real problem. Only thing I can say is try and use your XP setup disks as a bootdisk? don't know if this'll work now!!
|
|
|
05-06-2004, 11:51 AM
|
#7
|
LQ Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
Quote:
The first and most obvious is
"What do I have to do to make BootMagic actually boot the Linux system?"
A second question if there is no real answer to the first is
"What do I have to do to install grub and make it work?"
|
An OS loader such as GRUB or LILO is necessary to load Linux, bootmagic alone won't do it(AFAIK).
If I remember correctly bootmagic installs itself to the MBR and reads its configuration file in the fat32 partition, therefore what you need to do is install GRUB onto the bootsector of your /boot partition, and add an entry in bootmagic for it.
To install grub to the partition bootsector, boot with your Fedora cd into the rescue mode, chroot /mnt/sysimage(mount first if necessary), run /sbin/grub to get into the GRUB prompt, then assuming your /boot is the first partition on the hdd:
Code:
grub> root (hd0,0)
grub> setup (hd0,0)
thats should be it, if you can't get it to it I recommend uninstall bootmagic and use GRUB(setup (hd0) will install it to the MBR), it should happily boot both operating systems if setup correctly.
|
|
|
05-07-2004, 08:44 AM
|
#8
|
Member
Registered: Jun 2003
Location: East Texas
Distribution: Fedora (24)
Posts: 47
Rep:
|
Thanks to all for the pointers and the how-to. I have successfully demoted BootMagic to oblivion and am now using grub. I have successfully used it to select and boot XP. I am still having problems getting FC1 to boot. That's over in another thread on the "Linux - Distributions > Fedora" forum. (If anybody can help, the subject there is "FC1 boot hangs on dual boot system")
Regards,
Bill Lee
|
|
|
All times are GMT -5. The time now is 11:14 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|