I have Debian (Lenny) installation on a Dell Vostro v13. The laptop doesn't have a CD/DVD-ROM drive so the only way for me to install Ubuntu on it is via USB- unless I attach an external CD/DVD-ROM. How can I create an Ubuntu live USB on my Debian machine? Is UNetbootin my only option or is there another way? Thanks.

link|improve this question
feedback

1 Answer

You can use tools like UNetbootin, usb-creator etc to do it. Or you could manually do it :

  • Copy/Extract files from the ISO to the root dir of your USB Drive
  • Set the boot flag for your usb ddevice(use gparted or cfdisk)
  • run : syslinux -sm /dev/your_usb_dev
  • Create syslinux.cfg file in usb root dir with content : include isolinux/isolinux.cfg
link|improve this answer
According to man syslinux there's no such option as -m. Very interesting though, I'll try it soon! – cYrus Aug 24 '10 at 12:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.