PDA

View Full Version : Best way to Test Linux OS.



donniezazen
February 27th, 2012, 01:21 AM
Hello,

I keep installing different Linux OSs and was wondering what practices other guys prefer to not to mess too much with existing installations.

I want to keep Windows, one stable *buntu, developmental Ubuntu and may be another Linux OS.

I do not like Virtualbox.

Should I just Quadraple boot? The problem with that is I have to mess up with Grub.

Is Chroot the solution? How does it work? It means installing a Linux in another Linux. Do i get the Chroot-ed OS in the Grub menu and it behave separately along with other OSs.

Thanks.

3Miro
February 27th, 2012, 01:25 AM
Chroot mostly gives you a CLI terminal and if you do it right you can run some graphical applications, it is not a way to test another distribution. Chroot is a good way to fix something that is wrong with a current installation.

I have a HDD that I have split into many partitions and I install "experimental" distributions on it. I tell the distributions to install their Grub on their partition as opposed to the MBR, then I have the main distro with the MBR and I just have to enter the new entry (or in your case sudo update-grub).

snowpine
February 27th, 2012, 01:37 AM
I choose one distro and stick with it; this is very difficult for me (I am a born distro-hopper) but it keeps me sane. :)

DeathShot
February 27th, 2012, 03:22 AM
Personally I test all my OS' via a maxed out 32bit virtual machine (quad core processor 4gigs or ram) I make using VMWare Workstation on Windows 7. So far with the exception of Unity 3D everything ran out of the box for me with out me needing to do any extra work, and even Unity 3D and Gnome3 I got working with HWA.

sudodus
February 27th, 2012, 03:36 AM
I test OS distros on separate partitions similar to what is described by 3Miro. But I often try live sessions only, from CD USB and directly from iso files according to this link http://ubuntuforums.org/showpost.php?p=11227153&postcount=349 (http://ubuntuforums.org/showpost.php?p=11227153&postcount=349)

And I have VirtualBox for testing live sessions from iso files, installations, installed systems.

But I have to admit, that the best way would probably be to use a completely separate computer for the testing.

donniezazen
February 27th, 2012, 04:07 AM
I wish I had no desire to try every distro out their but what can I do. I have 5 Linux devices(PC and mobile), so, just imagine how much time I need to cut Linux out for my needs.

Any ways I think I will just quadraple boot. VM does not give same experience.

BTW. Is NTFS best solution for sharing data between Windows and Linux? Does Ubuntu play nice with NTFS?

Thanks.

sudodus
February 27th, 2012, 04:17 AM
...
BTW. Is NTFS best solution for sharing data between Windows and Linux? Does Ubuntu play nice with NTFS?
Thanks.
Yes I think so. I use a separate data partition with NTFS for this purpose.

donniezazen
February 27th, 2012, 04:21 AM
Yes I think so. I use a separate data partition with NTFS for this purpose.

Thanks you.

sammiev
February 27th, 2012, 04:28 AM
I love to play so I use a usb HD to backup my HD bi-weekly. Only takes me 30 min to restore it to what it was. First of all I try the new OS via live CD and if I want more I install it.

donniezazen
February 27th, 2012, 04:33 AM
I love to play so I use a usb HD to backup my HD bi-weekly. Only takes me 30 min to restore it to what it was. First of all I try the new OS via live CD and if I want more I install it.

Ubuntu is developed in fast pace which makes stable, development and windows triple boot necessary. I might try other OS like Arch and Slackware.

DeathShot
February 27th, 2012, 04:48 AM
Aside from having the ability to switch between 5 different operating systems at the blink of an eye, VMs give me the exact same experience. Then again I never used VirtualBox I use VMWare Workstation which is commercial grade software.

As for NTFS Data partitions, it's pretty much the only thing you can do if you want windows to access it as well. It's not that bad, aside from the occasional defrag it works just as well as ext3 or 4.

As for stable, You can always use the stable version of Ubuntu or Debian, and I know plenty of people who don't dual boot windows, and some who only do it for video games. Also don't forget that you are talking about testing distros here, you aren't talking about using. If you don't want to burn a live CD or DVD then that is what VMs are for unless you have partitions to spare, but that just takes so much extra time.