Installing Debian

 
Thread Tools Search this Thread
Operating Systems Linux Debian Installing Debian
# 1  
Old 08-31-2010
Installing Debian

I'm trying to install Debian to a partition on my hard drive. I have my computer booted into Knoppix from a CD and I'm using it to download the necessary files to create an install disk that I can boot from (on a USB memory stick).

Here is what someone on another forum told me to do:
Quote:
Download boot.img.gz from here: ftp.osuosl.org :: Oregon State University Open Source Lab

Run this command on your empty FAT32 USB:
zcat boot.img.gz > /dev/sdX <---- X not sdaX

Mount it:
mount /dev/sdX /mnt/

Download Netinst from here, note a good KDE torrent client is Ktorrent, or Azeurus, or look on another site for a non-torrent download:
Debian -- Network install from a minimal CD

Copy files (non-binary copy, so it can't mess up!):
cp netinstimagename.iso /mnt

And BAM! Restart and see if that works. This bypasses the MBR crap and uses a bootloader to start the kernel (installation hook)
Are you really supposed to do a non-binary copy? The manual simply said

Quote:
After that, mount the USB memory stick (mount /dev/sdx /mnt), which will now have a FAT filesystem on it, and copy a Debian netinst or businesscard image ISO to it.
It said nothing about whether to use a binary copy or cp.

So far, I have tried doing this to one USB stick and it got corrupted somehow so that when I went to the boot menu, the BIOS didn't detect it. I have a different drive, and I have deleted all partitions on it, then used mkfs to create a filesystem.

So here are my questions:
1. Should I use dd or cp?
2. If I use dd, wouldn't that overwrite what was in boot.img?
3. If I use cp, won't the ISO still be compressed and unusable?

Last edited by Ultrix; 08-31-2010 at 09:06 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Debian

Need to upgrade Debian 7.8 to Debian 8.5 (Not 8.5)

Hello, I need to upgrade my Debian system 7.8 to 8.5 but by default via apt-get It moves to 8.6 version(latest stable version). I'm new to Debian so didn't figure out the solution. I've checked few suggestions over internet like editing apt source list file using snapshot archive. Please... (2 Replies)
Discussion started by: Mannu2525
2 Replies

2. Debian

After installing debian, can not access

My wireless card: TP-LINK 322G + I ask, after the installation is complete debian5.04, how to configure wireless Internet access, thank you! lspci entry: 00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1) 00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev... (1 Reply)
Discussion started by: vsgeping
1 Replies

3. Ubuntu

Re Installing windows XP after installing KUBUNTU

Hi I have dual operating system i.e Win XP and KUBUNTU. Now my windows XP is corrupted and i want to reinstall Win XP. So i just want to know Shall i have to reinstall Linux also or i can only reinstall win xp without affecting linux installation. Thanks Sarbjit (3 Replies)
Discussion started by: sarbjit
3 Replies

4. Debian

Installing Debian onto Dell PE2950/PERC6i/Intel L5410

Hello people! :D I wonder if you can help... I am going to take delivery very soon of a Dell Poweredge 2950 III server of the following spec: 1x Quad Core Intel Xeon L5410, 2.33GHz CPU 4GB Memory, 667MHz (2x2GB Dual Ranked FB DIMMs) PERC 6/i, x6 Backplane, Integrated RAID Controller... (2 Replies)
Discussion started by: fishsponge
2 Replies

5. Debian

Debian Help

It says that these files should be written to a floppy: Studenten Net Twente - Index of /debian/dists/etch/main/installer-i386/current/images/floppy/ How would all of those fit onto a floppy? Could I write a CD instead? (8 Replies)
Discussion started by: Bradj47
8 Replies

6. Debian

Problem installing debian 4.0 on hp dl380 G5

ello all.. I really have a big problem installing debian 4.0 on HP dl380 G5 ,2 74 sScsi in raid 1 (mirror), after all selected options, it's freezes on getting files 125 of 125 and stops on 5% of the installation. I've try with different cd's and cd-roms so that's not the problem! Can someone... (4 Replies)
Discussion started by: res5it
4 Replies

7. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

8. UNIX for Dummies Questions & Answers

Installing Debian on Sparc

I've downloaded the iso images and attempted an boot cdrom in order to install directly from cdrom, but I keep getting error message: Fast Data Access MMU Miss After checking simillar issue on the net I've update open boot firmware to the latest 4.10.6 but still no success. Anyone could help... (4 Replies)
Discussion started by: bubbs
4 Replies

9. UNIX for Dummies Questions & Answers

debian help

ok -- i've got the main install done, but when it goes to set up apt, i can't get to an http or ftp server to get the packages. seems my dns isn't working. problem is -- i have no way, or at least don't know a way, to get into any sort of gui, in which i think i could get it going myself. i'm stuck... (1 Reply)
Discussion started by: aenemated
1 Replies
Login or Register to Ask a Question