Linux - NewbieThis 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.
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.
Help...I've got some problem with Dual Booting of RH 8.0 and Win XP using GRUB, system just boots up at the GRUB _ and sits there doing nothing. I can boot up using a floppy boot disk created. I suspect that theres something to do witht the mbr and GRUB as the system used to be able to dual boot RH 7.3 with Win XP using the GRUB Boot loader. I've got this prob after I installed RH8 over RH7. Is there any way to fix the mbr other than doing a fdisk /mbr if I dont have any winXP rescue disk or boot floppy?
If the /mbr is cleaned up how do I reconfigure the grub in linux again? Configure grub.conf manually?
Win XP resides in /dev/hda1 HPFS/NTFS bootable
RH 8.0 resides in /dev/sda1 EXT3 bootable also
grub.conf
default=1
timeout=10
splashimage=(hd2,0) /grub /splash.xpm.gz
title Red Hat 8.0 Linux(2.4.18-14)
root (hd2,0)
kernel /vmlinux-2.4.18-14 ro root = label = /
initrd /initrd-2.4.18-14.img
title WinXP
rootnoverify(hd0,0)
chainloader +1
Could it be that the old boot loader is still residing in the boot sector of my WinXP drive? how do I update the boot loader?
any help or suggestions appreciated.
I just went through this; the problem is that the NT Loader used by XP and LILO/GRUB are not compatible. I used PartitionMagic/ BootMagic (commercial package -- a bit pricey at $60 for software you only use once, but it does work) to set this up:
1) Install XP first
2) Use BootMagic to set up a dual-boot with one pointing at the XP partition and the second once pointing at your RH /boot partition.
3) When you install RH 8.0 there is an "advanced" option under the boot-loader section that allows you to put GRUB into the /boot partition rather than the disk's boot sector. Choose this option.
BootMagic then handles everything properly.
Now if I could just get my ()*&#(%*&@ wireless connection to work!
Okay, I got back the WinXP partition ... next thing is .... how do I reinstall the grub boot loader into the WinXP harddisk MBR without reinstalling my RH8 ?
After fiddling, I've have made some progress about my Dual boot problem with RH 8 & winXP. I re-installed grub to my /dev/hda partition - it passes the initial Grub problem ... but now when it comes to grub stage 1.5 it gives me a error 21. I've check out error 21 is actually selected disk does not exist.. but this really puzzles me cos the available drives are :
/dev/hda - ntfs win XP
/dev/hdb - ext3 RH7.3 but not mounted, meaning that when I type mount in RH8.0 (booted from floppy) it does not show
/dev/sda - ext3 RH8.0
the grub device.map will be
/dev/hda (hd0,0)
/dev/hdb (hd1,0)
/dev/sda (hd2,0)
Does anybody has any ideas wats wrong?
Appreciate any suggestions or help.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.