Questions tagged [debootstrap]

For questions about debootstrap, a Debian package that bootstraps a basic Debian system from scratch, without requiring the availability of dpkg or apt.

debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into.

14 questions
6
votes
2 answers

debootstrap error in Ubuntu 13.04 raring

I'm trying to create a file system in Ubuntu with the command: sudo debootstrap --foreign --no-check-gpg --include=ca-certificates --arch=armhf testing rootfs http://debian.raspbian.com/debian but it got the following error: /usr/sbin/debootstrap:…
axel
  • 61
5
votes
2 answers

Adding user to chroot environment

I've created a chroot system in my Ubuntu using schroot and debrootstrap, based on minimal ubuntu. However whenever I can't seem to add a new user into this chroot environment. Here is what happens. I enter schroot as root and add a new user.(Tried…
Neo
  • 199
5
votes
1 answer

How to install a specific Debian/Ubuntu release version?

I am investigating reproducible builds and would like for that to end up with a script that sets up a constant VM image containing my build environment. For now, I'll put aside issues with timestamps and other sources of differences, so by…
slv
  • 221
3
votes
2 answers

Script answer to apt-get request "To continue type in the phrase 'Yes, do as I say!'" in bash

My script is replacing sysvinit with systemd inside a chroot while building a debian image with debootstrap. Since this is a "dangerous" action, apt-get will ask a silly question: "To continue type in the phrase 'Yes, do as I say!'" How can I…
3
votes
3 answers

Is it possible to install Ubuntu from another Linux system? (Gentoo in my case)

Is it possible to install Ubuntu NBR on a harddisk that is currently installed in another Linux system (Gentoo in my case). I want to reinstall my Media Center and Home Router (running Ubuntu NBR 9.10) on a harddisk that is currently installed in my…
IanH
  • 1,332
2
votes
1 answer

Debootstrapping karmic powerpc arch results in error?

I'm trying to retrieve the powerpc arch of Karmic Koala with the following command: sudo debootstrap --arch powerpc karmic /home/xbmc/karmic http://archive.ubuntulinux.org/ubuntu However, I get the following error: E: No such script:…
FLX
  • 319
2
votes
1 answer

need clarifications on chroot command

I am trying to understand chroot. I am trying to run just "ls" command in chroot environment. So i copied "ls" and "bash" and its dependencies(as shown by ldd) to corresponding bin, lib, lib64 directories in new root directory and ran chroot…
2
votes
2 answers

How do I install debian linux to ssd from live system with uefi boot

I have a usb drive with overclockix (debian-based) that I have booted my system from. I am trying to figure out a way to install it to the attached SATA SSD drive. I attempted the following: I created the following partitions on the SSD with…
1
vote
1 answer

Empty Boot folder on chroot Debian

I have wanted to create a custom livecd of Debian. I created a basic Debian (jessie) with debootstrap and began to configuring it. When I wanted to get vmlinuz and initrd files, I could not find them inside the folder 'Boot'. Is there something I…
1
vote
2 answers

Debootrap: Non-interactive shell expand PATH variable

I installed debian using debootstrap (debootstrap --arch=amd64 stretch /target http://httpredir.debian.org/debian). When I check my PATH variable i get: ssh git@srv 'echo $PATH' /usr/bin:/bin How can I expand it and include e.g.…
Pete
  • 11
1
vote
0 answers

creating linux device files for bootstrap

I'm currently independently researching device files as a part of learning more about the Linux system in depth. My current goal is to bootstrap Debian Linux through cdebootstrap. I followed the guide located at…
cellsheet
  • 111
0
votes
1 answer

website hosting on my local server using mamp in mac

I want to host a wordpress site locally on my MAMP server. This is the procedure I followed: 1.Installed the duplicator plugin on the site and created the site package. 2.Downloaded the installer and archieve file and installer.php file from…
0
votes
1 answer

How to set LVM for the whole disk and all remove already created partitions after installed Debian?

I have a dedicated server. I could only install a Debian. It was installed as hidden automated process. I would like now to use LVM and actually partition whole disk with another scheme. Is it possible and a good idea to do it in already installed…
static
  • 1,427
  • 5
  • 20
  • 31
-4
votes
2 answers

From what location are the 1st computer instructions available on boot up?

From what location are the 1st computer instructions available on boot up? A. ROM BIOS B. CPU C. boot.ini D. CONFIG.SYS E. None of the above