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

    • Good. I hope more people sue them for focusing on this worthless junk.
    • How about fire the guy who approved all the bad decisions? The guy who bought these studios in the first place? Oh wait, Satya is safe with his billions while the workers pay the price.
    • This had nothing to do with games. This is all about management wanting to squeeze as much money from Xbox to keep Microsoft's AI ambitions afloat. Someone has to make money to burn on AI.
    • GeekBook X16 Pro Intel Core Ultra 9 thin and light laptop gets a 17% discount by Steven Parker GEEKOM is back with a 17% discount on its top-of-the-range X16 Pro laptop. You may remember that we reviewed the X14 Pro back in February, which marked GEEKOM's debut into the ultrathin laptop segment. You can view the full specs below. GEEKOM X16 Pro Model NX14CM Dimensions 322.58 × 213.36 × 5.8 mm (12.7"L x 8.4"W x 0.23"T) Weight 997 g / 2.2 lbs Material Unibody Magnesium Alloy CPU Intel Ultra 5 125H (14C/18T, 24MB L3, 2.3-5.1 GHz, TDP 20W) Intel Ultra 9 185H (16C/22T, 24MB L3, 2.3-4.5 GHz, TDP 35W) Graphics Intel Arc graphics 8 Xe-cores @ 2350MHz 1024 shading units/stream processors (128 CUs), 8 Raytracing Cores, 64 texture mapping units, and 32 ROPs NPU Intel AI Boost, 11 TOPS / Up to 33 TOPS (CPU+NPU+GPU) Memory 32GB Dual-channel LPDDR5x 7467 MT/s Micron SODIMM Storage 1 x M.2 2280 PCIe Gen 4x4, Wodposit 1TB, 2 TB Display 16.0" IPS LCD, 2560 × 1600 (16:10) 100% sRGB, 120Hz Refresh Rate Camera 2MP 1080P 1 × Light sensor in camera module 1 × LED indicator in the camera module Windows Hello Support: No Mic 2 x Digital Mics integrated in the camera module Speakers 2 x 3813 (4Ω×2W) built in body Audio Codec: ALC269QN-VC3-GR Certificate: DTS: X Ultra Operating System Windows 11 Pro 25H2 Bluetooth Bluetooth 5.4 Wireless LAN MediaTek MT7922 M.2 Wi-Fi 6E LAN card Left I/O ports 1 x HDMI 2.0 2 x USB4 (40 Gbps) Right I/O ports 1 x USB 3.2 Gen 1 Type-A (5 Gbps) 1 x 3.5 mm Audio jack 1 x Camera Privacy Shutter Keyboard 78Key 1.2±0.2mm / Height 3.5±0.2mm (with backlight) White LED light in Caps Lock and Fn key Language: Default US Touch Pad Dimension: 120 x 71mm Material: Mylar Position: Middle Interface: I2C, Dualpoint button Dock Input port: 1 x Type-C 2 x USB 3.0, 1 x RJ45 1 x PD 1 x HDMI (Bio) Security Fingerprint sensor (in the power button) SD Card slot No Kensington Lock No Battery 77Wh (Input 20V, 3.25A) Power 65W PD GaN Fast Charge, USB-C to USB-C Warranty 2 years (Early Bird 1+1 Years) Deal price $1119.67 The X16 Pro is powered by the Intel Ultra 9 185H, which was released in Q4 2023 and is a 14th Gen Meteor Lake CPU designed for laptop/mobile using the Intel 4 architecture based on a 7nm process. The Ultra 9 185H features 16 cores and 22 threads running at up to 5.1 GHz. It also includes a dedicated NPU utilizing Intel AI Boost at 11 TOPS. On the graphics front, the 185H includes the still fairly capable ARC Graphics (not to be confused with the newer ARC 140T) integrated GPU with a max GPU frequency of 2350 MHz across 8 Xe-cores. It has been said that the iGPU is equivalent to the NVIDIA GeForce 3050 and GTX 1650 in gaming and synthetic benchmarks. Other highlights include an AMOLED display, LPDDR5x memory at 7467 MT/s, WiFi 6E, Bluetooth 5.4, and a fingerprint sensor built into the power button. AI PC? Although the Intel Core Ultra 9 185H includes a dedicated NPU, it's only 11 TOPS; therefore, it does not qualify as a Copilot+ PC. However, it can reach up to 33 TOPS with a combination of NPU, CPU, and GPU. As I said, although we only reviewed the X14 Pro, the unboxing is the same for the X16 Pro, which I noted in my review. The packaging is quite a nice experience. The outer box houses the X16 Pro box with a small compartment that contains the 5-in-1 Dock ($40 value), which appears to be an "Early Bird" inclusion. Upon removing the box cover, the X16 Pro is revealed sitting in a cardboard compartment with two small booklets of documentation. To the left of the X16 Pro are two cardboard compartments containing the 65W charger and Type-C USB cable. What’s In The Box 1 x GEEKOM X16 Pro Ultra-thin Laptop 1 x Type-C to Type-C cable 1.8M 1 x 65W GaN PD Fast Charger 1 x Warranty Card 1 x Thank You Card 1 x User Guide All products sold by GEEKOM receive a 3-year free Warranty from the date you receive the product. If needed, you can RMA or return locally relative to your region (the U.S. has a U.S. warehouse, mainland E.U. has a German warehouse). GEEKOM X16 Pro at GEEKOM U.S. for $1,119.67 was $1,349 (17% off) Use coupon code NWGBX1617 when checking out. This flash deal expires on July 2. Huge Summer Sale As a reminder, yesterday GEEKOM kicked off their Huge Summer Sale, in which there are deep discounts on a range of other GEEKOM products. From June 15 to June 30, the GEEKOM Official Store will be running its Summer Sale, with discounts starting from 15% off across the entire lineup, up to 50%! This is their biggest promotion of the year so far, offering pricing that is even lower than select Prime Day deals. You can check out the discounts at the dedicated Summer Sale landing pages below. GEEKOM U.S. Summer Sale GEEKOM U.K. Summer Sale While the Summer Sale ends on June 30, this deal will remain active until July 2.
    • We are reached to the point that apple looks affordable and better choice than anything else, in what dystopia are we living in....
  • 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
      519
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      110
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      71
  • Tell a friend

    Love Neowin? Tell a friend!