iso interview questions
Top iso frequently asked interview questions
I'm using Ubuntu 12.04, and every time I try to write an Ubuntu ISO image to a disk so I can install it, Unetbootin says /dev/sdb1
isn't mounted. But Ubuntu mounts the drive automatically when it's inserted, right? What can I do to make Unetbootin recognize the drive is mounted?
Source: (StackOverflow)
I have Fedora installed on my desktop and I want to make a live USB stick with Ubuntu to install it on a laptop. What's the easiest way to do it?
Source: (StackOverflow)
I have been using Brasero to rip my DVD collection to .iso. However, I've discovered some errors in some of the DVDs through playback e.g. VLC player would just stop playing the iso file when a bad section in playback is met (half-way through a film).
The worst thing is that no errors or warnings were thrown during the ripping process - I could have . Is there a method or application that will monitor DVD/file data integrity and avoid such scenarios in the future?
Anything equivalent to Exact Audio Copier or CDparanoia for DVDs?
Source: (StackOverflow)
I am looking for tools for Ubuntu that can be used to EDIT ISO Images. Including ISO images that are bootable like Ubuntu and Windows ISOs. Not only edit but save the edited ISO and can still boot when burned on an USB Drive or CD/DVD.
Source: (StackOverflow)
I did the dd method and it worked but I'm not sure that's all you have to do because it is Windows and may not have GRUB and I'm not sure so I'm asking the experts haha.
WINUSB DID NOT WORK BECAUSE IT DOESN'T LIKE WINDOWS 10. STOP FLAGGING THIS AS A DUPLICATE.
Source: (StackOverflow)
This question already has an answer here:
I want to burn a Windows ISO to a USB device in Ubuntu. How do I do this?
I know how to burn a Ubuntu ISO into a USB device, but with a Windows ISO it's not the same.
Source: (StackOverflow)
What I want is to create a bootable pen drive that shows GRUB menu and I can select any of the several bootable systems from there to install/run. I have several ISO images that I want to install in the USB like Ubuntu, Fedora, System Rescue CD, Windows XP and Windows 7 (The windows versions are optional, mostly am looking for a multi installer for Linux distros, specially Ubuntu version)
The default Startup Disk Creator only works with Linux Images and only 1 at a time (At least for the mean time. If it allows more systems and multiple ISOs it would be awesome)
What method exists that I can use step by step to create a bootable USB Drive with multiple images than can be booted from the USB and selected from GRUB. It must support Windows Images and Linux Images.
Alternative, is there also a way to have multiple versions of the Ubuntu installation ISO on an USB Drive, such as, when booting from it, I get to choose what Ubuntu version and architecture to install, for example:
BOOT MENU
Ubuntu 12.04 32 Bit
Ubuntu 12.04 64 Bit
Ubuntu 12.10 32 Bit
Ubuntu 12.10 64 Bit
UPDATE: Wanted to add that the english version for the post mentioned by daithib8 is here: MultiSystem – Create a MultiBoot USB from Linux | USB Pen Drive Linux
Source: (StackOverflow)
I found that it can be done with loopback
as follows
menuentry "Lucid ISO" {
loopback loop (hd0,1)/boot/iso/ubuntu-10.04-desktop-i386.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/boot/iso/ubuntu-10.04-desktop-i386.iso noprompt noeject
initrd (loop)/casper/initrd.lz
}
But it works only with ubuntu or its derivatives. How it should be written if I want to boot other live images like fedora, cent, opensuse etc. ?
Edit: I found some other entries but all of them are probably debian based.
menuentry "Linux Mint 10 Gnome ISO" {
loopback loop /linuxmint10.iso
linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper initrd=/casper/initrd.lz iso-scan/filename=/linuxmint10.iso noeject noprompt splash --
initrd (loop)/casper/initrd.lz
}
menuentry "DBAN ISO" {
loopback loop /dban.iso
linux (loop)/DBAN.BZI nuke="dwipe" iso-scan/filename=/dban.iso silent --
}
menuentry "Tinycore ISO" {
loopback loop /tinycore.iso
linux (loop)/boot/bzImage --
initrd (loop)/boot/tinycore.gz
}
menuentry "SystemRescueCd" {
loopback loop /systemrescuecd.iso
linux (loop)/isolinux/rescuecd isoloop=/systemrescuecd.iso setkmap=us docache dostartx
initrd (loop)/isolinux/initram.igz
}
Edit2: How to chainload grub
and syslinux
from grub2
?
Edit3: I want to boot other live images without any removable devices and use grub2
so need menu entries specific to grub2
.
Source: (StackOverflow)
If you download iso file with ubuntu you will get something like this:
ubuntu-10.04.3-server-amd64.iso
ubuntu-11.10-desktop-amd64.iso
Every part in the file name is pretty clean to me, except 'amd'.
So I have the following questions.
Why is there the 'amd' string in the filename?
What other kind of strings in the filename can be found instead of 'amd'?
Source: (StackOverflow)
I've been using Unetbootin but it occasionally fails to create a bootable usb the way I need it to, especially with the newer versions.
Is there a way I could extract the iso myself?
Source: (StackOverflow)
I always find it a waste putting a 790MB Ubuntu iso on a 4GB DVD, and I was wondering how to put multiple operating systems on one DVD with a grub menu.
I know it is possible, but I just don't know how!
Source: (StackOverflow)
I would like to know what the difference is between these two versions of the same distro.
ubuntu-10.10-alternate-i386.iso
ubuntu-10.10-desktop-i386.iso
I think that the alternative CD is not Live,
but is there any more to it?
Source: (StackOverflow)
I just downloaded the ubuntu-10.10-desktop-i386.iso
, and am having a hard time burning it, so I'd like to check that the file is intact, but I cannot find the md5sum of the file.
Is there a URL or official FTP mirror which includes the md5sum of the Ubuntu disk images?
Source: (StackOverflow)