Find the answer to your Linux question:
Results 1 to 10 of 10
Please give me a click by click, key by key guide on how to dual boot suse while you have xp installed, and please to not hold back on the ...
  1. #1
    Linux Newbie
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    143

    need a step by step dual booting guide(more precise than what I have found)

    Please give me a click by click, key by key guide on how to dual boot suse while you have xp installed, and please to not hold back on the details you would give to someone who has a brain the size of a peanut, and I've never done this before either, and I've gotten as far as getting an error message saying something about a Journal been unclean, so please give directions of what to do BEFORE I put the disk in, and I'd like a guide for how to get a working version of 10.3 onto a CD-R, and make it possible to boot it, and IF it's possible to have pictures, then please add those

    now I may be useless when it comes installing Linux, but I'm great with learning coding and remembering it, so I can garuntee that this is the only part will be hard for me

  2. #2
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    Go to the OpenSuse download page.
    Check out either the Gnome or Kde cd isos.
    Make sure that when you burn it, that you do it slowly, I recommend 4x to 10x.
    After that just reboot with the cd in the drive and OpenSuse should do the rest, with you just answering a few questions.
    Suse has always set up a dual-boot with Windows by default.
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by Zirconium View Post
    Please give me a click by click, key by key guide on how to dual boot suse while you have xp installed, and please to not hold back on the details you would give to someone who has a brain the size of a peanut
    Welcome to the forums!

    I've been using Linux for more than 7 years and have never seen any distro installation howto that was that detailed.

    Like budman7 says above, the installer makes the process pretty much a painless experience. Just take your time and follow the prompts during the install. The biggest hurdle for most new users is the partitioning process. I usually make my partitions something like the following:

    Code:
    / (8 to 12 GB with the ext3 filesystem)
    swap (about 512 MB, swap filesystem)
    /home (8 to 12 GB with the ext3 filesystem)
    / is the root partition where all the system files reside.
    swap is used by the system when it gets hungry for more memory and your ram is used up.
    /home is where your user files reside.

    You really don't have to make a /home partition if you don't want one, and your user files will reside on the root partition with the system files.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Linux Newbie
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    143
    Quote Originally Posted by ozar View Post
    Welcome to the forums!

    I've been using Linux for more than 7 years and have never seen any distro installation howto that was that detailed.

    Like budman7 says above, the installer makes the process pretty much a painless experience. Just take your time and follow the prompts during the install. The biggest hurdle for most new users is the partitioning process. I usually make my partitions something like the following:

    Code:
    / (8 to 12 GB with the ext3 filesystem)
    swap (about 512 MB, swap filesystem)
    /home (8 to 12 GB with the ext3 filesystem)
    / is the root partition where all the system files reside.
    swap is used by the system when it gets hungry for more memory and your ram is used up.
    /home is where your user files reside.

    You really don't have to make a /home partition if you don't want one, and your user files will reside on the root partition with the system files.
    ok, may I have a detailed guide on how to make it the same as what you have it as please?

  5. #5
    Linux Newbie
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    143
    Quote Originally Posted by budman7 View Post
    Go to the OpenSuse download page.
    Check out either the Gnome or Kde cd isos.
    Make sure that when you burn it, that you do it slowly, I recommend 4x to 10x.
    After that just reboot with the cd in the drive and OpenSuse should do the rest, with you just answering a few questions.
    Suse has always set up a dual-boot with Windows by default.
    I need more detail on how to burn it, as the last time I tried burning, it always said something about not been able to find something, and that was with the files extracted from and within the iso file(using nero)

    also do I get gnome or kde?

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I need more detail on how to burn it, as the last time I tried burning, it always said something about not been able to find something, and that was with the files extracted from and within the iso file(using nero)
    Do not extract .iso image. Just select Burn Image to Disk option in Nero ( its in Menu ).
    also do I get gnome or kde?
    By default, you will get both.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Linux Newbie
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    143
    Quote Originally Posted by devils_casper View Post
    Do not extract .iso image. Just select Burn Image to Disk option in Nero ( its in Menu ).
    By default, you will get both.
    ok theres more than one nero program, which do I use?

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    All Nero programs have Burn Image to Disk option. I have used Nero Express mostly.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Linux Guru budman7's Avatar
    Join Date
    Oct 2004
    Location
    Knee deep in Grand Rapids, Michigan
    Posts
    3,242
    On the link I provided, there are single cd iso images for gnome and kde.
    As for which one you should get, that is up to you.
    See thispage for more info on burning the cd.
    How to know if you are a geek.
    when you respond to "get a life!" with "what's the URL?"
    - Birger

    New users read The FAQ

  10. #10
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by Zirconium View Post
    ok, may I have a detailed guide on how to make it the same as what you have it as please?
    I don't have any detailed guides. I generally use the guide built into the installer on different distros. They seem to work pretty well for most folks.

    Good luck with your installation and let us know how it goes.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...