LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-13-2017, 07:03 PM   #1
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Rep: Reputation: 15
Fedora file system questions


I wrote Fedora live to a usb stick and tried booting, but it goes to a grub prompt. I tried the set command and it worked so grub is functional. When using the ls /boot/grub, I get an unknown file system error. Is it possible Fedora uses a file system not read by grub?
 
Old 05-13-2017, 08:03 PM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,152

Rep: Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125Reputation: 4125
No.
Did you check the iso you downloaded ?. How did you burn the image ? - I have never had a problem using dd for Fedora images.
 
1 members found this post helpful.
Old 05-14-2017, 07:29 AM   #3
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
I burned the iso using the dd command. There was nothing on the usb stick I could not recover. I tried validating the image but get this:

bob-keane@Bobs-Laptop:~$ cd Downloads
bob-keane@Bobs-Laptop:~/Downloads$ gpg --verify-files *-CHECKSUM
gpg: can't open '*-CHECKSUM': No such file or directory

bob-keane@Bobs-Laptop:~/Downloads$ ls
CHECKSUM Fedora-Workstation-Live-x86_64-25-1.3.iso
dcraw.c LibRaw-0.18.2.tar.gz
bob-keane@Bobs-Laptop:~/Downloads$

The CHECKSUM file is there and spelled correctly. Something weird with my computer I guess.

Edit: I found the typo. Here is the output from the checksum:

gpg: Signature made Fri 18 Nov 2016 09:15:52 AM EST
gpg: using RSA key 4089D8F2FDB19C98
gpg: Good signature from "Fedora 25 Primary (25) <fedora-25-primary@fedoraproject.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: C437 DCCD 558A 66A3 7D6F 4372 4089 D8F2 FDB1 9C98

Everything looks good.

Last edited by abk4523; 05-14-2017 at 08:46 AM. Reason: More information
 
Old 05-14-2017, 11:50 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
would be nice to explain what did you download exactly and how did you write it to the usb stick
 
Old 05-14-2017, 03:16 PM   #5
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
This is what I downloaded:

https://getfedora.org/en/workstation..._64-25-1.3.iso

This is how I burned it:

dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb1.
 
Old 05-14-2017, 06:37 PM   #6
Doug G
Member
 
Registered: Jul 2013
Posts: 749

Rep: Reputation: Disabled
You should burn the iso to the entire usb device, change to
Quote:
dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb
(or whatever the target device is if not /dev/sdb)
 
Old 05-16-2017, 10:00 PM   #7
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
Please tell me it is not that simple, because that would be embarrassing. Out of curiosity, what is the difference between using sdb and sdb1?
 
Old 05-17-2017, 12:22 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
sdb is the whole device, sdb1 is only one single partition in it (if there were partitions configured)
 
Old 05-18-2017, 10:15 PM   #9
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
No luck.

bob-keane@Bobs-Laptop:~/Downloads$ dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb
dd: failed to open '/dev/sdb': Permission denied
bob-keane@Bobs-Laptop:~/Downloads$
 
Old 05-19-2017, 03:49 AM   #10
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
you should do it as root.
 
Old 05-19-2017, 11:15 PM   #11
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
I think I found another typo and tried again. I unmounted the drive, ran the dd if=iso_name of=/dev/sdb but got a no media (not sure the exact wording) error. So I ran the command using sdb1 again. No luck. When booting, I do not get a UEFI option in the menu. When selecting the usb stick, I get a no media found error.

Last edited by abk4523; 05-19-2017 at 11:45 PM. Reason: more information
 
Old 05-20-2017, 01:26 AM   #12
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
sdb1 will never work. But you can try that.
please post exactly what have you tried and what's happened.
 
Old 05-20-2017, 11:58 AM   #13
abk4523
Member
 
Registered: Jun 2004
Distribution: RH8/Fedora Core 4
Posts: 139

Original Poster
Rep: Reputation: 15
Here is what happens when writing to usb with the drive unmounted:

bob-keane@Bobs-Laptop:~/Downloads$ umount /dev/sdb1
umount: /dev/sdb1: No such file or directory
bob-keane@Bobs-Laptop:~/Downloads$ umount /dev/sdb
umount: /dev/sdb: not mounted
bob-keane@Bobs-Laptop:~/Downloads$ sudo dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb
dd: failed to open '/dev/sdb': No medium found
bob-keane@Bobs-Laptop:~/Downloads$ sudo dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb1
2813952+0 records in
2813952+0 records out
1440743424 bytes (1.4 GB, 1.3 GiB) copied, 24.1462 s, 59.7 MB/s
bob-keane@Bobs-Laptop:~/Downloads$

I don't have a camera to show what happens when rebooting.

When writing the drive with the usb stick mounted:

bob-keane@Bobs-Laptop:~$ cd Downloads
bob-keane@Bobs-Laptop:~/Downloads$ sudo dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb
[sudo] password for bob-keane:
dd: failed to open '/dev/sdb': No medium found
bob-keane@Bobs-Laptop:~/Downloads$ sudo dd if=Fedora-Workstation-Live-x86_64-25-1.3.iso of=/dev/sdb1
2813952+0 records in
2813952+0 records out
1440743424 bytes (1.4 GB, 1.3 GiB) copied, 23.1709 s, 62.2 MB/s
bob-keane@Bobs-Laptop:~/Downloads$

Okay, I unmounted the drive, deleted the partition information and was able to write to sdb as opposed to sdb1. The disk boots up but after logging on to my wireless network, nothing happens. Clicking activities does nothing. Wired network works okay.

Last edited by abk4523; 05-20-2017 at 02:53 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora system log questions. Help! sweeney1988 Fedora 2 08-03-2009 04:50 AM
Linpus Fedora after saving files to file system, CAN'T open FILE SYSTEM from desktop! remiwa Fedora 2 01-07-2009 07:28 AM
Linux File System Structure Questions mohit.saha Linux - Newbie 1 03-28-2008 05:54 AM
A Few File System Questions slickhare Linux - Newbie 1 11-19-2006 03:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration