Re: Burning Fedora to iso

2015-10-26 Thread Rick Stevens

On 10/26/2015 03:29 PM, Fred Smith wrote:

On Mon, Oct 26, 2015 at 11:39:08PM +0200, Kevin Wilson wrote:

Hello,
I want to install Fedora 22 on x86_63
I had downloaded the iso of workstation.


Wow! a 63-bit computer, eh? that's a rare one! :) :) :)


And it uses trinary code ("true", "false" and "maybe").

Oh, how I LOVE Mondays. ;-)

--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-I don't suffer from insanity...I enjoy every minute of it!  -
--
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Burning Fedora to iso

2015-10-26 Thread Fred Smith
On Mon, Oct 26, 2015 at 11:39:08PM +0200, Kevin Wilson wrote:
> Hello,
> I want to install Fedora 22 on x86_63
> I had downloaded the iso of workstation.

Wow! a 63-bit computer, eh? that's a rare one! :) :) :)


-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   "For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart."  
 Hebrews 4:12 (niv) --
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Burning Fedora to iso

2015-10-26 Thread Ed Greshko


On 10/27/2015 05:39 AM, Kevin Wilson wrote:
> Hello,
> I want to install Fedora 22 on x86_63
> I had downloaded the iso of workstation.
>
> I know I can burn it with k3b, I did this in the past with other releases.
>
> Is there a way I can burn it from the linux command line so the DVD
> can be bootable and so that I
> will  be able to install from it ? for example, with
> cdrecord ?
>
> I will appreciate if somebody can guide me as to the exact command
> line parameters
> which I should set in such a case.

I've not burned an ISO from the command line for quite some time. 
Hardly ever do it from a GUI either.  But these have worked for me in
the past.

wodim -eject -tao  speed=2 dev=/dev/sr0 -v -data whatever.iso

and

growisofs -dvd-compat -Z /dev/sr0=whatever.iso

the /dev device may be different on your system and you could probably
use /dev/cdrom



-- 
In reality, some people should stick to running Windows and others
should stay away from computers altogether.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Burning Fedora to iso

2015-10-26 Thread Porfirio Andres Paiz Carrasco
2015-10-26 15:39 GMT-06:00 Kevin Wilson :
> Hello,
> I want to install Fedora 22 on x86_63
> I had downloaded the iso of workstation.
>
> I know I can burn it with k3b, I did this in the past with other releases.
>
> Is there a way I can burn it from the linux command line so the DVD
> can be bootable and so that I
> will  be able to install from it ? for example, with
> cdrecord ?
>
> I will appreciate if somebody can guide me as to the exact command
> line parameters
> which I should set in such a case.
>
This is what you are looking for:

https://docs.fedoraproject.org/en-US/Fedora/20/html/Burning_ISO_images_to_disc/sec-Burning_ISO_images_to_disc-Burning-cmd-line.html

I have used wodim before, so I can confirm it's do the job.

Porfirio.
>
> Regards,
> kevin
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Burning Fedora to iso

2015-10-26 Thread jd1008



On 10/26/2015 03:39 PM, Kevin Wilson wrote:

Hello,
I want to install Fedora 22 on x86_63
I had downloaded the iso of workstation.

I know I can burn it with k3b, I did this in the past with other releases.

Is there a way I can burn it from the linux command line so the DVD
can be bootable and so that I
will  be able to install from it ? for example, with
cdrecord ?

I will appreciate if somebody can guide me as to the exact command
line parameters
which I should set in such a case.


Regards,
kevin

You can burn it with wodim or with the original cdrecord.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Burning Fedora to iso

2015-10-26 Thread Kevin Wilson
Hello,
I want to install Fedora 22 on x86_63
I had downloaded the iso of workstation.

I know I can burn it with k3b, I did this in the past with other releases.

Is there a way I can burn it from the linux command line so the DVD
can be bootable and so that I
will  be able to install from it ? for example, with
cdrecord ?

I will appreciate if somebody can guide me as to the exact command
line parameters
which I should set in such a case.


Regards,
kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org