alternative bootloader suggestions?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
viking
Level 1
Level 1
Posts: 19
Joined: Mon Dec 03, 2007 3:23 am
Location: Vancouver Island

alternative bootloader suggestions?

Post by viking »

Last week I installed mint as a dual boot with xp. After using mint for a few days I thought I would select xp from the grub menu just to make sure I could boot into it. Well it wouldn't let me boot into it so I wiped out everything and reinstalled xp. What I would like to do is have a boot loader that won't install into the mbr. With vista I could use easy bcd which was great but I couldn't stand vista so I deleted it and installed xp instead. What would be an alternative I could do/use? I would love to be able to boot into xp and 3 or 4 different distros. Right now I am gun shy to have grub installed on the mbr.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Fred

Re: alternative bootloader suggestions?

Post by Fred »

viking,

WOW!!

I feel for you. To reinstall Windows and all the programs and backup data to be able to boot would be a royal pain. I know it doesn't do any good to say so now but you did a lot of work that wasn't necessary. I would rather be taken out behind the barn and whipped than to have to redo a Windows install from scratch.

The first thing you need to do is download and burn an iso of a program called "Supergrub." I don't have the url handy but you can easily Google it. The next thing you need to do is download and burn an iso of Puppy linux shard 3.01. You can find it on the Puppy linux community website. With these two programs you can fix most of the problems you will ever run into. No need to reinstall Windows to get it to boot.

Actually grub is a pretty good boot loader. I don't know of another boot loader that I would prefer over it. It is reliable and flexible. It can be set up to boot almost any operating system.

If your Windows install is on the first partition of the first hard drive, where it should be, Mint 4 will usually pick it up and configure grub for you. If for some unknown reason it doesn't, you can come back here and I, or some one else, can talk you through fixing it.

If you are left with an unbootable computer and you have no other way of getting online, use the Puppy linux iso live cd you burned. Pop it into the cd drive and reboot. When it comes up set your network with the wizzard and use the browser to return here. Or, use the Supergrub iso cd to boot into one of the operating systems.

Enjoy, :-)

Fred
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: alternative bootloader suggestions?

Post by MagnusB »

Sorry, you are actually asking for something impossible. A boot loader that does not install on MBR? Meaning you want to use the Windows boot loader to boot linux? It is possible, but it is a real hassle. GRUB is about the best boat loader out there, and pretty easy to fix if it is broken....
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
User avatar
Zwopper
Level 10
Level 10
Posts: 3054
Joined: Fri Nov 30, 2007 12:20 pm
Location: Deep in the Swedish woods
Contact:

Re: alternative bootloader suggestions?

Post by Zwopper »

This is an alternative though: http://gag.sourceforge.net/
Image
My artwork at deviantART | My Band - Electric Alchemea
CREA DIEM!

Lenovo U330P | i5 | 16GB | 128GB - SSD | Elemantary OS 0.4
User avatar
viking
Level 1
Level 1
Posts: 19
Joined: Mon Dec 03, 2007 3:23 am
Location: Vancouver Island

Re: alternative bootloader suggestions?

Post by viking »

This computer came with vista preinstalled and I got rid of it and installed xp in its place. Do you think that could be why I couldn't boot into xp from grub? Note grub did pick up xp and vista under other operating systems.
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: alternative bootloader suggestions?

Post by MagnusB »

GRUB is able to boot both Vista and XP, if it does not something went amiss, maybe it did not read your partition table correctly or a ton of other causes.
When dual booting you have to install XP first, then linux, as M$ products never consider the possibility that there might be another OS there...
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
User avatar
viking
Level 1
Level 1
Posts: 19
Joined: Mon Dec 03, 2007 3:23 am
Location: Vancouver Island

Re: alternative bootloader suggestions?

Post by viking »

Thanks for the replies. Yes, I do have xp installed first. I would like to install mint next and if all goes well then I would also like to install mepis as well.
Fred

Re: alternative bootloader suggestions?

Post by Fred »

I know some people really like the looks of GAG but if I were doing it I would stick to grub. Not throwing rocks at GAG but grub is a stable and dependable boot loader that is in wide use and easy to get help with if you have problems. If it were me:

1. I would load Windows on the first drive, first partition.

2. Load Mint on whatever drive and partition you wish and install grub into the MBR of the first drive. It should pick up the windows install and set up a chainload for it.

3. Load Mepis, I believe you said, onto the drive and partition of your choice and install grub into the partition you have the /boot folder for Mepis in. Then you can add the chain load lines in the Mint menu.lst file.

The reason I would install the Mint grub into the MBR is because I like the Mint boot screen. It is clean and classy looking. You can add as many distros as you wish and install their grub into the partition that has the /boot folder in it and chain load them all from the Mint menu by just adding the chain load lines to the Mint menu.lst file.

Example of chainload lines:

title My New Distro
root (hd0,3)
chainloader +1
boot

Before you start installing linux distros I would go ahead and partition and format your system the way you want it. After you install Mint 4 or any other distro that uses UUID, partitioning/formating will change the UUIDs and will cause several very irritating problems.

Enjoy,

Fred
User avatar
viking
Level 1
Level 1
Posts: 19
Joined: Mon Dec 03, 2007 3:23 am
Location: Vancouver Island

Re: alternative bootloader suggestions?

Post by viking »

Fred wrote:I know some people really like the looks of GAG but if I were doing it I would stick to grub. Not throwing rocks at GAG but grub is a stable and dependable boot loader that is in wide use and easy to get help with if you have problems. If it were me:

1. I would load Windows on the first drive, first partition.

2. Load Mint on whatever drive and partition you wish and install grub into the MBR of the first drive. It should pick up the windows install and set up a chainload for it.

3. Load Mepis, I believe you said, onto the drive and partition of your choice and install grub into the partition you have the /boot folder for Mepis in. Then you can add the chain load lines in the Mint menu.lst file.

The reason I would install the Mint grub into the MBR is because I like the Mint boot screen. It is clean and classy looking. You can add as many distros as you wish and install their grub into the partition that has the /boot folder in it and chain load them all from the Mint menu by just adding the chain load lines to the Mint menu.lst file.

Example of chainload lines:

title My New Distro
root (hd0,3)
chainloader +1
boot

Before you start installing linux distros I would go ahead and partition and format your system the way you want it. After you install Mint 4 or any other distro that uses UUID, partitioning/formating will change the UUIDs and will cause several very irritating problems.

Enjoy,

Fred
Thanks for the very thorough reply. I am going to try using GAG first as when I used grub initially I couldn't boot into xp, which created a lot of extra work. Right now I have xp and suse working with GAG.

I was not aware of the partitioning/formatting before installing linux distros. I thought I could do that as I went along with each distro. What sort of problems would this cause?
Fred

Re: alternative bootloader suggestions?

Post by Fred »

Some distros identify partitions with a unique set of characters that is calculated on the initial install. If you later change the partitioning/formatting that unique character set changes. The result is the /etc/fstab file will not be correct and will have to be changed manually for the UUID disto to use the new partitioning/formatting correctly. Ubuntu 7.10 and Mint 4 are two examples of distros that use UUID. More and more distros will be using UUIDs in the future.

Husse has put up a good explanation of UUID on the wiki. I don't have the url handy but you can go to the Mint wiki and find it easily.

Fred
User avatar
viking
Level 1
Level 1
Posts: 19
Joined: Mon Dec 03, 2007 3:23 am
Location: Vancouver Island

Re: alternative bootloader suggestions?

Post by viking »

Fred wrote:Some distros identify partitions with a unique set of characters that is calculated on the initial install. If you later change the partitioning/formatting that unique character set changes. The result is the /etc/fstab file will not be correct and will have to be changed manually for the UUID disto to use the new partitioning/formatting correctly. Ubuntu 7.10 and Mint 4 are two examples of distros that use UUID. More and more distros will be using UUIDs in the future.

Husse has put up a good explanation of UUID on the wiki. I don't have the url handy but you can go to the Mint wiki and find it easily.

Fred
Thanks for the explanation, I might start over and partition everything first, then start installing the distros. I will try grub again then and hopefully it will let me boot into xp this time.
Locked

Return to “Beginner Questions”