Opensuse 12.3 KDE 4.10 and freshly installed since yesterday.
I had it working last night, then powered it off and was all ready to abandon Windows today.
Alas, twas not to be.
This morning when I booted up, I get to the green background screen with the gecko and that’s as far as it gets.
I did the “e” at boot up, and the Linux command has nomodeset.
F10 at that point goes back to being stuck.
What can I do to see where it is stuck ?
Maybe one of the safe modes and see how far it gets ?
I am off to take some friends to the airport so I will dig into this later today.
Deep sigh. :’(
The last thing I did last night before powering off were these commands in an effort to improve my Nvidia display.
On 2013-08-14, hextejas <hextejas@no-mx.forums.opensuse.org> wrote:
>
> Opensuse 12.3 KDE 4.10 and freshly installed since yesterday.
> I had it working last night, then powered it off and was all ready to
> abandon Windows today.
> Alas, twas not to be.
I admire your patience.
> This morning when I booted up, I get to the green background screen
> with the gecko and that’s as far as it gets.
Is this openSUSE 12.2 or 12.3? Unless something’s changed, openSUSE 12.3 should have a black background with a green
vine.
> I did the “e” at boot up, and the Linux command has nomodeset.
> F10 at that point goes back to being stuck.
As a matter of interest, what sound card do you have?
Maybe the G03 nvidia driver is not working with your gfxchip either? Bad advice from me then, sorry!:shame: (those integrated chipsets are not listed in the driver’s supported products list…)
Actually if it fails to load, another driver should be used instead, but anyway.
Does recovery mode (under “Advanced Options” at the boot menu) work now for you? It should, after you installed all updates.
If not, do the following in text mode.
So Windows recovery seems to have overwritten your bootloader.
Boot from the LiveCD and try: (in Konsole)
sudo grub2-install /dev/sda
Provided that sda is your hard disk which it should be.
No guarantees though! I never had the need to do that yet with grub2. And I don’t have any Windows after XP on any of my systems either.
Maybe other people have more experience in that case and could answer?
On 2013-08-14, hextejas <hextejas@no-mx.forums.opensuse.org> wrote:
> So, can I do a partial re-install from the LiveCD ? I only want the
> Grub2 menu and links to Linux.
> sda 1~7 with sda1 having a * under boot
> If the make-grub is successful, will it create a new file somewhere
> that I can take a look at ?
>
> Here goes.
Just a very wild guess:
On some installs, like mine, what you have to do is change that boot
mark to where grub is - perhaps sda3 or 4.
It is a wild guess from my part, I don’t know if this is the case, and
if it is, what is your layout. And if it is the case, I also guess that
reinstalling grub will not work.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4, with Evergreen, x86_64 “Celadon” (Minas Tirith))
Being a total Linux newbie, there is something that troubles me.
If I boot from a LiveCD, go to a terminal mode, and run Grub2 commands, would that work correctly ?
Isn’t the LiveCD awareness of disk drives and operating systems limited by the way he is configured.
This might not make sense but LiveCD knows about his psuedo disk drives (RAM) and not the real disks that result from an install.
Does that make sense ?
Anyway, I am still puzzling what to do.
The LiveCD knows about your hard drives (because the kernel recognizes them), but grub2-install didn’t know where the other files were installed I guess.
I’m new for this as well.
Maybe you have to specify “–directory” to grub2-install, and even mount the partition before.
But somebody else should comment on this before, I guess…
By knowing you had Windows installed before and installed openSUSE afterwards, and assuming you did a default install, I would guess that sda6 is your root partition where grub2’s files are.
But that’s really just guessing now…
So try to boot the LiveCD again, run Konsole and enter:
sudo mount /dev/sda6 /mnt
ls -la /mnt
And post back the output please.
Or, what does “ls /” at that grub2 rescue screen exactly say?
AFAIUI it should provide a clue either…