Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

The value 'buster' is invalid for APT::Default-Release...

Off-Topic discussions about science, technology, and non Debian specific topics.
Post Reply
Message
Author
Argus
Posts: 20
Joined: 2017-12-03 01:19

The value 'buster' is invalid for APT::Default-Release...

#1 Post by Argus »

Hi all. I recently downloaded the raspberry pi 3 preview image running debian testing (or so I believe). However, I can't do anything with apt. I get the following error:

The value 'buster' is invalid for APT::Default-Release as such a release is not available in the sources.

Note that I do not have an internet connection on said machine and am using the debian-testing-arm64-DVD-1.iso image loaded into apt via apt-cdrom. I'm pretty sure I would get the same error with an internet connection and the main repository also, though.

Edit: It looks like running apt-get update is a recommended fix, but how can i do this with an offline system?

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: The value 'buster' is invalid for APT::Default-Release..

#2 Post by bw123 »

Why didn't you just use the debian-testing-arm64-DVD-1 to install? You might be able to hack the setup to get it to do what you want, but you'll need to read up about apt, sources.list and APT::Default-Release. If the man pages aren't installed you can get to them online.

People on the forum likely won't know about that preview, because we don't run it, and have no idea how it is setup.

I wouldn't want a 'preview' myself. Maybe you can take note of how it is setup on that hardware, then use those ideas for your new install?
resigned by AI ChatGPT

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: The value 'buster' is invalid for APT::Default-Release..

#3 Post by stevepusser »

The value 'buster' is invalid for APT::Default-Release as such a release is not available in the sources.
So...what are your sources?

Code: Select all

cat /etc/apt/sources.list
MX Linux packager and developer

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: The value 'buster' is invalid for APT::Default-Release..

#4 Post by llivv »

you might want to edit your OP title to include rasberrypi
thanks
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: The value 'buster' is invalid for APT::Default-Release..

#5 Post by pylkko »

IIRC, you need to 1) create a mount point 2) mount the iso using a loop device to that place 3) then apt-cdrom -d=/mntISO add. After that you use it exactly like an online source, do apt update, then for example apt install whatever.

Is this what you have done?

Btw. does this mean that the bootloader can now boot a vanilla kernel?

Argus
Posts: 20
Joined: 2017-12-03 01:19

Re: The value 'buster' is invalid for APT::Default-Release..

#6 Post by Argus »

Hey guys. Have been incredibly busy lately and not had time to work on this further, but I will do so soon and get back with the results.

> pylkko
That's exactly what I did. It works on other systems with stretch. I think something with Apt and the testing iso I downloaded just don't match. I downloaded the iso labeled 'buster' in addition to the 'testing' weekly build, so I'll try that next. And if all else fails, I'll hook it up via ethernet and try the default repo. I just don't understand what's wrong with the iso, and why it can't find 'buster' or testing', which are both there. The architecture matches and everything.

>llivv
Yeah, I considered that. But I doubt this is specific to the pi. It's just not understanding how apt is configured. I've found other questions in regards to the same error searching online, but none with answers that I was able to apply.

> bw123
I may try that next, if I can't figure out how to configure apt.

P.S. It was kind of hard to find this, being that it was moved to off-topic. Any reason this doesn't qualify as a regular question?

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: The value 'buster' is invalid for APT::Default-Release..

#7 Post by GarryRicketson »

by Argus »P.S. It was kind of hard to find this, being that it was moved to off-topic. Any reason this doesn't qualify as a regular question?
I am NOT a moderator, and only a moderator or admin that moved it can answer that, but my guess is, because it is not a official Debian release,
it almost falls into "another distro" class, the main board is intended for specifically Debian, and when it is other distros, or mixes based on Debian they are discussed in the off topic board, ....No big deal, since you are new here, and apparently new to Debian, obviously you didn't realize that.
Sometimes they send the OP a PM , with a explanation but I guess this time
who ever moved it did not do that.

https://wiki.debian.org/RaspberryPi3

RaspberryPi3

The Raspberry Pi 3 is a version of the RaspberryPi which was released in February 2016. It contains a 1.2 GHz ARM Cortex-A53 CPU and hence is the first version of the RaspberryPi to support the arm64 architecture.

Debian buster runs on the Raspberry Pi 3, but there are a few issues preventing us from releasing an official image: ---snip---
Any way, there is some information on the Debian website, and also we do have some other members experienced with Raspberry Pi 3, and also Buster, (debian testing) which is not yet a official release either, all though plans are to name it Buster when released.
from: https://wiki.debian.org/RaspberryPi
Generally, your best bet is to use Raspbian- which is (mostly) Debian armhf rebuilt by members of Debian for the RPi's ARMv6+VFP2 ARM variant. Raspbian releases usually follow the corresponding Debian release but do deviate in a handful of cases for various reasons.

JueShire
Posts: 6
Joined: 2008-10-04 20:26

Re: The value 'buster' is invalid for APT::Default-Release..

#8 Post by JueShire »

Argus wrote:The value 'buster' is invalid for APT::Default-Release as such a release is not available in the sources.
I had the same issue, it's a conflict between

Code: Select all

/etc/apt/apt.conf.d/08default-release
and

Code: Select all

/etc/apt/sources.list
The latter had 'unstable' listed, whereas the former said 'buster' - but 'buster' is 'testing' and not 'unstable'. So you have to change either 'buster' into 'sid', or 'unstable' into testing' (I recommend to do the latter unless you're an adventurous kind of person).

Cheers,
Jürgen

Post Reply