Wednesday, May 1, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2062  / 2 Years ago, fri, june 10, 2022, 8:21:17

I'm trying to create a dual boot for Ubuntu and Windows 7. Currently I only have a macbook with OS 10.7.5 installed, this means that I have to use the terminal in order to create an Ubuntu booting USB for live booting.
According to a website I found I need to do the following:



hdiutil convert -format UDRW -o /Volumes/NO NAME.img /Users/Thijs/downloads/ubuntu-12.04.3-desktop-amd64.iso


However this returns the error :



hdiutil: convert: only a single input file can be specified
Usage: hdiutil convert -format <format> -o <outfile> [options] <image>
hdiutil convert -help


Does anyone know how to fix?


More From » installation

 Answers
1

Try this,



hdiutil convert -format UDRW -o /Volumes/"NO NAME.img" /Users/Thijs/downloads/ubuntu-12.04.3-desktop-amd64.iso


OR



hdiutil convert -format Rdxx -o /Volumes/"NO NAME.img" /Users/Thijs/downloads/ubuntu-12.04.3-desktop-amd64.iso

[#28220] Sunday, June 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
errettas

Total Points: 160
Total Questions: 118
Total Answers: 91

Location: Laos
Member since Fri, Sep 11, 2020
4 Years ago
;