I have an USB key and I would like to know how I could `burn' a .iso
image on it. I remember some weird procedure using dd, but I'm not sure,
and I can't find the tutorial. Evidently, assuming respective BIOS
capability, the USB key should be bootable.
Thanks.
--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
You'll always miss 100% of the shots you don't take.
07-01-2010, 03:19 PM
Mauri
Burning a .iso on an USB key
Hi Luca,
there are some tutorial on internet. Ur BIOS must support the boot from USB, but how u can burn the ISO on USB u can check this or other link:
http://www.google.it/search?q=debian+usb+boot&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:itfficial&client=firefo x-a
I have an USB key and I would like to know how I could `burn' a .iso
image on it. I remember some weird procedure using dd, but I'm not sure,
and I can't find the tutorial. Evidently, assuming respective BIOS
capability, the USB key should be bootable.
Thanks.
--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
You'll always miss 100% of the shots you don't take.
07-01-2010, 03:30 PM
Thierry Chatelet
Burning a .iso on an USB key
On Thursday 01 July 2010 17:19:49 Mauri wrote:
> Hi Luca,
>
> there are some tutorial on internet. Ur BIOS must support the boot from
> USB, but how u can burn the ISO on USB u can check this or other link:
> http://www.google.it/search?q=debian+usb+boot&ie=utf-8&oe=utf-8&aq=t&rls=or
> g.mozilla:itfficial&client=firefox-a
>
> Cheers,
> Mauri
>
Hi Mauri
There are some tutorials on internet. Our BIOS must support the boot from
USB, but how you can burn the ISO on USB you can check this or other link:
http://www.google.it/search?q=debian+usb+boot&ie=utf-8&oe=utf-8&aq=t&rls=or
g.mozilla:itfficial&client=firefox-a
Cheers,
Mauri
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 201007011730.18173.tchatelet@free.fr">http://lists.debian.org/201007011730.18173.tchatelet@free.fr
07-01-2010, 03:39 PM
Alan Chandler
Burning a .iso on an USB key
On 01/07/10 16:12, Merciadri Luca wrote:
Hi,
I have an USB key and I would like to know how I could `burn' a .iso
image on it. I remember some weird procedure using dd, but I'm not sure,
and I can't find the tutorial. Evidently, assuming respective BIOS
capability, the USB key should be bootable.
You don't say "WHY" you want to burn an .iso file onto a usb stick.
The debian installer recognises the .iso file and so if you are making a
debian install usb you set it up on a standard VFAT formated memory
stick (mostly the ones you buy are already formated like that) and just
copy the .iso image on to it.
If you are NOT doing that, it is possible to get at the raw files by (on
your hard drive) mounting the .iso image using the loop device using a
command something like
mount -o loop myisofile.iso /mnt
and then the contents of the file will be available in the /mnt
directory (as the directory hierarchy in the .iso image.
You just copy them to the usb stick.
If this iso image contains a kernel etc
then take a look at syslinux.
This enables you to boot a kernel from the vfat filesystem.
EIther boot a kernel image and its initrd from the installer (the initrd
image kicks the install process off), or in the second case boot the
image you find on the .iso filesystem
--
Alan Chandler
http://www.chandlerfamily.org.uk
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Hi,
>
> I have an USB key and I would like to know how I could `burn' a .iso
> image on it. I remember some weird procedure using dd, but I'm not sure,
> and I can't find the tutorial. Evidently, assuming respective BIOS
> capability, the USB key should be bootable.
>
Try this link:
http://unetbootin.sourceforge.net/
--
-- Frank --
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100701115728.e907e51a.debianlist@videotron.ca">h ttp://lists.debian.org/20100701115728.e907e51a.debianlist@videotron.ca
07-01-2010, 04:08 PM
Merciadri Luca
Burning a .iso on an USB key
Thanks.
Alan Chandler wrote:
> On 01/07/10 16:12, Merciadri Luca wrote:
>> Hi,
>>
>> I have an USB key and I would like to know how I could `burn' a .iso
>> image on it. I remember some weird procedure using dd, but I'm not sure,
>> and I can't find the tutorial. Evidently, assuming respective BIOS
>> capability, the USB key should be bootable.
>>
>
> You don't say "WHY" you want to burn an .iso file onto a usb stick.
>
> The debian installer recognises the .iso file and so if you are making
> a debian install usb you set it up on a standard VFAT formated memory
> stick (mostly the ones you buy are already formated like that) and
> just copy the .iso image on to it.
>
> If you are NOT doing that, it is possible to get at the raw files by
> (on your hard drive) mounting the .iso image using the loop device
> using a command something like
>
> mount -o loop myisofile.iso /mnt
>
> and then the contents of the file will be available in the /mnt
> directory (as the directory hierarchy in the .iso image.
>
> You just copy them to the usb stick.
>
> If this iso image contains a kernel etc
>
> then take a look at syslinux.
>
> This enables you to boot a kernel from the vfat filesystem.
>
> EIther boot a kernel image and its initrd from the installer (the
> initrd image kicks the install process off), or in the second case
> boot the image you find on the .iso filesystem
>
>
--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
Every cloud has a silver lining.
07-01-2010, 04:12 PM
Wolodja Wentland
Burning a .iso on an USB key
On Thu, Jul 01, 2010 at 17:12 +0200, Merciadri Luca wrote:
> I have an USB key and I would like to know how I could `burn' a .iso
> image on it. I remember some weird procedure using dd, but I'm not sure,
> and I can't find the tutorial. Evidently, assuming respective BIOS
> capability, the USB key should be bootable.
It always helps to provide some information about the goal you want to
achieve ...
If you are trying to install Debian by booting from USB you can find
information about that in the install guide. [1] Just follow "The easy
way" and it should work. The files mentioned in that guide can be
retrieved at [2] or [3] if you need kmuto (i.e. stable ones with newer
kernels) images. Finding weekly/daily-builds is left as an excercise for
the reader
If you actually want to do something else either follow some of the
advice already given in this thread or explain what you are trying to
achieve.
Wolodja Wentland wrote:
> On Thu, Jul 01, 2010 at 17:12 +0200, Merciadri Luca wrote:
>
>
> It always helps to provide some information about the goal you want to
> achieve ...
>
> If you are trying to install Debian by booting from USB you can find
> information about that in the install guide. [1] Just follow "The easy
> way" and it should work. The files mentioned in that guide can be
> retrieved at [2] or [3] if you need kmuto (i.e. stable ones with newer
> kernels) images. Finding weekly/daily-builds is left as an excercise for
> the reader
>
> If you actually want to do something else either follow some of the
> advice already given in this thread or explain what you are trying to
> achieve.
>
> Have fun
>
> Wolodja
>
> [1] http://www.debian.org/releases/stable/amd64/ch04s03.html.en
> [2] http://ftp.nl.debian.org/debian/dists/lenny/main/installer-amd64/current/images/hd-media/
> [3] http://kmuto.jp/debian/d-i/
>
Thanks. I should have mentioned that it was to install Debian. I found
what I wanted thanks to your links and the previous ones. Sorry for the
inconvenient, once again.
--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.
Love is like war, Easy to start, Hard to end, Impossible to forget.
07-01-2010, 04:55 PM
Joe
Burning a .iso on an USB key
On 01/07/10 16:39, Alan Chandler wrote:
On 01/07/10 16:12, Merciadri Luca wrote:
Hi,
I have an USB key and I would like to know how I could `burn' a .iso
image on it. I remember some weird procedure using dd, but I'm not sure,
and I can't find the tutorial. Evidently, assuming respective BIOS
capability, the USB key should be bootable.
You don't say "WHY" you want to burn an .iso file onto a usb stick.
Live running, mainly. I have a System Rescue installation on one, and
it's also useful to be able run something like Knoppix or Ubuntu to help
work out how to drive some piece of hardware. I have a recent Knoppix
DVD in my toolbox, along with other useful discs, but a USB key fits in
the pocket.
Hence most of the distributions with Live variants, such as Knoppix and
Ubuntu, offer advice and utilities on their websites for burning to USB.
--
Joe
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Frank wrote:
>> Hi,
>>
>> I have an USB key and I would like to know how I could `burn' a .iso
>> image on it. I remember some weird procedure using dd, but I'm not sure,
>> and I can't find the tutorial. Evidently, assuming respective BIOS
>> capability, the USB key should be bootable.
>>
>>
>
>
> Try this link:
>
> http://unetbootin.sourceforge.net/
>
>
>
--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.