make a bootable dvd

2024-07-08 Thread François Patte

Bonjour,

I downloaded the f40 iso for a worksation, but I did not see on the 
fedora website how to burn a bootable DVD with this iso file


Maybe someone can tell me how to proceed.

google indicates this for windows  no windows at home.

I prefer to use command line.

Thank you.

--
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)6 7892 5822
http://www.math-info.univ-paris5.fr/~patte
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: make a bootable dvd

2024-07-08 Thread Thomas Cameron

On 7/8/24 10:01 AM, François Patte wrote:

Bonjour,

I downloaded the f40 iso for a worksation, but I did not see on the 
fedora website how to burn a bootable DVD with this iso file


Maybe someone can tell me how to proceed.

google indicates this for windows  no windows at home.

I prefer to use command line.

Thank you.


The easiest way is to just dd the iso file to a USB stick and boot off that.

This shows you the USB drive. On my system, I have two drives internal 
drives, so my USB drive shows up as sdc:


lsblk

Once you've identified the USB drive, use dd to write it to the USB. In 
my case, it's /dev/sdc:


dd if=/path/to/Fedora-Workstation-Live-x86_64-40-1.14.iso of=/dev/sdc

Make sure your USB drive is large enough for the whole ISO file to be 
written to it.


I also recommend Ventoy for booting off multiple ISO files:

https://www.ventoy.net/en/index.html

Hope this helps!

--
Thomas
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: make a bootable dvd

2024-07-08 Thread Patrick Dupre via users
There is a fedora tool
Fedora Media Writer (see fedora web site)
also
unebootin



>
> On 7/8/24 10:01 AM, François Patte wrote:
> > Bonjour,
> > 
> > I downloaded the f40 iso for a worksation, but I did not see on the 
> > fedora website how to burn a bootable DVD with this iso file
> > 
> > Maybe someone can tell me how to proceed.
> > 
> > google indicates this for windows  no windows at home.
> > 
> > I prefer to use command line.
> > 
> > Thank you.
> 
> The easiest way is to just dd the iso file to a USB stick and boot off that.
> 
> This shows you the USB drive. On my system, I have two drives internal 
> drives, so my USB drive shows up as sdc:
> 
> lsblk
> 
> Once you've identified the USB drive, use dd to write it to the USB. In 
> my case, it's /dev/sdc:
> 
> dd if=/path/to/Fedora-Workstation-Live-x86_64-40-1.14.iso of=/dev/sdc
> 
> Make sure your USB drive is large enough for the whole ISO file to be 
> written to it.
> 
> I also recommend Ventoy for booting off multiple ISO files:
> 
> https://www.ventoy.net/en/index.html
> 
> Hope this helps!
> 
> -- 
> Thomas
> -- 
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
> Do not reply to spam, report it: 
> https://pagure.io/fedora-infrastructure/new_issue
>
-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: make a bootable dvd

2024-07-08 Thread Klaus-Peter Schrage via users

Am 08.07.2024 um 17:41 schrieb Patrick Dupre via users:


There is a fedora tool
Fedora Media Writer (see fedora web site)
also
unebootin




On 7/8/24 10:01 AM, François Patte wrote:

Bonjour,

I downloaded the f40 iso for a worksation, but I did not see on the
fedora website how to burn a bootable DVD with this iso file

Maybe someone can tell me how to proceed.

google indicates this for windows  no windows at home.

I prefer to use command line.

Thank you.

The easiest way is to just dd the iso file to a USB stick and boot off that.

This shows you the USB drive. On my system, I have two drives internal
drives, so my USB drive shows up as sdc:

lsblk

Once you've identified the USB drive, use dd to write it to the USB. In
my case, it's /dev/sdc:

dd if=/path/to/Fedora-Workstation-Live-x86_64-40-1.14.iso of=/dev/sdc

Make sure your USB drive is large enough for the whole ISO file to be
written to it.

I also recommend Ventoy for booting off multiple ISO files:

https://www.ventoy.net/en/index.html

Hope this helps!


The OP definitely asked for a tool to create a bootable dvd.

With a gui, this may be done through k3b. As a commandline tool, wodim
should work, even the dd command:

https://discussion.fedoraproject.org/t/how-to-burn-iso-image-to-dvd/79250

--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


IPv4 connectivity issues

2024-07-08 Thread Jeffrey Ross
system is Fedora 40 with all packages updated, system is not running a 
GUI, CLI only.


IPv6 works fine utilizing SLAAC and  I can stay connected for hours, I 
can move files around etc with no issues
IPv4 works briefly then freezes, I connect via SSH (on the local 
network), I get connected and then maybe 30 seconds later the system 
stops responding to IPv4, I can open up another IPv4 session and that 
too will work for 30 seconds or so before it freezes.  Note I do not get 
a session closed it just stops responding.


I am confident it is not a network infrastructure issue nor a hardware 
issue on the server, I strongly suspect there are some conflicting 
configurations going on with the server and think the best way forward 
would be to clean up any old network configurations and redeploy the 
network configurations clean.


This server had been upgraded many times with the new releases of Fedora 
over the years and when the static IP addressing was first setup I 
believe the configuration was in /etc/sysconfig/network-scripts, the 
directory still exists with the scripts but no longer contains my 
interface configurations.


This system is using a static IP address, has 4 ethernet interfaces 
where only 1 has ever been in use (enp6s0f0).


Suggestions on where to start cleaning up the configuration or looking 
for configuration conflicts?


Thanks, Jeff




--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


unsuscribe

2024-07-08 Thread GatoPardo

 Unsuscribe from this mail list

 Thanks
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: IPv4 connectivity issues

2024-07-08 Thread George N. White III
On Mon, Jul 8, 2024 at 2:52 PM Jeffrey Ross  wrote:

> system is Fedora 40 with all packages updated, system is not running a
> GUI, CLI only.
>

Which Fedora spin is it (server, workstation, etc.)?  Is Fedora fully
updated
(so you aren't chasing a solved problem)?


>
> IPv6 works fine utilizing SLAAC and  I can stay connected for hours, I
> can move files around etc with no issues
> IPv4 works briefly then freezes, I connect via SSH (on the local
> network), I get connected and then maybe 30 seconds later the system
> stops responding to IPv4, I can open up another IPv4 session and that
> too will work for 30 seconds or so before it freezes.  Note I do not get
> a session closed it just stops responding.
>

I've used "netstat" to study this sort of issue in the past, but the
current
tool is "ss".  Can you run diagnostics on the system at the other side
of a connection?

I recall one case where connections were being dropped after a short
time that was ultimately traced to a misconfigured router sending
some traffic through some intrusion detection system.  Network admins
at the remote site were able to see where the connection was being
dropped (my end was behind a firewall and required raising the issue
through a cumbersome process via chain of command).

Can you arrange to run "ss" on both ends of a session --
maybe start with ssh using IPv6, then use "ss" to see what happens
with IPv4 sessions.

journalctl may provide insights.  You can use "journalctl -b" then search
for the lines where the interface is enabled, something like:

 r8169 :01:00.0 enp1s0: renamed from eth0

but with "enp6s0f0".

Then search for mention of the interface around when the interface went
offline.

I am confident it is not a network infrastructure issue nor a hardware
> issue on the server, I strongly suspect there are some conflicting
> configurations going on with the server and think the best way forward
> would be to clean up any old network configurations and redeploy the
> network configurations clean.
>

Makes sense.   A fresh install of the same Fedora spin on another drive
could be used to compare with the broken configuration.


> This server had been upgraded many times with the new releases of Fedora
> over the years and when the static IP addressing was first setup I
> believe the configuration was in /etc/sysconfig/network-scripts, the
> directory still exists with the scripts but no longer contains my
> interface configurations.
>

Current command-line Fedora network configuration uses nmcli:
<
https://docs.fedoraproject.org/en-US/quick-docs/configuring-ip-networking-with-nmcli/
>


>
> This system is using a static IP address, has 4 ethernet interfaces
> where only 1 has ever been in use (enp6s0f0).
>
> Suggestions on where to start cleaning up the configuration or looking
> for configuration conflicts?
>


-- 
George N. White III
-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: unsuscribe

2024-07-08 Thread Patrick O'Callaghan
On Mon, 2024-07-08 at 15:40 -0400, GatoPardo wrote:
>   Unsuscribe from this mail list
> 
>   Thanks

Read the text at the end of every message and follow the link.

poc
-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: make a bootable dvd

2024-07-08 Thread Michael Hennebry

On Mon, 8 Jul 2024, Klaus-Peter Schrage via users wrote:


The OP definitely asked for a tool to create a bootable dvd.

With a gui, this may be done through k3b. As a commandline tool, wodim
should work, even the dd command:


dd used to work.
I've even used cp.
It's been a while.
So far as I know, neither will burn a disk anymore.


https://discussion.fedoraproject.org/t/how-to-burn-iso-image-to-dvd/79250


--
Michael   henne...@mail.cs.ndsu.nodak.edu
"SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then."   --   John Woods
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: make a bootable dvd

2024-07-08 Thread Tim via users
On Mon, 2024-07-08 at 17:01 +0200, François Patte wrote:
> I downloaded the f40 iso for a worksation, but I did not see on the 
> fedora website how to burn a bootable DVD with this iso file

This page has some doing it from the command line instructions:

https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/

Bear in mind that if it doesn't work, in the end, it *may* not be that
you've done something wrong.  I couldn't make a bootable disc (of any
kind) out of the spins.  I had to use the server edition.

NB:  This is some kind of compatibility issue with *SOME* hardware and
some Fedora ISO files, not all hardware.

-- 
 
uname -rsvp
Linux 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 

-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Remastering ISO filenames (was: make a bootable dvd)

2024-07-08 Thread Jeffrey Walton
On Mon, Jul 8, 2024 at 9:16 PM Tim via users
 wrote:
>
> On Mon, 2024-07-08 at 17:01 +0200, François Patte wrote:
> > I downloaded the f40 iso for a worksation, but I did not see on the
> > fedora website how to burn a bootable DVD with this iso file
>
> This page has some doing it from the command line instructions:
>
> https://docs.fedoraproject.org/en-US/quick-docs/creating-and-using-a-live-installation-image/
>
> Bear in mind that if it doesn't work, in the end, it *may* not be that
> you've done something wrong.  I couldn't make a bootable disc (of any
> kind) out of the spins.  I had to use the server edition.
>
> NB:  This is some kind of compatibility issue with *SOME* hardware and
> some Fedora ISO files, not all hardware.

++. The firmware on my old Asus Q500a laptop wanted the efi filename
in all lowercase -- EFI/BOOT/bootx64.efi instead of
EFI/BOOT/BOOTx64.efi. The laptop would not boot to the DVD otherwise.
The UEFI on the laptop was by a company called Aptio.

Attached is the script I wrote to perform the rename. The ISO image
could then be burned to CD.

Jeff


fix-uefi-iso.sh
Description: Bourne shell script
-- 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue