Debian live-build can't find live-image
I'm baffled by this one. I've used literally the same commands all week to build customs Debian .iso
images. Tonight, I get this error:
[2019-02-04 18:56:40] lb chroot_install-packages install
P: Begin installing packages (install pass)...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-686-pae
Ghengis Khan would marvel at the number of times I've burned everything to the ground. It goes something like this.
Create a brand new VM using Vagrant box generic/debian9
. Once created, SSH in and run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install live-build
Following the live-build manual, prep the build directory:
mkdir -p my_build/auto && cd my_build
cp /usr/share/doc/live-build/examples/auto/* auto/
Edit auto/config
to read as follows. I am building an image specifically for a Dell XPS15 9560 and want an amd64
architecture/linux kernel:
#!/bin/sh
set -e
lb config noauto
--architectures amd64
--linux-flavours 686-pae
--binary-images iso-hybrid
--archive-areas "main contrib non-free"
--bootappend-live "boot=live persistence components hostname=bakerst username=holmes sudo"
"${@}"
Generate a config tree using the auto/config
just created:
lb config
Create config/package-lists/my.list.chroot
:
firmware-atheros
sudo
Now, build:
sudo lb build
This generates the error. I'm confused, as the linux-image-686-pae
is listed on the Debian package website, yet it indeed doesn't install:
vagrant@debian9:~/my_build$ sudo apt-get install linux-image-686-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-686-pae
Checking my host /etc/apt/sources.list
, I have main contrib non-free
appended to each entry.
debian linux-kernel live-usb livecd
add a comment |
I'm baffled by this one. I've used literally the same commands all week to build customs Debian .iso
images. Tonight, I get this error:
[2019-02-04 18:56:40] lb chroot_install-packages install
P: Begin installing packages (install pass)...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-686-pae
Ghengis Khan would marvel at the number of times I've burned everything to the ground. It goes something like this.
Create a brand new VM using Vagrant box generic/debian9
. Once created, SSH in and run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install live-build
Following the live-build manual, prep the build directory:
mkdir -p my_build/auto && cd my_build
cp /usr/share/doc/live-build/examples/auto/* auto/
Edit auto/config
to read as follows. I am building an image specifically for a Dell XPS15 9560 and want an amd64
architecture/linux kernel:
#!/bin/sh
set -e
lb config noauto
--architectures amd64
--linux-flavours 686-pae
--binary-images iso-hybrid
--archive-areas "main contrib non-free"
--bootappend-live "boot=live persistence components hostname=bakerst username=holmes sudo"
"${@}"
Generate a config tree using the auto/config
just created:
lb config
Create config/package-lists/my.list.chroot
:
firmware-atheros
sudo
Now, build:
sudo lb build
This generates the error. I'm confused, as the linux-image-686-pae
is listed on the Debian package website, yet it indeed doesn't install:
vagrant@debian9:~/my_build$ sudo apt-get install linux-image-686-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-686-pae
Checking my host /etc/apt/sources.list
, I have main contrib non-free
appended to each entry.
debian linux-kernel live-usb livecd
add a comment |
I'm baffled by this one. I've used literally the same commands all week to build customs Debian .iso
images. Tonight, I get this error:
[2019-02-04 18:56:40] lb chroot_install-packages install
P: Begin installing packages (install pass)...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-686-pae
Ghengis Khan would marvel at the number of times I've burned everything to the ground. It goes something like this.
Create a brand new VM using Vagrant box generic/debian9
. Once created, SSH in and run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install live-build
Following the live-build manual, prep the build directory:
mkdir -p my_build/auto && cd my_build
cp /usr/share/doc/live-build/examples/auto/* auto/
Edit auto/config
to read as follows. I am building an image specifically for a Dell XPS15 9560 and want an amd64
architecture/linux kernel:
#!/bin/sh
set -e
lb config noauto
--architectures amd64
--linux-flavours 686-pae
--binary-images iso-hybrid
--archive-areas "main contrib non-free"
--bootappend-live "boot=live persistence components hostname=bakerst username=holmes sudo"
"${@}"
Generate a config tree using the auto/config
just created:
lb config
Create config/package-lists/my.list.chroot
:
firmware-atheros
sudo
Now, build:
sudo lb build
This generates the error. I'm confused, as the linux-image-686-pae
is listed on the Debian package website, yet it indeed doesn't install:
vagrant@debian9:~/my_build$ sudo apt-get install linux-image-686-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-686-pae
Checking my host /etc/apt/sources.list
, I have main contrib non-free
appended to each entry.
debian linux-kernel live-usb livecd
I'm baffled by this one. I've used literally the same commands all week to build customs Debian .iso
images. Tonight, I get this error:
[2019-02-04 18:56:40] lb chroot_install-packages install
P: Begin installing packages (install pass)...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-686-pae
Ghengis Khan would marvel at the number of times I've burned everything to the ground. It goes something like this.
Create a brand new VM using Vagrant box generic/debian9
. Once created, SSH in and run
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install live-build
Following the live-build manual, prep the build directory:
mkdir -p my_build/auto && cd my_build
cp /usr/share/doc/live-build/examples/auto/* auto/
Edit auto/config
to read as follows. I am building an image specifically for a Dell XPS15 9560 and want an amd64
architecture/linux kernel:
#!/bin/sh
set -e
lb config noauto
--architectures amd64
--linux-flavours 686-pae
--binary-images iso-hybrid
--archive-areas "main contrib non-free"
--bootappend-live "boot=live persistence components hostname=bakerst username=holmes sudo"
"${@}"
Generate a config tree using the auto/config
just created:
lb config
Create config/package-lists/my.list.chroot
:
firmware-atheros
sudo
Now, build:
sudo lb build
This generates the error. I'm confused, as the linux-image-686-pae
is listed on the Debian package website, yet it indeed doesn't install:
vagrant@debian9:~/my_build$ sudo apt-get install linux-image-686-pae
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-686-pae
Checking my host /etc/apt/sources.list
, I have main contrib non-free
appended to each entry.
debian linux-kernel live-usb livecd
debian linux-kernel live-usb livecd
asked 14 mins ago
Lorem IpsumLorem Ipsum
19816
19816
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498712%2fdebian-live-build-cant-find-live-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498712%2fdebian-live-build-cant-find-live-image%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown