[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] Bootable DVD



Hallo Roots,

from a previously sent mail:

> Where is this HOWTO - burn dvd with Knoppix?

Actually, I can't tell any more, but here is what I wrote down:
Install tools:
        apt-get install dvdrtools dvd+rw-tools
DVD-RAM:
	mke2fs /dev/sr0
	mount /dev/sr0 /mnt
	cp -rp whatever /mnt

DVD+R(W):
        dvd+rw-format -f /dev/sr0             # ONLY +RW (rewritable)
        growisofs -R -J -Z /dev/sr0 /DIR      #delete+write
        mount /dev/sr0 /mnt/sr0; umount /mnt/sr0
        growisofs -R -J -M /dev/sr0 /DIR          #append 
To use growisofs to write a pre-mastered ISO-image to a DVD:
	growisofs -dvd-compat -Z /dev/sr0=image.iso

CD-R(W) (not tested):
	mkisofs -J -v -split-output -o isoimage /DIR
        dvdrecord -v speed=2 dev=0,0,0 isoimage* 
	dvdrecord -scanbus  # should give you the correct dev=?,?,?

Hope that works with you!

Have a nice day

> Hi,
> 
> After restamastering knoppix 3.4 the file is more than
> 700 MB (i have installed additional software)and I was
> thinking of using a DVD. What command options can i
> use to burn the DVD and  make it bootable ?
> 
> Regards,
> 
> Roots.
> 
> 
> 
> 	
> 	
> 		
> ___________________________________________________________ALL-NEW
> Yahoo! Messenger - sooooo many all-new ways to express yourself
> http://uk.messenger.yahoo.com
> _______________________________________________
> debian-knoppix mailing list
> debian-knoppix@linuxtag.org
> http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


-- 
I n g e n i e u r b ü r o   H A U
H a n s - A c h i m     U n g e r
eMail    :     Achim.Unger@web.de
Homepage : www.Ing-Buero-Unger.de
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: