F21 Installation Issues - Installation destination partitioning

Joerg Lechner julechner at aol.com
Fri Nov 14 19:57:01 UTC 2014


Hi,
to disable secure boot You have to set a "master" password.
Kind Regards

 

 

 

-----Ursprüngliche Mitteilung----- 
Von: Bidski <bidski at iinet.net.au>
An: test <test at lists.fedoraproject.org>
Verschickt: Fr, 14 Nov 2014 4:43 pm
Betreff: Re: F21 Installation Issues - Installation destination partitioning



 Just tried this again with a completely fresh install. Still not much luck.

It would appear that I am unable to load to nVidia drivers. I keep failing with a "Required key not available" message.
When running startx (after booting with init 3), I also get this error "xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)". I get this while running both "startx" and "sudo startx".


In order to try and circumvent the "Required key not available" error I tried to disable secure boot. However, this option is greyed out in my BIOS/UEFI settings and something I changed is now preventing me from re-entering the BIOS/UEFI settings (will probably need to reset the BIOS/UEFI memory, but that will have to wait for now).


Bidski




----- Original Message -----

From:
 "For testing and quality assurance of Fedora releases" <test at lists.fedoraproject.org>


To:
<test at lists.fedoraproject.org>

Cc:


Sent:
Tue, 11 Nov 2014 07:14:13 -0800

Subject:
Re: F21 Installation Issues - Installation destination partitioning


How to manually install NVIDIA graphics driver

using yum or dnf (I prefer dnf so I will use that)

#dnf clean all
#dnf update
#dnf install gcc kernel-devel dkms

download NVIDIA driver from nvidia.com and cd to the download directory
#chmod +x NVIDIA-XXX.run (the NVIDIA driver, for instance 
NVIDIA-Linux-x86_64-343.13.run)

#vi /etc/modprobe.d/blacklist.conf and insert a line with text 
"blacklist nouveau" (without quotes)
#vi /etc/sysconfig/grub and insert this text 
"rd.driver.blacklist=nouveau" (without quotes) and the end
of the line beginning with GRUB_CMDLINE_LINUX= making sure the text is 
inside the last quotation mark

#grub2-mkconfig -o /boot/grub2/grub.cfg

#dnf remove xorg-x11-drv-nouveau.x86x_64 (this is 64bit driver - if you 
have a 32bit operating system it will be 32bit driver)

#reboot

When you are in grub and the and your operating system kernel is 
highlighted as the one you are booting to press the "e" on the keyboard 
to edit the line
Then at the end of this line GRUB_CMDLINE_LINUX_DEFAULT= still inside 
the ending quotes insert this text "init 3" (without quotes)
press F10 to reboot

you should then come to a command prompt where you log on as a root user
cd to the download directory where the NVIDIA driver located
#./NVIDIA-XXX.run (for instance ./NVIDIA-Linux-x86_64-343.13.run)
The NVIDIA installer will start
Accept the license agreement
Install 32 bit compatibility (if you are on a 64bit machine)
Choose to automatically update nvidia-xconfig-utility

reboot and log into graphical mode or from command line using root init 5

Hope this helps

Reynold

On 11/10/2014 11:49 PM, Bidski wrote:
>
> Hi,
>
> Can you instruct me in how you installed the nVidia drivers?
>
>
>     ----- Original Message -----
>     From:
>     "Joerg Lechner" <julechner at aol.com>
>
>     To:
>     <bidski at iinet.net.au>, <test at lists.fedoraproject.org>
>     Cc:
>
>     Sent:
>     Tue, 11 Nov 2014 02:18:35 -0500
>     Subject:
>     Re: F21 Installation Issues - Installation destination partitioning
>
>
>     Hi,
>     on my laptop there is a Nvidia Geforce 840M (Acer Aspire E15, E5
>     571G). I didn't have any problems with the grafics drivers so far.
>     Currently running F21 Final TC1.
>     Kind Regards
>
>
>
>     -----Ursprüngliche Mitteilung-----
>     Von: Bidski <bidski at iinet.net.au>
>     An: test <test at lists.fedoraproject.org>
>     Verschickt: Mo, 10 Nov 2014 10:05 pm
>     Betreff: Re: F21 Installation Issues - Installation destination
>     partitioning
>
>
>     Has anyone had success installing the nVidia drivers in F21 yet?
>     I am meeting some strange issues following the instructions for
>     installing them in F20. Including this page
>     (https://www.dropbox.com/s/9de7q9llhlamf32/IMG_20141110_192627.jpg?dl=0)
>     displaying while booting after installing the drivers.
>
>     I will generate some better diagnostics tonight.
>
>
>         ----- Original Message -----
>         From:
>         "Adam Williamson" <adamwill at fedoraproject.org
>         <mailto:adamwill at fedoraproject.org>>;
>
>         To:
>         "Bidski" <bidski at iinet.net.au <mailto:bidski at iinet.net.au>>;,
>         "For testing and quality assurance of Fedora releases"
>         <test at lists.fedoraproject.org
>         <mailto:test at lists.fedoraproject.org>>;
>         Cc:
>
>         Sent:
>         Sun, 09 Nov 2014 23:38:19 -0800
>         Subject:
>         Re: F21 Installation Issues - Installation destination
>         partitioning
>
>
>         On Mon, 2014-11-10 at 18:28 +1100, Bidski wrote:
>         >
>         > After shifting the partitions on my HDD up by about 200 MiB
>         and then
>         > using gdisk to convert the disk to GPT (did it this way to
>         try and
>         > preserve the existing Windows partitions), the Fedora
>         installer now
>         > only recognises my HDD as a multipath device.
>
>         > I also looked at the F21 Common Bugs page on the wiki. There
>         is a
>         > section there talking about multipath device issue. I
>         created edited
>         > the /etc/multipath.conf file to have the contents specified
>         but the
>         > installer still treats all devices as multipaths.
>         >
>         > Any suggestions here?
>
>         I wrote the CommonBugs note blind - I couldn't test that the
>         proposed
>         workaround would actually work as I haven't reproduced the bug.
>
>         However, it shouldn't happen if you use a non-live install
>         image, so I'd
>         suggest that. You can use the 'Server' network install image
>         to install
>         any package set, not just Server, so try using that.
>         -- 
>         Adam Williamson
>         Fedora QA Community Monkey
>         IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT
>         happyassassin . net
>         http://www.happyassassin.net
>
>     -- 
>     test mailing list
>     test at lists.fedoraproject.org  <mailto:test at lists.fedoraproject.org>;
>     To unsubscribe:
>     https://admin.fedoraproject.org/mailman/listinfo/test
>
>
>

-- 
Reynold DeMarco Jr.
reynoldlinux at gmail.com
858-603-1725

-- 
test mailing list
test at lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test


-- 
test mailing list
test at lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/test/attachments/20141114/37893389/attachment.html>


More information about the test mailing list