LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can't choose to install LL besides the existing OSs
#11
Ok, so I made everything new as far as I know and Win7 is also already on.
But there's still no option to install it besides the existing OS.
It sais remarkably, that it there isn't any existig OS yet, and that's why it only shows to wipe the disk before installing (and the "something else" option of course).

When I go to "something else", it shows the partition structure. But there is /dev/sda (no space), then "Free space" (it says the amount of the whole hard disk although Win7 is already on it), and /dev/sdb (also no shown space)

Going on Win7 Partition tool, there are two partions shown.

Any advice on how to go on?



Reply
#12
(04-28-2014, 01:46 PM)Jonas link Wrote:Ok, so I made everything new as far as I know and Win7 is also already on.
But there's still no option to install it besides the existing OS.
It sais remarkably, that it there isn't any existig OS yet, and that's why it only shows to wipe the disk before installing (and the "something else" option of course).

When I go to "something else", it shows the partition structure. But there is /dev/sda (no space), then "Free space" (it says the amount of the whole hard disk although Win7 is already on it), and /dev/sdb (also no shown space)

Going on Win7 Partition tool, there are two partions shown.

Any advice on how to go on?

What you described (the installer not seeing that another OS is already installed) can happen sometimes if the hard disk at some point in time was partitioned using GPT partitions instead of MBR partitions.  Sometimes there is stray GPT data present on the disk after you change to using MBR partitions (which is what you had on there from last screenshot).  That can happen if the drive used to be in a MAC computer, or if the drive had been used in a newer computer with UEFI firmware and Windows was installed to GPT partitions at some point in the past.  Not sure if that's what's going on, but it sounds like it.

Boot the computer with your live Linux Lite DVD/USB.
  • Open GParted -- Menu -> System -> Partition Drives
  • Take screenshot of the hard drive (/dev/sda)
  • Hit save and rename screenshot to gpartedA
  • If you have another drive, switch to that in upper right corner of GParted
  • Repeat screenshot & save procedure for the other drive, rename to gpartedB
  • Attach the screenshot(s) to your next post using the button "Insert Image" button (1st on left above smiley faces)
  • If can't attach screenshots, upload them here and post the link to them with your post.
.

In addition to screenshots, open a terminal and post back the output from following commands:
Code:
sudo parted /dev/sda print
Code:
sudo fdisk -l
Code:
sudo blkid -c /dev/null
Try Linux Beginner Search Engine for answers to Linux questions.
Reply
#13
If I push the insert image button, it asks me to write something...
I upload it via this website:

gpartedA http://ibin.co/1KbJuvTKdEtC
gpartedB: http://ibin.co/1KbKMiI7X406
gpartedB_details: http://ibin.co/1KbKXKRlnzRt
commands_page1: http://ibin.co/1KbKpkXZdh30
commands_page2: http://ibin.co/1KbL6bqXxUWD

Well, the hard disk of this computer is inside of that and was never part of another computer. There was also never a MAC involved. But as you mentioned, one thing to remark is maybe, that it was delivered with Win XP on it, and I upgraded it recently to Win7 Pro (32bit). Then I found out that my netbook got even slower than before and thats the reason why I install Linux now.

By typing in your first given command, It asked me something remarkably (if it has a GPT partition because it pretends to be but doesnt look like - it asked me if so - i have not really a clue and answered 'yes' ). But you see it in the screenshot.
Reply
#14
I just read that Win7/32 is able to read and write on GPT partitions but not to boot..
Reply
#15
Well, I have no idea how stray GPT data ended up on your disk, but we'll remove it and that should solve the problem.

Note:  The commands below must be entered without any mistakes, so your best bet is to copy them from here and paste them into the terminal rather than trying to type them out.

Another Note:  You can stay logged in here and keep these instructions visible in Firefox as you perform the steps.  While Firefox is open to these instructions you can copy/paste commands shown here into the terminal when you get to those steps.

*** Boot computer with your live Linux Lite DVD/USB.  (Make a note of whether you are using the 32-bit or 64-bit version.  You'll need to know that for a step below.)

*** Get a spare USB stick that you can save files on and keep it handy.

*** Open a terminal and copy/paste the following command into it and hit enter.
Code:
sudo sfdisk -d /dev/sda > /home/linux/Desktop/parts.txt

*** That made a backup copy of your partition table and put it in a file called parts.txt on the Desktop.

*** Put your USB stick in the computer and copy that parts.txt file to it for safe keeping.


I'm going to walk you through commands for using a utility called fixparts to get rid of the stray GPT partition data.  For reference, this is the site for fixparts and I'm just adapting instructions from there to your particular situation:  http://www.rodsbooks.com/fixparts/.

*** Now, open Firefox web browser and go to this page:  http://sourceforge.net/projects/gptfdisk...-binaries/.

*** Download and save fixparts_0.8.8-1_i386.deb if you are using 32-bit Linux Lite.

Or

*** Download and save fixparts_0.8.8-1_amd64.deb if you are using 64-bit Linux Lite.

*** Close Firefox.

*** Go to where you saved fixparts file and double-click it.  A program called GDebi Package Installer will then open file and ask if you want to install it.  Tell it to install program and when it finishes you can close GDebi.

*** Now open a terminal again and enter this command to start the fixparts utility:

Code:
sudo fixparts /dev/sda

Quoted from the fixparts web site:  "...some utilities can be confused by the presence of both MBR and GPT data. Thus, FixParts checks for this condition when it starts. If it finds leftover GPT data, it warns you of this fact and asks you what to do:"
  • NOTICE: GPT signatures detected on the disk, but no 0xEE protective partition!
    The GPT signatures are probably left over from a previous partition table.
    Do you want to delete them (if you answer 'Y', this will happen
    immediately)? (Y/N):

*** If it asks you to delete GPT signatures, type y for yes and it will immediately delete the stray GPT data.

Then type q to quit the program.  Don't do anything further with the Fixparts program and if for some reason it asks you to save any changes (it shouldn't) -- answer NO.


*** Now, shutdown your live Linux Lite session and remove DVD/USB when done.

*** Boot computer into Windows to make sure it still works. 

*** Assuming it does, use Windows Disk Management utility to shrink the Windows partition if you need to.  (Don't know if you installed Windows to the whole disk or not.)  Don't shrink it so much that it has no room to grow -- leave at least 20GB more room than it's files already have taken up on the drive.

*** When done, shut down Windows and boot up again with your live Linux Lite DVD/USB.

*** You should now be able to perform installation normally.  Choose "Along side Windows" if you want the installer to make the partitions for you.  Choose "Something else" if you want to make the partitions yourself.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply
#16
Hello!

What I'm about to say isn't really all that relevant here. It's just my $.02 worth.

Most netbooks only have one DDR2 RAM slot, meaning a maximum of 2 GB RAM. They usually ship with 1 GB RAM, which is why they shipped with 7 Starter pre-installed.

7 Professional - even 32-bit - just can't run well on 1 GB RAM. Even with 2 GB RAM, you still need a 3-4 GB swap file with 7 Professional to have it perform at its best.

FWIW, I run 8.1 Pro on my 2 GB netbook, and it isn't bad - depending on what I do...

73 DE N4RPS
Rob


 
[Image: EtYqOrS.png%5D]

A gun in your hand is worth more than a whole police force on the phone.
Reply
#17
After I did that with fixparts, it told me that 0xEE doesn't start in sector 1 and that it could cause problems.
Can I fix that also?
Reply
#18
(04-29-2014, 08:39 AM)Jonas link Wrote:After I did that with fixparts, it told me that 0xEE doesn't start in sector 1 and that it could cause problems.
Can I fix that also?

That is the partition type code for something called a protective MBR (used by GPT disks) and that should be fixed when running fixparts -- but may not register until a reboot.  After reboot disk should be fine.  Go ahead with installation now.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply
#19
It still doesn't work.  >Sad

After I did exactly as you explained, I rebooted, and it hung up:
http://ibin.co/1KjdkMC85xJk
http://ibin.co/1KjdquhcRL6T

On the third try, It worked. I did the installation process and - Hooray! it offers me to install it besides Windows! -
Hung up then. (I think, it just stopped due to errors as I noticed on second try the log terminal - everything else still worked.)

Second try it stopped again and I noticed the tiny 3-line-terminal which provides a log. Here an extract of it:
http://ibin.co/1KjesbdW69Vt
http://ibin.co/1KjezA90RTdW
http://ibin.co/1Kjf620f5zkD

Then, I tried if I could install manjaro besides windows successfully, but there it doesn't offer me the option to install it besides. Then I tried to give him a partition of the free space but in the beginning of installing it said (I translate): "Base-datasystem doesn't exist. Crucial fault (abortion)".

Then, I tried it with Lubuntu and it offered me (as before I posted my problem here) to install it besides Windows. I did and the installation process was without any fault.

Any other ideas?
Reply
#20
By the way, the hard disk itself is fine - I did today a disk check and there were no corrupt elements.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)