New to Linux: Dual Booting


Recommended Posts

Hey,

Sitting here in the early hours trying to kill some time.

I find a website containing some Linux information and a few links to various distros. I heard so much about Ubuntu i decide to download it and create a CD.

Currently I'm using Windows XP - Service Pack 3 but I'd really like to Dual Boot with Linux. I have Partition Magic 8 installed, ready to split up my main drive into

two, one for Windows and one for Ubuntu. But before i attempt anything, I'd like to know if this is as straight forward as i imagine it - Install Ubuntu on the new partition, i get a choice of OS every time i boot and nothing else or is there anything i need to take note of ?

Thanks (Y)

Link to comment
https://www.neowin.net/forum/topic/635836-new-to-linux-dual-booting/
Share on other sites

You don't even need to use partition magic, Ubuntu include by default GParted, witch is much more powerful and the Ubuntu installer come with a partitioning tools too. Dont worry about dual booting, if it succeed to configure it correctly (on 95% of system configuration it will work by default), it will just work.

By the way, to install linux, you have to make 2 partition, a root partition (en etx3) and a swap partition (virtual memory) in "linux swap" format.

As a sort of follow-up to Elv13, I would recommend you first play with the livecd. If you find that all your hardware works, then go about installing it. As mentioned, you need (at least) a root partition (the linux equivalent of c:) and a swap partition. These are done for you if you choose the "guided install" which will automatically resize the XP partition and create the necessary partitions for your install ( shown here ) . So no worries, everything you need is on that one cd ;)

Just got back from trying the LiveCD and everything seemed to work perfectly.

So now i just choose to install Ubuntu on to the HDD from the Disc, select Guided Install and create the two partitions without it messing up my XP install.

Then i should be up and running?

Yep, thats just about it! I would strongly urge you to learn the ins and outs of the operating system, though. It is rather intimidating at first but so very rewarding in the end. There is quite a bit that can be learned and it can greatly improve your linux experience, as well as your overall computer knowledge ;).

edit: oh, and one more thing: if you're running into problems, chances are, you aren't alone, and chances are, someone has found a solution. Google is your friend.

Okay,

It's up and running, works like a dream. I had some problems during the install, the installation froze during the partitioning, so instead of a 100GB slice, it just mashed the frozen and the new installation together to a 200GB slice partition. Not a big deal, but gotta see if i can correct it.

But are there any Linux 101 guides i can sit down and read through or should i just learn as i go along here? I'm not planning on using it for very much, some web browsing, checking emails and generally playing around.

Thanks for all the help though (Y)

Then i might as well go ahead and ask the question here.

I need to install Flash Player for Firefox, but i have no experience in using Terminal. I download the file and extract the "install_flash_player_9_linux" to my desktop and the guide is telling me to "In terminal, navigate to this directory" but how do i do this?

Thanks

Ubuntu?

Just browse to a site that uses Flash. It will prompt you to install. Click. Done. :)

Yes indeed, but make sure you don't click the "click here to install flash player" in the youtube window. Instead, click the "install missing plugins" in the firefox toolbar that appears. This will allow the package manager to do it for you. Follow the series of "Next" buttons, enter your password, and you're done!

OR

[sysmin@Fedora8 Download]$ locate flashplayer.so
/usr/lib/firefox-2.0.0.12/plugins/libflashplayer.so
/usr/lib/firefox-2.0.0.13/plugins/libflashplayer.so
/usr/lib/firefox-2.0.0.8/plugins/libflashplayer.so
/usr/lib/flash-plugin/libflashplayer.so
/usr/lib/mozilla/plugins/libflashplayer.so
/usr/lib/mozilla/plugins-wrapped/libflashplayer.so
/usr/lib/mozilla/plugins-wrapped/nswrapper_32_32.libflashplayer.so
/usr/lib/opera/plugins/libflashplayer.so
[sysmin@Fedora8 Download]$ 

[sysmin@Fedora8 Download]$ su -
Password: 
cd[root@Fedora8 ~]# cd /root/Download/install_flash_player_9_linux
[root@Fedora8 install_flash_player_9_linux]# ./flashplayer-installer 

Copyright(C) 2002-2006 Adobe Macromedia Software LLC.  All rights reserved.

Adobe Flash Player 9 for Linux

Adobe Flash Player 9 will be installed on this machine.

You are running the Adobe Flash Player installer as the "root" user.
Adobe Flash Player 9 will be installed system-wide.

Support is available at http://www.adobe.com/support/flashplayer/

To install Adobe Flash Player 9 now, press ENTER.

To cancel the installation at any time, press Control-C.



NOTE: Please exit any browsers you may have running.

Press ENTER to continue...



Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/opera/

WARNING: An older version of the Adobe Flash Player has been detected in
		 /usr/lib/opera//plugins.
		 The installer will overwrite this existing binary.



----------- Install Action Summary -----------

Adobe Flash Player 9 will be installed in the following directory:

Browser installation directory = /usr/lib/opera/

Proceed with the installation? (y/n/q): y

Installation complete.


Perform another installation? (y/n): y

Please enter the installation path of the Mozilla, Netscape,
or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/firefox-2.0.0.13/		

WARNING: An older version of the Adobe Flash Player has been detected in
		 /usr/lib/firefox-2.0.0.13//plugins.
		 The installer will overwrite this existing binary.



----------- Install Action Summary -----------

Adobe Flash Player 9 will be installed in the following directory:

Browser installation directory = /usr/lib/firefox-2.0.0.13/

Proceed with the installation? (y/n/q): y

Installation complete.


Perform another installation? (y/n): n


Please log out of this session and log in for the changes to take effect.


The Adobe Flash Player installation is complete.

[root@Fedora8 install_flash_player_9_linux]#

This is turning out much easier than i had anticipated,

I was on YouTube clicking the link, didn't notice the Plugin Installer at the top.

My god, Linux is so much better than i had expected, everything seems to run so smooth, feels like a quality product you are using - Can't believe It's free :laugh:

Next time I'm doing PC Spring Cleaning, Windows is getting the kick. I rarely ever play games no more, only browse the net, check Emails and listen to Music, what's the point in using anything else then.

I just need to use it some more, to learn all the little 'techniques', specially this Terminal is gonna take some time - Even though most tasks can be done by other means?

Little side question, where can i get an easy overview of my Computer Specs - Like right clicking on "My Computer" in Windows?

Thanks for the help, all of you - Really appreciate it (Y)

nice to see you are pleased. there will be some quirks when you go through doing things but when you pass them it feels rewarding :) all major distros try to help user now to do things without terminal access. but it is needed at some step . nothing major :)

and everyone here are ready to help you :) Enjoy.

press ALT+ F2 and type gnome-system-monitor (it will auto complete,) you should see basic config of your sys.

Oh well, there's always gonna be 'problems' and new stuff to learn when you switch OS.

If anything goes wrong, Neowin is not many clicks away :p

The Gnome-System-Monitor was perfect, but i installed the 64Bit version of Ubuntu, shouldn't it be able to see all 4 GB of ram?

( Not that i effects my, really - Just something i noticed )

OR

Just use apt.

It doesn't have to be so hard.

:blink: Kyro's post almost scares me away, and I have used 100% Linux (no Windows) on my PC for over 5 years!

Even apt/synaptic is more work than just clicking the firefox plugin prompt. ;)

:unsure: Because you use SHIFT + 2 to make "@" on most keyboards. Not CTRL+ALT. :unsure:

Since he's from Denmark he's presumably using the Danish keyboard layout, on which the @ is typed by using AltGr+2.

MichaelBL: Have you checked the language settings (under System) and made sure you're using the correct keyboard layout for your locale?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • PDF Shaper 15.6 by Razvan Serea PDF Shaper is a set of feature-rich PDF software that makes it simple to split, merge, watermark, sign, optimize, convert, encrypt and decrypt your PDF documents, also delete and move pages, extract text and images. The program is optimized for low CPU resource usage and operates in batch mode, allowing users to process multiple PDF files while doing other work on their computers. PDF Shaper is available in three editions - Free, Premium and Ultimate. Compare and pick edition which is suitable for you. Compatible with Windows 7, 8, 10, 11. Features: Convert PDFs to Word, text, or image files (and vice versa) Merge, split, and watermark documents with precision Insert, move, delete, rotate and crop pages/ranges Rename and organize PDF collections efficiently Encrypt with advanced AES password protection Apply multiple digital signatures for documents Extract text, images, or complete pages from any PDF Benefits: Easy-to-use, intuitive user interface Low CPU resource usage during any process, including conversion Free for personal use and for any non-commercial organization Supports Unicode characters Supports batch processing for any operation Small installation size PDF Shaper 15.6 changelog: Improved overall program performance. Improved image rendering in all tools. Improved XMP information extraction. Improved compatibility with ARM64 systems. Improved DOC to PDF conversion: Improved support for font files. Improved support for picture cropping. Improved support for list formatting. Improved support for text line spacing. Download: PDF Shaper 15.6 | 8.0 MB (Free for personal use only) Link: PDF Shaper Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yeah, this is absolutely nothing new and EA have done it before. Burnout Paradise, released in 2008, had dynamic advertising billboards that were updated via the internet and targeted people based on location and what EA knew about them from their profile. It was particularly notable for the fact that the Obama presidential campaign ran ads in the game, in an attempt to reach a younger audience who didn't watch broadcast TV any more. It was by no means the first though. Battlefield 2142 from 2006 had the same thing. In fact, Neowin wrote a story about it back then. https://www.neowin.net/news/ba...-in-game-ads-clarification/
    • This is obviously aimed at the education where Apple has lost so much ground to Chromebooks in the last few years, but unless they come up with a comparable management system for education why would anyone switch back?
    • Here's how we arrived at that claim: Note that this is just Play Store downloads. The app is also available on the Galaxy App Store
    • Google Play states the app had more than 50 million downloads. What other metric do you suggest should be used?
  • Recent Achievements

    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
    • Veteran
      branfont went up a rank
      Veteran
  • Popular Contributors

    1. 1
      +primortal
      531
    2. 2
      +Edouard
      206
    3. 3
      PsYcHoKiLLa
      130
    4. 4
      Steven P.
      90
    5. 5
      neufuse
      74
  • Tell a friend

    Love Neowin? Tell a friend!