Multi boot manager for Windows and Linux.

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi Peeps,

I'm looking for a boot manager that will look after my Windows and Linux
installations please.

Regards,
John.
 
Op Wed, 26 Oct 2005 12:25:02 GMT schreef John:
Hi Peeps,

I'm looking for a boot manager that will look after my Windows and Linux
installations please.

Regards,
John.

I use XOSL with Windows XP & Reactos. It isnt under development more, but
it does his job good.

http://www.ranish.com/part/xosl.htm :
XOSL is a graphical boot manager released by Geurt Vos under GPL.
XOSL can dual boot over 30 various operating systems on a single disk.
After XOSL web site www.xosl.org went down I setup this XOSL mirror.
 
Lennart said:
Op Wed, 26 Oct 2005 12:25:02 GMT schreef John:




I use XOSL with Windows XP & Reactos. It isnt under development more, but
it does his job good.

http://www.ranish.com/part/xosl.htm :
XOSL is a graphical boot manager released by Geurt Vos under GPL.
XOSL can dual boot over 30 various operating systems on a single disk.
After XOSL web site www.xosl.org went down I setup this XOSL mirror.

Unfortunately, that doesn't work with NTFS partitions.

Regards,
John.
 
John said:
Unfortunately, that doesn't work with NTFS partitions.

Regards,
John.

Yes it does. I've used it to dual boot a friend's PC into Win2K (NTFS) or
Win98 (FAT32).
 
Under XP the "book solution" is to:
- install GRUB or Lilo the the root of the boot partition
- copy the boot sector to a file under XP
dd if=/dev/hda2 of=whatever/Linux.bin bs=512 count=1
which can be done under XP using freeware program "dd.exe"
- move that file to XP's root
- modify (hidden-system) "boot.ini" by adding as a last line
something like c:\Linux.bin="Linux"
When your system boots to XP you'll be greeted with a boot menu
including both XP and Linux. Works well and doesn't mess with the
"normal" operation of the system. Google for: grub-w2k-HOWTO.html for
more detail.
 
Are you able to get in touch with Geurt Vos? I would like to boot four
Windows installation from a single hard drive with all partitions formatted
as NTFS, however I can not load XOSL onto an NTFS partition. I am would
like to know how big an update would be needed to enable XOSL to load onto
an NTFS drive. I would really appreciate this update.
 
Duddits said:

I like GAG because it is absolutely straightforward. I've had all sorts
of trouble installing stuff like Grub to the MBR - you wouldn't believe
the amount of times that Grub has hosed my XP partition. The trick is to
install Grub/Lilo to the partition where you have installed the new OS,
and then get GAG to boot up the relevant partition.

An alternative solution is not to multiboot at all, but to have
different machines for different OSs. Yes, I know it might seem that I'm
being too obvious for words, but the point is: do you really want to
risk hosing your main machine to install another OS? Get a test machine
and a KVM switch. I run a second-hand computer that I bought from
www.itdealers.co.uk . They're currently selling a Compaq Deskpro ENS
PIII-866 Base Units for £64.63, for instance. Buy a KVM switch (about
£30), and you've got yourself a nice little extra PC for under £100. You
might want to slap in some more meory and a graphics card, which
admittedly pushes up the price. OK, so it's not the latest and greatest
PC, but I run Ubuntu on my 800MHz machine. I got rid of Gnome, and
currently use the ratpoison windows manager, and it runs quite fast (it
doesn't particularly like Gnome, though, it has to be said). I can run
both machines at once, and switch via the KVM.
 
John said:
Yes it does. I've used it to dual boot a friend's PC into Win2K (NTFS) or
Win98 (FAT32).
The instructions that come with the program state it doesn't work on
NTFS partitions and I have one NTFS partition and one Linux partition.

Regards,
John.
 
Hi Peeps,

I'm looking for a boot manager that will look after my Windows and Linux
installations please.
Have you looked at Smart Boot Manager?

From the web page :
"Smart Boot Manager (SBM) is an OS independent and full-featured boot
manager with an easy-to-use user interface. (snip)
The main goals of SBM are to be absolutely OS independent, flexible and
full-featured. It has all of the features needed to boot a variety of
OSes from several kinds of media, while keeping its size no more than
30K bytes. In another words, SBM does NOT touch any of your partitions,
it totally fits into the first track (the hidden track) of your hard
disk!
SBM now supports booting from floppy, hard disk and CD-ROM. There are
plans to support ZIP and LS-120 in the near future.
Smart BootManager is totally FREE! ...."

http://btmgr.sourceforge.net/about.html

I originally noticed it tucked away in a Fedora distro CD.
 
Yes it does. I've used it to dual boot a friend's PC into Win2K (NTFS) or
Win98 (FAT32).
Works for me too...booting w98se on Fat32 and WinXP on NTFS.

There was an article on the web about some guy who used XOSL to boot
32 different OS's...a Google should find it.

I'd recommend setting up XOSL on its own ( small ) dedicated partition
as this prevents it being overwritten by thuggish OS installations.

Regards,
 
Op Wed, 26 Oct 2005 20:14:59 +0100 schreef M:
Are you able to get in touch with Geurt Vos? I would like to boot four
Windows installation from a single hard drive with all partitions formatted
as NTFS, however I can not load XOSL onto an NTFS partition. I am would
like to know how big an update would be needed to enable XOSL to load onto
an NTFS drive. I would really appreciate this update.

No, sorry, i don't know him personally. And i've no idea how much it cost
to make it work on NTFS.
 
Are you able to get in touch with Geurt Vos? I would like to boot four
Windows installation from a single hard drive with all partitions formatted
as NTFS, however I can not load XOSL onto an NTFS partition. I am would
like to know how big an update would be needed to enable XOSL to load onto
an NTFS drive. I would really appreciate this update.

The solution to this is to mount XOSL on its own partition ( as
available in the installation routine ) on an unformatted drive.
This will show up as a 'non dos' partition.
If using a disk imaging utitlity to copy XP onto a new drive you will
need to first access XP's Boot.ini file to change the partition number
that XP boots from ( MS has a knowledgebase page about this ).

Regards,
 
Back
Top