I chickened out from the update when I saw this unexpected info, but I’m sure this is elementary for those of you have have updated to 11.4 and beyond.
The OSS 11.4 DVD offered to upgrade one partition:
System | Partition | Architecture | File System
OpenSUSE 11.3 - /dev/sda6 - x86_64 - Linux native (ext4)
Which is a 20GB partition as opposed to my home partition which is ~597GB. When I chose to see the rest of the linux partitions, it showed me this:
unknown linux - /dev/sda7 - unknown - Linux native (ext4)
which is my home partition. I probably haven’t done this open enough which is why I don’t understand the “unknowns” for my home partition. I’ll go ahead with the update offered by OSS 11.4 if you guys say it’s OK.
Download, untar, install and run the bash script within. Install just means copy the script to some place in your path like /home/your_name/bin for instance and run. Then post the output for us to see here. Another good thing to see is the output from the following commands:
> which is my home partition. I probably haven’t done this open enough
> which is why I don’t understand the “unknowns” for my home partition.
> I’ll go ahead with the update offered by OSS 11.4 if you guys say it’s
> OK.
My guess, till you provide the info jdmcdaniel3 requested, is that it
doesn’t know what that partition is for, which is good, it is not a root
partition of some Linux. It matches with what you say that it is a home
partition.
But that is only a guess for the moment.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
Well, you ask it to tell you if it sees more Linux partitions on your disk(s). Then it tells you it sees one more: sda7. You say that sda7 is normaly used as your */home *partition. I see no contradiction here. And when you also think that there are no more Linux partitions, then that fits your expectations exactly
Please tell me what is the correct syntax for running findgrub. From terminal I tried:
linux-jooj:/home/randolph/bin/findgrub-3.6.2 # findgrub
If 'findgrub' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf findgrub
sorry, Henk, the code button(#) is not there for quick replies, so I forgot about it.
I do not understand what is going on now. You more or less asked about the fact that beside your system (root, /) partition, one other Linux partition is found. Which is perfectly normal because you say yourself you have one, namely for your /home.
Are you still wondering why it says “unknown” for the installed OS and also"unknown" for the kernel on it? They are of course not on your /home partition! Thus they are unknown (maybe an “unavailable” or “not applicable” would also express this).
randolph@linux-jooj:~/bin/findgrub-3.6.2> /home/randolph/bin/findgrub
Root User Permissions are required, Please Enter the ...
root's password:
Find Grub Version 3.6.2 - Written for openSUSE Forums
- reading MBR on disk /dev/sda ... --> Legacy GRUB found in sda MBR => sda6 0x83 (openSUSE)
- searching partition /dev/sda1 (NTFS) ... --> Windows NT/2K/XP Loader found in /dev/sda1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can add the following entry to /boot/grub/menu.lst :
###Don't change this comment - YaST2 identifier: Original name: WindowsBootLoader###
title Windows on /dev/sda1
rootnoverify (hd0,0)
chainloader +1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- reading bootsector /dev/sda2 * (Extended) ... --> Legacy GRUB found in /dev/sda2 => sda6 0x83 (openSUSE)
- skipping partition /dev/sda5 (swap)
- reading bootsector /dev/sda6 (LINUX) ... --> Legacy GRUB found in /dev/sda6 => sda6 0x83 (openSUSE)
- reading bootsector /dev/sda7 (LINUX) ...
- reading MBR on disk /dev/sdb ...
- reading bootsector /dev/sdb1 (Extended) ...
- reading bootsector /dev/sdb5 (LINUX) ...
********************************************************************************
WARNING: /dev/sdb is NOT in /boot/grub/device.map
Displayed BIOS device mapping may be incorrect!
********************************************************************************