iso
How to Create Bootable Windows 10 image in Debian?
Pseudocode but originally developed for Windows 7 iso file but applied for Windows 8 in the thread How to create bootable Windows 8 iso image in Linux? but it does not work with Windows 10 iso
Calculate md5sum of a CD/DVD
I have an ISO file, which I burned to a CD. Now how can I check if the CD is correctly created? I would like a command that calculate the hash sum that I can use to check with the hash sum I calculate on the ISO file. Ideally the command should:
What’s the best way to join files again after splitting them?
If I have a large file and need to split it into 100 megabyte chunks I will do
Why are 64-bit distros often called ‘amd64’?
I am downloading an ISO image of Lubuntu; they have two versions: 32 and 64.
How do I boot from ISO file stored on hard disk?
I know that I can create/burn bootable CD/DVD or live USB and can boot/install from it. But suppose I am currently running GNU/Linux and I’ve ISO file of another GNU/Linux that I want to install on my hard disk, then Can I directly boot from ISO from hard disk and try/install that GNU/Linux operating system?
ISO file readonly?
I have an ISO file and I mount it under /mnt/isofile. Then I copied this file to another folder. But the contents are read-only and belonged to root. I tried to use chmod and chown. But it prompts with the message:
Grub – boot debian iso file from ntfs partition and install it
I have problem installing debian directly from hard drive. Say, i have a logical partition /dev/sda5 and there is debian DVD iso file located in (hd0,5)/iso/debian-8.0.0-amd64-DVD-1.iso with initrd file there too. Then I created grub menu entry with this:
How to modify an installation ISO and keep it bootable?
I know there have been quite a few similar questions, but they aren’t specific enough.
Create iso image from folder via terminal commands
How to create a iso image from a folder or single files via terminal commands?
Currently i am doing this via Braseros GUI, but i want to do it with a shell script.