Displaying 2 results from an estimated 2 matches for "netbootin".
Did you mean:
unetbootin
2016 Mar 07
0
6.7 netinstall fails at insert cd to continue
...iso_file> of=/dev/<drive> bs=4M
so if the usb device for the key is /dev/sdc , and you are at the CLI
and in the directory where the iso file is at (as the root user), then
the command to copy the NetInstall iso file to usb is:
dd if=./CentOS-6.7-x86_64-netinstall.iso of=/dev/sdc bs=4M
Netbootin may or may not work (I have had problems trying to use it),
but just dd'ing the iso file to a usb stick will.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL:...
2016 Mar 05
5
6.7 netinstall fails at insert cd to continue
On 03/05/16 09:04, Chris Murphy wrote:
> You don't say how you created the media.
>
--
true, i did not say how i created cd's.
i used k3b as it is easier, less to remember, than using command line.
usb's sticks were created using unetbootin and fedora-liveusb-creator.
yes, i did not mention that i tried with 2 usb sticks. failure was
same, did not feel it mattered. failure is failure.
> Also netinstall used the network as source, not from CD/DVD. So you
> should just leave the source selection on default.
>
--
so you are sa...