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

    • Remember when the PS2 was banned from export because "its too high tech".. "it could be used for missiles".....
    • Nvidia 610.62 driver lands with big bug fixes and Empulse support by Pulasthi Ariyasinghe There is a new driver available for Nvidia GeForce hardware owners, and it's carrying a whole lot of bug fixes. The WHQL-certified 610.62 Game Ready driver is also adding support for Empulse. Empulse lands from 1047 Games. That may be familiar to first-person shooter fans, as this is the studio that has been behind Splitgate and the Splitgate: Arena Reloaded sequel. This latest FPS entry will land into early access on June 24, and it will have support for DLSS 4.5 with dynamic multi-frame generation and Nvidia Reflex on day one. FIXED World of Warcraft: Gaming stability improvements [5563205] FIXED Apex Legends: Occasional visual corruption after extended gameplay [6239327] FIXED Users may observe DLSS settings being grayed out in certain games after updating to display driver 610.47 [6262805] FIXED Improved gaming stability in multi-monitor configurations when using V-SYNC with DLSS Frame Generation [6158481] FIXED Resolved an issue that could cause jittering or ghosting in some DirectX 11 games when Smooth Motion is enabled [5937897] FIXED Resolved an issue that could cause some games to crash when launched with Smooth Motion enabled [5466398] FIXED [Ada] Resolves a frame pacing issue on certain monitors when G-SYNC is enabled [6226972] FIXED Resolved an issue that prevented the EDID from being read on certain monitors causing them to be identified as "NVIDIA NV-Failsafe” [6005508] FIXED Resolved an issue where certain monitors would not wake from sleep mode [5806798/5635230] FIXED General stability improvements when the system fails to create a new allocation [5449920] Nvidia has only listed a single open issue for this release: “Prefer Maximum Performance” Power Management Mode may not be applied correctly [6007998] The NVIDIA 610.62 driver is now available for download from the NVIDIA app. For those who want to download it directly, standalone links are here. Here are the official release notes (PDF).
    • You could do that in the last 2 updates as well.
    • Bose Ultra Open Earbuds are once again selling at their lowest price by Fiza Ali Amazon is once again offering the Bose Ultra Open Earbuds at their lowest price ever with a limited-time 33 percent discount on their original MSRP, ahead of Father's Day. So, you may want to check it out if you are looking for a gift or if you have been wanting to upgrade your device. The earbuds feature an open-ear design and Bose's OpenAudio technology that should deliver high-quality sound while helping keep audio private. The earbuds also support Bose Immersive Audio, which creates a spatialised listening experience designed to place sound around the listener for a more engaging experience. In terms of wireless connectivity, the earbuds features Bluetooth, Bluetooth Low Energy (BLE), A2DP audio streaming, HFP, AAC, and SBC support. Furthermore, they are compatible with Bose SimpleSync technology, allowing pairing with compatible Bose smart soundbars and speakers. They are also compatible with the Bose App for setup, customisation, and software updates. Moreover, they offer an IPX4 water-resistance rating that should provide protection against sweat and light splashes. When it comes to the battery performance, the Bose Ultra Open Earbuds should provide up to seven hours of battery life on a single charge while a full recharge should take approximately one hour. Specifications Detail Fit type Open-ear Noise cancelling No Microphone Built-in Wireless Bluetooth (A2DP, HFP, AAC, SBC, BLE) Multipoint Yes; 2 devices simultaneously Charging interface USB-C Earbud size 0.73"x0.67" x 1.07" (0.014lb) Case size 1.65"x2.56" x 1.04" (0.097 lb) Materials PC-ABS plastic, metal, silicone, gold plating App support Bose app; adjustable EQ, SimpleSync Audio tech OpenAudio, immersive/spatialized sound Bose Ultra Open Earbuds: $199 (Amazon US) - 33% off Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • After enabling it in about:config, customize, density, compact; the toolbar/address bar gets smaller vertically. I enabled Nova, I notice the tab bar/title bar is a bit larger vertically now? Everything always becomes a waste of space.
  • 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
      510
    2. 2
      +Edouard
      190
    3. 3
      PsYcHoKiLLa
      109
    4. 4
      Steven P.
      89
    5. 5
      Nick H.
      70
  • Tell a friend

    Love Neowin? Tell a friend!