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.
Got a desktop with two disks. Dsk0: has C: as sole partition where Win2K has resided contentedly for years. Added Dsk1: and used PartitionMagic8 to create partition D: in NTFS which occupies HALF of Dsk1:. Left the other half unused. Then installed Mandrake 9.2; DrakX easily handled the partitioning of the remaining unused space when I selected "Use existing partitions."
I got the impression from the manual that the install would also set up a bootloader automatically to recognize both OS's, so I did nothing about GRUB/LILO. Oops. On reboot I got the dread "L 99 99 99 . . ." Used the Mandrake install CD in "rescue" mode to reinstall "Windows bootloader" and thus revived Win2K. Whew! But what should I have done?
Linux installs so easily, I wouldn't mind doing it again, but I really need sound ADVICE on what to do to make the system dual boot. I'm oblivious whether it's a Win bootloader or the Linus bootloader (LILO/GRUB?). I just want the simplest thing to do.
Grub is pretty easy to use. I like it because if you screw up the configuration files you can still use the grub command line to boot your OS. Make sure you have it install the boot loader in the MBR, not installing on the MBR is the most likely reason for getting the L 99 99 99.... from lilo.
Cool. But is the best procedure to PartitionMagic the current Linux partitions back to a single unused partition and reinstall from scratch, or is there some way of using the 9.2 CD to go into Linux and add the GRUB right now?
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748
Rep:
I wouldn't undo your partitions. I haven't used the mandrake rescue disk since 7.1, but there is a way to do it using a Knoppix cd, so it might work with the disk you have. Basically, you use the cd to boot, mount the partition(s) you need to work on, then use the 'chroot' command, which allows you to pretend you booted your dead system. Once that's ready, it's just a matter of fixing /etc/lilo and running /sbin/lilo. It's not hard, but it's hard to tell you details without exact information on your partitions. You can find most of this stuff by googling or searching LQ a little, though.
You can also install grub in a similar fashion, but I'd probably prefer to get lilo working again, and then deal with another bootloader. There's not usually ever a reason to reinstall Linux, but without some experience, sometimes it's the easiest option. But I most definitely wouldn't undo your partition setup, because there's no reason to. If you decide to reinstall, your next distro will happily find that partition, and it will save you some time and hassle.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.