Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-12-2020, 01:31 PM
|
#1
|
LQ Newbie
Registered: Apr 2020
Posts: 11
Rep: 
|
Install Fedora
Hello
I had a new PC DELL without OS inside, and i want to install a Fedora31 OS.
Please, i need a help to do that.
Thanks
|
|
|
04-12-2020, 02:12 PM
|
#2
|
LQ Guru
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 17,529
|
Have you tried sticking in a dvd and pressing f10 or whatever to boot off your dvd? It should look after the most of it.
If you don't have a dvd buy someone a few beers and drink them while he does it for you.
|
|
|
04-12-2020, 02:16 PM
|
#3
|
LQ Newbie
Registered: Apr 2020
Posts: 11
Original Poster
Rep: 
|
HHHH Good idea
|
|
|
04-12-2020, 02:20 PM
|
#4
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,665
|
Quote:
Originally Posted by Goodlinux10
Hello
I had a new PC DELL without OS inside, and i want to install a Fedora31 OS.
Please, i need a help to do that.
Thanks
|
Really?? Kind of odd you post a question about needing help to install Fedora...and have the icon on your operating system show you're posting it FROM A FEDORA SYSTEM. How did you manage that?
Past that, the Fedora website (where you download Fedora), has complete installation instructions, and just saying "PC DELL" doesn't give us much to help you with. What have you done/tried so far? Where are you stuck?
|
|
1 members found this post helpful.
|
04-12-2020, 03:22 PM
|
#5
|
LQ Newbie
Registered: Apr 2020
Posts: 11
Original Poster
Rep: 
|
Hello
OK i will to explain more
First, i had Windows10 OS installed in my new PC DELL.
I put a Fedora31 OS in the USB by using a netbootusb from another PC HP windowsxp.
Second, i put this USB with Fedora31 in my second PC DELL, and when i tried to boot from this usb, i lost my data locally HDD of DELL.
I successfully installed fedora, but when i do Restart of Fedora and i deconnect my usb, fedora dont be started.
also, when i tried to install the utilities like virtualbox, update,..... , i cant
examples:
[liveuser@localhost-live ~]$ cd /etc/yum.repos.d/
[liveuser@localhost-live yum.repos.d]$ su
[root@localhost-live yum.repos.d]# wget http://download.virtualbox.org/virtu...rtualbox.repos
--2020-04-12 16:16:47-- http://download.virtualbox.org/virtu...rtualbox.repos
Resolving download.virtualbox.org (download.virtualbox.org)... 72.247.20.102
Connecting to download.virtualbox.org (download.virtualbox.org)|72.247.20.102|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-04-12 16:16:50 ERROR 404: Not Found.
[root@localhost-live yum.repos.d]# ^C
[root@localhost-live yum.repos.d]#
dnf
|
|
|
04-12-2020, 03:49 PM
|
#6
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Did you use the fedora net install iso or dvd iso?
open a terminal and post the output of the following
Code:
sudo lsblk -f
sudo parted -l
sudo cat /sys/firmware/efi
|
|
1 members found this post helpful.
|
04-12-2020, 05:01 PM
|
#7
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,665
|
Quote:
Originally Posted by Goodlinux10
Hello
OK i will to explain more
First, i had Windows10 OS installed in my new PC DELL. I put a Fedora31 OS in the USB by using a netbootusb from another PC HP windowsxp.
|
So you DID install Fedora..and you still don't tell us what kind of "PC DELL" you're talking about. Model? Laptop/desktop??
Quote:
Second, i put this USB with Fedora31 in my second PC DELL, and when i tried to boot from this usb, i lost my data locally HDD of DELL.
|
...which will only happen if you format your hard drive. Obviously, formatting a hard drive (no matter what operating system), will make you lose your data.
Quote:
I successfully installed fedora, but when i do Restart of Fedora and i deconnect my usb, fedora dont be started. also, when i tried to install the utilities like virtualbox, update,..... , i cant examples:
Code:
[liveuser@localhost-live ~]$ cd /etc/yum.repos.d/
[liveuser@localhost-live yum.repos.d]$ su
[root@localhost-live yum.repos.d]# wget http://download.virtualbox.org/virtu...rtualbox.repos
--2020-04-12 16:16:47-- http://download.virtualbox.org/virtu...rtualbox.repos
Resolving download.virtualbox.org (download.virtualbox.org)... 72.247.20.102
Connecting to download.virtualbox.org (download.virtualbox.org)|72.247.20.102|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-04-12 16:16:50 ERROR 404: Not Found.
dnf
|
...and the 404 message is NOT due to anything more than your internet being down, or the website not being available. Also, you should just install virtualbox from the Fedora repositories. Read the "Question Guidelines" link in my posting signature; you should do basic research first before posting, because just putting "install virtualbox fedora 31" into Google pulls up as the *VERY FIRST HIT*:
https://www.if-not-true-then-false.c...-red-hat-rhel/
...complete instructions, along with a repository. Chances are you did NOT install Fedora, or didn't follow the instructions during installation, and your system is now booting from USB only. Restart the installation, and follow the instructions during installation. Do *NOT* install Fedora to your USB drive, but to your hard drive.
|
|
|
04-12-2020, 05:17 PM
|
#8
|
LQ Newbie
Registered: Apr 2020
Posts: 11
Original Poster
Rep: 
|
Hello
I have something new that seems to work well you can see below by what before did not work at all:
[liveuser@localhost-live ~]$ sudo dnf update
Fedora Modular 31 - x86_64 59 kB/s | 5.2 MB 01:29
Fedora Modular 31 - x86_64 - Updates 58 kB/s | 4.0 MB 01:11
Fedora 31 - x86_64 - Updates 59 kB/s | 23 MB 06:37
Fedora 31 - x86_64 19 kB/s | 75 MB 68:11 Last metadata expiration check: 0:00:04 ago on Sun 12 Apr 2020 04:18:57 PM EDT. Dependencies resolved. ] 21 kB/s | 27 MB 38:35 ETA
================================================================================
Package Arch Version Repo Size
================================================================================
Upgrading:
NetworkManager x86_64 1:1.20.10-1.fc31 updates 2.0 M
NetworkManager-adsl x86_64 1:1.20.10-1.fc31 updates 26 k
NetworkManager-bluetooth x86_64 1:1.20.10-1.fc31 updates 50 k
NetworkManager-config-connectivity-fedora
noarch 1:1.20.10-1.fc31 updates 12 k
NetworkManager-libnm x86_64 1:1.20.10-1.fc31 updates 1.6 M
NetworkManager-ppp x86_64 1:1.20.10-1.fc31 updates 36 k
NetworkManager-ssh x86_64 1.2.11-1.fc31 updates 70 k
NetworkManager-ssh-gnome x86_64 1.2.11-1.fc31
........
.......
kernel x86_64 5.5.15-200.fc31 updates 46 k
kernel-core x86_64 5.5.15-200.fc31 updates 32 M
kernel-modules x86_64 5.5.15-200.fc31 updates 29 M
kernel-modules-extra x86_64 5.5.15-200.fc31 updates 2.0 M
libfdt x86_64 1.6.0-1.fc31 updates 33 k
libvirt-daemon-config-network x86_64 5.6.0-5.fc31 updates 13 k
pcre2-syntax noarch 10.34-8.fc31 updates 140 k
podman-plugins x86_64 2:1.8.2-2.fc31 updates 1.4 M
poppler-cpp x86_64 0.73.0-16.fc31 updates 55 k
gc x86_64 7.6.4-6.fc31 fedora 104 k
guile x86_64 5:2.0.14-17.fc31 fedora 3.4 M
libatomic_ops x86_64 7.6.10-2.fc31 fedora 36 k
libftdi x86_64 1.3-17.fc31 fedora 49 k
Installing weak dependencies:
elfutils-debuginfod-client x86_64 0.179-1.fc31 updates 34 k
Transaction Summary
================================================================================
Install 17 Packages
Upgrade 746 Packages
Total download size: 1.1 G
Is this ok [y/N]:
|
|
|
04-12-2020, 05:28 PM
|
#9
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Quote:
I successfully installed fedora, but when i do Restart of Fedora and i deconnect my usb, fedora dont be started.
|
Not so sure you did as this
Quote:
[liveuser@localhost-live ~]$
|
indicates your running from a live usb/dvd and not from fedora installed on your hard drive, henceforth looking for the information requested in post 6.
|
|
1 members found this post helpful.
|
04-12-2020, 05:39 PM
|
#10
|
LQ Newbie
Registered: Apr 2020
Posts: 11
Original Poster
Rep: 
|
Hello
liveuser@localhost-live ~]$ su
[root@localhost-live liveuser]# lsblk -f
NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
loop0
squash
loop1
│ ext4 Anaconda
│ 849bdfdc-c8a9-4fed-a727-de52e24d981f
├─live-rw
│ ext4 Anaconda
│ 849bdfdc-c8a9-4fed-a727-de52e24d981f 537.9M 91% /
└─live-base
ext4 Anaconda
849bdfdc-c8a9-4fed-a727-de52e24d981f
loop2
│
└─live-rw
ext4 Anaconda
849bdfdc-c8a9-4fed-a727-de52e24d981f 537.9M 91% /
sda
├─sda1
│ ext4 2dd40fe1-d065-486a-8fc8-923175e59b85
└─sda2
LVM2_m bn8WYw-BNlQ-W2Ux-40Qp-I2D9-WBuf-f0mHFd
├─fedora_localhost--live-swap
│ swap 99bb147e-7cb5-4139-9382-14e4f381e647 [SWAP]
├─fedora_localhost--live-home
│ ext4 9488d1b2-49b4-4524-8288-89aa016f827a
└─fedora_localhost--live-root
ext4 bd003f20-12e7-47c7-ad24-5bc90b86191c
sdb
└─sdb1
vfat MYLINUXLIVE
1899-F8D5 5.6G 25% /run/initr
[root@localhost-live liveuser]# parted -l
Model: ATA SK hynix SC311 S (scsi)
Disk /dev/sda: 512GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1075MB 1074MB primary ext4 boot
2 1075MB 512GB 511GB primary lvm
Model: Generic Flash Disk (scsi)
Disk /dev/sdb: 8054MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 3670kB 8054MB 8050MB primary fat32 boot, lba
[root@localhost-live liveuser]# cat /sys/firmware/
cat: /sys/firmware/: Is a directory
[root@localhost-live liveuser]# cd /sys/firmware/
[root@localhost-live firmware]# ls
acpi dmi memmap
[root@localhost-live firmware]#
|
|
|
04-12-2020, 06:49 PM
|
#11
|
LQ Veteran
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,843
|
Your booting from the live usb not from the installed system.
I suspect from this
Quote:
First, i had Windows10 OS installed in my new PC DELL.
|
Windows 10 was most likely installed in uefi mode and fedora was installed in legacy/csm mode. Did you see any errors about grub during the installation of fedora? Go into the bios and set the following: legacy/csm mode enabled, secure boot disabled, fast boot disabled. Reboot and see if you get a boot menu with the usb detached.
|
|
|
04-12-2020, 07:52 PM
|
#12
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,888
|
Have you tried a web search for how to install fedora?
There are dozens of tutorials. Here's one: https://www.wikihow.com/Install-Fedora
|
|
1 members found this post helpful.
|
04-16-2020, 10:18 PM
|
#13
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by Goodlinux10
Hello
I have something new that seems to work well you can see below by what before did not work at all:
[liveuser@localhost-live ~]$ sudo dnf update
Fedora Modular 31 - x86_64 59 kB/s | 5.2 MB 01:29
Fedora Modular 31 - x86_64 - Updates 58 kB/s | 4.0 MB 01:11
Fedora 31 - x86_64 - Updates 59 kB/s | 23 MB 06:37
Fedora 31 - x86_64 19 kB/s | 75 MB 68:11 Last metadata expiration check: 0:00:04 ago on Sun 12 Apr 2020 04:18:57 PM EDT. Dependencies resolved. ] 21 kB/s | 27 MB 38:35 ETA
|
As has already been noted, your posts (commands shown) are from your liveuser session while booted from usb.
You almost certainly installed fedora in legacy mode as shown by this in your earlier post:
Code:
[root@localhost-live liveuser]# parted -l
Model: ATA SK hynix SC311 S (scsi)
Disk /dev/sda: 512GB
Sector size (logical/physical): 512B/4096B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1075MB 1074MB primary ext4 boot
2 1075MB 512GB 511GB primary lvm
The partition table is msdos and for UEFI it should be gpt.
You may need to go into the dell BIOS and make certain it is set for UEFI bios only, then repartition the drive and create a gpt partition table.
You will also have to create an EFI partition to support UEFI booting.
The partitions show as OK except for the missing EFI partition and the msdos partition table type.
I am reasonably sure windows 10 was installed as UEFI but the bios and/or maybe the way you created the install usb caused fedora to be installed in legacy mode with MBR instead of UEFI.
Hope this helps
|
|
|
All times are GMT -5. The time now is 09:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|