![]() | 1 | initial version |
hey,
su -c 'dd if=Fedora-16-x86_64-Live-Desktop.iso of=/dev/sd''X'' bs=8M' this command is used to make the live DVD of fedora-17
But if you want to make live bootable usb pendrive then use these commands on your terminal
**yum install livecd-tools
livecd-iso-to-disk --format --reset-mbr PATH-TO_ISO_IMAGE.iso /dev/sd*
'*' will be associated node on your system if you connect usb after 1st startup then it will be /dev/sdb
Then process will check your image and then you hav to press enter .
![]() | 2 | No.2 Revision |
hey,
su -c 'dd if=Fedora-16-x86_64-Live-Desktop.iso of=/dev/sd''X'' bs=8M'
this command is used to make the live DVD of fedora-17 But if you want to make live bootable usb pendrive then use these commands on your terminal
**yum install livecd-tools
livecd-iso-to-disk --format --reset-mbr PATH-TO_ISO_IMAGE.iso /dev/sd*
'*' will be associated node on your system if you connect usb after 1st startup then it will be /dev/sdb
Then process will check your image and then you hav to press enter .