0

If I'll do dd if=isofile.iso of=/dev/sda2 will it work? I need to install a system from iso to the other partition with no use of external drives (from sda1 to sda2 for example).

Ya Y
  • 189

1 Answers1

1

It will do something, but it won't do what you want.

dd is not an installer. It's simply a copy machine.

Copying an installer simply makes another installer.

user535733
  • 68,493