NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Failed to determine the codename for releaseWhen I tried to install the base system it said Debootstrap Error Failed to determine the codename for the release. I am trying to install Debian on Mac Intel based Server. |
Failed to determine the
You might try the debootstrap yourself:
[alt][F2] = gets you to virtual console #2 (installer is at #1)
Then find out how your target directory is mounted (/mnt, /target, and /mnt/target are all common):
mount
debootstrap --arch i386 etch /your/target/dir http://your.mirror.path/debian
Consult www.debian.org/mirrors for the path to use for your mirror.
Once that is done:
debootstrap --arch i386 etch /your/target/dir --second-stage
No idea why you're getting that error message though.