DVD burning error

BSDians,

I am a novice FreeBSD user and running 12.0-RELEASE. I am trying to burn an iso image using tkdvd which is a front end for growisofs. I am getting the following error and I am having difficulty troubleshooting.
Code:
:-[ LOAD TRAY failed with SK=5h/INVALID FIELD IN CDB]: Input/output error

The command and options I used:
Code:
growisofs -dvd-compat -Z /dev/cd0=/home/tesla/xubuntu-18.04.1-desktop-amd64.iso

Any help/suggestion to troubleshoot and make it work would be appreciated.
 
I use sysutils/tkdvd exclusively to burn DVD, .iso, etc and that looks more like a hardware problem.

Issue the command as root to call tkdvd from the terminal. That will bring up the GUI, let you select "Burn iso9660 image", select your .iso from where it's located and burn it.

If all works as it should.
 
Well, for some reason now tkdvd will run from my user account but the command it's showing me it's using to burn an .iso right now is:

Code:
growisofs -dvd-compat   -use-the-force-luke=tty -Z /dev/cd0=/usr/home/jitte/Downloads/FreeBSD-12.0-RELEASE-amd64-disc1.iso

Use The Force, young Jedi.
 
Back
Top