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

    • HOLY THREAD REVIVAL   But yes, look for browser.nova.enabled and set it to true
    • 5-year subscription to AdGuard VPN price-dropped now 90% off by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 88% off a 5-year subscription to AdGuard VPN. In the digital age where internet privacy is paramount, AdGuard VPN emerges as an essential tool. This virtual private network (VPN) is your encrypted gateway to the internet, helping your data stay secure and your online activities remain private, regardless of your location. More than just a privacy tool, AdGuard VPN is a robust solution packed with features that cater to a variety of internet needs. Why AdGuard VPN subscription deal over other VPNs: Exhaustive List of Locations: With 60+ locations available worldwide, you have the freedom to connect from anywhere you want, effectively bypassing geographically restricted content. Check complete list of servers here. Advanced Security Protocol: AdGuard VPN uses its own security protocol, guaranteeing a faster and safer VPN connection. This means you can browse, stream, and download with peace of mind knowing your data is secure. Zero-Logging Policy: Rest assured, your personal data is not collected and your internet traffic stays private at all times, thanks to AdGuard's strict zero-logging policy. Simultaneous Connections: Connect up to 10 devices simultaneously, providing protection for all your devices under just one account. Trusted Developer: AdGuard is a renowned name in the world of computer security, bringing their expertise and commitment to privacy and security to their VPN service. What You Get: Up to 10 devices connected simultaneously All locations Light-speed servers Unlimited data No logs policy Trusted developer Available on all platforms Privacy Created by a team from Russia, AdGuard software Limited is headquartered in Limassol, Cyprus. While the country does follow European privacy laws, it's not part of the 5/9/14 Eyes Alliance. Adguard may not properly work in China. Good to know Length of access: 5 years This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Device per license: 10 Access options: desktop & mobile Updates included 5- years of AdGuard VPN normally costs $359.40 without discounts, but it can be yours just $39.97, that's a saving of $324.43 (90%) off. For full terms, specifications, and license info please click the link below. Get this 5-year AdGuard VPN deal for just $34.97 (was $359.40) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • KillerPDF 1.5.1 by Razvan Serea KillerPDF is a lightweight, portable PDF editor for Windows built for users who want full control without subscriptions, installers, or telemetry. It runs as a single executable, making it ideal for USB use and field work. You can view PDFs with smooth PDFium rendering, navigate quickly with thumbnails, zoom, and shortcuts, and reorganize pages using drag-and-drop. It supports merging multiple PDFs, splitting documents, and extracting selected pages. KillerPDF also allows inline text editing with font matching to preserve the original layout, plus annotations like text boxes, freehand drawing, highlights, and reusable signatures. You can search full text, copy content easily, and print documents with flattened annotations. Designed as a free and open alternative to bloated PDF tools, it works fully offline on Windows 10/11 x64. No runtimes install. Everything needed is inside the EXE (targets .NET Framework 4.8, which ships with every supported Windows release). KillerPDF key features: High-quality PDF rendering via PDFium Edit PDF text inline (double-click to modify text) Page thumbnails and fast navigation with zoom and shortcuts Merge multiple PDFs into one Split PDFs and extract selected pages Drag-and-drop page reordering Font matching to preserve original document appearance Text boxes for notes Freehand drawing tools Highlight overlays with adjustable color, size, opacity Undo actions and clear per-page annotations Create, draw, and save reusable signatures Click-to-place signatures anywhere Full-text search with highlighted results Drag-select or Ctrl+A to copy text Print with annotations flattened Portable single-file app (~10 MB) No installer, no admin rights required No account, no telemetry KillerPDF 1.5.1 changelog: Performance Save Flattened PDF now uses multiple CPU cores. Page rasterization is parallelized (PNG encoding runs across cores; the PDFium render step stays serialized since the library isn't thread-safe), so large documents flatten significantly faster while the UI stays responsive (#68). Fixed PDFs that failed to open with "Unexpected EOF" now open (#72). The failure was PdfSharpCore's Flate inflater (SharpZipLib) rejecting the FlateDecode cross-reference stream on multi-revision PDFs - files that open fine in browsers, Acrobat, and Foxit. KillerPDF now detects this and re-opens the file losslessly through PDFium, preserving selectable text. Thanks to @javajon for the report and a detailed reproduction. Grid view renders every page. It was capped at the first 26 pages, so longer documents stopped loading partway through. Tiles also stream in progressively now instead of blocking until the whole document is rendered. Grid Ctrl+Scroll no longer reloads every page when the zoom is already at its limit and nothing would change. Removed a stray horizontal scrollbar (a thin green line) that could appear across the bottom of grid view. Files on UNC / network shares (including the WSL \\wsl$ filesystem) are copied locally before opening, avoiding partial-read failures on network filesystems. Changed Minimum zoom lowered from 10% to 5%, so grid view can pack more columns (helpful for wide/landscape pages) and single-page view can zoom out further. Download: KillerPDF 1.5.1 | 6.3 MB (Open Source) Link: KillerPDF Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • You can enable the Nova redesign in Firefox 152 stable, under about:config.
  • 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
      520
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      111
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!