A
A
Agrael313 Zashefrovano2021-10-25 16:10:18
linux
Agrael313 Zashefrovano, 2021-10-25 16:10:18

How do I fix an issue with an image (.iso)?

I want to install Windows 10, but I can't burn the .iso image
It says "RAW CD IMAGE.ISO"
How can I fix the problem using the ubuntu terminal?
Or just somehow

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Dunayevsky, 2022-01-13
@dunmaksim

1. Write down where?
2. Record how? What program are you using?
Red Eyed Path:

  1. Connect the flash drive, find out its name in the system:
    sudo ls /dev/disk/by-id/
    A device that does not have a partition number is your flash drive. The first section on it will have the same name, but also the number 1 at the end.
  2. Write the image to a flash drive.
    Be very careful with the choice of target: if you make a mistake, at best you will get an error, at worst - a boot disk with Windows 10 instead of a hard disk partition with photos, music, videos and other content that you have been collecting for years.
    sudo dd if=<путь к ISO> of=/dev/disk/by-id/<имя флешки> bs=64M; sync

    This command uses a 64 MB temporary buffer to streamline the process, and after the process terminates, a system command is called syncthat causes the devices to flush their caches to disk.

The path for normal people: find the original Windows 10 image and burn it from under Windows.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question