I've got a shining new x64 laptop running Windows 7 and I want to dual boot debian stable.

I've installed ubuntu on loads of laptops in the past using a USB drive, but I can't find decent instructions for installing debian like the ubuntu instructions.

I've installed debian from CD a couple of times in the past too, but my new machine doesn't have an optical drive.

The questions are:

  1. Which files do I need from the debian download page?

  2. How do I make the debian files on a USB drive bootable?

  3. Does the debian installer have a disk partitioner (like the ubuntu one does)? Reading the installation guide it seems not to, which would be another hurdle. If this is the case, which partitioner can I use?

link|improve this question
feedback

migrated from stackoverflow.com Apr 2 '11 at 13:33

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 5 down vote accepted

Download UNetbootin, which allows one to create bootable USB installation media for almost any Linux and BSD distribution out of the box.

Just run it, select Debian, choose the usb drive and wait while it downloads the .iso and transfers it to your usb. After that it's bootable and the install works like from a CD.

link|improve this answer
Great answer so far. Do you know if, during installation, debian gives the option to partition the disk? – blokeley Apr 2 '11 at 13:41
Any linux distro that doesn't let you partition the disk is doomed to fail. Partitioning the disk is a basic part of any installation of Linux. So I'd say yes, it does. – Majenko Apr 2 '11 at 13:51
The debian installer did have a partitioner. However, debian didn't support either my ethernet or wifi adapters so I couldn't install it! See superuser.com/questions/267282/… – blokeley Apr 7 '11 at 10:37
1  
Fantastic answer. Worked first time, and that was after several hours of trying to get the instructions in the debian installation guide to work. – Recurse May 10 at 3:56
feedback

To quote from the Very Verbose Debian Installation Walkthrough:

Step 3 � (cfdisk) You should now be at a black screen that says, "cfdisk 2.11n", at the top. This is where we will partition our hard drive to prepare it so we can install Debian. Probably one of the most "scary" tasks when installing Debian is partitioning the drive. Debian uses a command line tool called cfdisk, which is really quite simple to use, so don't be discouraged by its monochrome presentation.

link|improve this answer
feedback

You can try EasyBCD to boot from the iso file directly without creating a bootable usb

link|improve this answer
Thanks for the note, but this doesn't answer any of the 3 specific questions. – blokeley Apr 2 '11 at 13:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.