Debian Installation :: Debootstrap Installation On Btrfs Subvolumes

Sep 7, 2015

So I have installed Debian through debootstrap and it seemed to go off without a hitch, the problem came problem came about during the boot process. I am dual-booting with Arch and use Systemd-boot as my bootloader... it finds the kernal and initrd and starts to boot but I run into this problem where it gets to the options part for root and doesn't mount. have done this very same installation on virtualbox with ext4 filesystem and it worked without a hitch.. I know it has something to do with the btrfs subvolumes I'm so new to Debian I haven't made it past this installation process..

here is my lsblk
Code: Select all   
sda        8:0      0    /My_Files
sdb        8:32    0    /home
sdc        8:48    0     

[code]....

I have installed btrfs-tools and I don't know what the following means... It seems to do the first two fine, vmlinuz and initrd.img but it doesn't find my root because maybe it doesn't recognize the 'rootflags' tag? or Debian doesn't automatically deal with btrfs-subvolumes nicely?

Code:

Select allBegin: checking root file system . . . fsck from util-linux 2.25.2
/sbin/fsck.btrfs: BTRFS file system
mount: mounting PARTUUID=................................................................ on /root failed
Target filesystem doesn't have requested /sbin/init

View 14 Replies


ADVERTISEMENT

Debian Installation :: Jessie On Btrfs File System With Subvolumes

Feb 9, 2015

My goal ist to install Debian Jessie on a drive with a btrfs subvolume scheme. This is my first time using btrfs and also my first Jessie installation.

My experience is, that partman creates btrfs file systems but doesn´t support btrfs subvolumes (why not?).

I successfully created btrfs subvolumes manually in a shell session during ("expert") installation and manually mounted them to the desired mount points in /target. Installation went through until grub2 installation, which failed.

Is there a best practice to install Debian (Jessie) on a btrfs file system with subvolumes? I want to use subvolumes for /, /home, /var/log and /var/lib/mysql.

View 3 Replies View Related

Ubuntu :: BTRFS Subvolumes And Snapshots

Apr 7, 2011

I decided to try playing with btrfs. I think you could do lots of fancy things with that. One thing puzzles me though - I can make a snapshot or a subvolume the default volume to mount (using btrfs set-default , but how do I then remove that subvolume default so that the base filesystem is the default mount again.

View 1 Replies View Related

Debian Installation :: Installing Wheeze Using Netinstall - Debootstrap Error

Feb 26, 2011

I am installing Wheeze using netinstall.

After the partition step, the installation gives me the following error: Debootsrap Error. 

Invalid Release file: no entry for main/binary-amd64/Packages

I have tried several iso's with several cd's but nothing is working.

View 11 Replies View Related

Debian :: Debootstrap Error On New Installation - Bzcat Is Not Available On The System Check /var/log/syslog

Jul 19, 2011

I am trying to install Wheezy testing i386 using netinstall .iso disk.

After the disk partition stage and while in the 'Install the base system' stage I get the message;

Debootstrap error:

The following error occurred: The bzcat is not available on the system Check /var/log/syslog or see virtual console 4 the details.

I have over the past couple of months downloaded three daily builds of testing and the md5sums are good on all of them yet I have the same problem with each disk.

View 3 Replies View Related

Ubuntu Installation :: Debootstrap Can't Use Desktop CD As Package Source?

Sep 7, 2010

I'm running Karmic Desktop Live CD from a USB stick, and trying to install Ubuntu to a hard disk using debootstrap I get these errors:

$ sudo debootstrap karmic /dir file:///cdrom/

Quote:

I: Retrieving Release
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
W: Failure trying to run: chroot /dir mount -t proc proc /proc

[Code].....

I've read this bug report: [URL] basically, the discussion states that Desktop CD can not be used as package source for debootstrapping, I understand it is because of different file structure than the required for a repository, but would like to know more specific information about it, and if possible, how could I use the CD as package source for debootstrap?

View 1 Replies View Related

Ubuntu Installation :: Using The BTRFS, Yes Or No?

Oct 10, 2010

I am about to setup a computer with Maverick. This will be for experiment use only, there will be nothing of any critical nature on it. Should I consider using the BTRFS, yes or no ? What would be the advantages/disadvantages (if any) on using it as opposed to EXT4 ?

View 4 Replies View Related

Ubuntu Installation :: Install Karmic Xen DomU On Etch Dom0 Via Debootstrap?

Mar 10, 2010

I have an etch-based Xen server that has several Xen domU's on it. All the domU's are etch or lenny based, but I'd like to install a karmic guest. I use xen-tools to install my domU's - e.g., xen-create-image --debootstrap <etc.>After much googling, I've found bits and pieces of info that have gotten me closer to the goal, but the debootstrap script I have is for hoary (I think etch came with this), and I'm pretty sure this won't work.

If you have been able to successfully install a Karmic guest on an etch or lenny host, I'd be very grateful for pointers.

View 1 Replies View Related

Fedora Installation :: F15: Using Btrfs As Boot Partition?

May 25, 2011

is it possible? If I select btrfs as /boot partition I get this error:

"Bootable partitions cannot be on an btrfs filesystem"

edit:should I use this guide? [URL]

View 2 Replies View Related

Ubuntu Installation :: External USB Drive Btrfs Remount?

Dec 28, 2010

I'm running Maverick on an older Stinkpad. I have a btrfs /home as a second partition on the internal HDDand a brand shiny new 3TB external USB western digital drive also formatted btrfs. I'm having a problem whenever I hibernate/suspend the laptop by closing the lid and start it back up later, the external drive won't remount unless I do a complete reboot. I have no entry in /etc/fstab for the external drive.Quote:Unable to mount "blah" DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending

View 3 Replies View Related

Debian :: Debootstrap To LVM - Booting But No Root

Nov 21, 2015

first time with debootstrap, i followed: [URL] the error i get on boot looks like this:

Code: Select all [URL]

they did not mention lvm speficically so i just installed lvm2 inside the chroot and created my fstab like this:

Code: Select all/dev/mapper/debian--unstable-root / ext4    errors=remount-ro 0       1
/dev/mapper/debian--unstable-home /home ext4    defaults        0       2
/dev/mapper/debian--unstable-tmp /tmp       ext4    defaults        0       2
/dev/mapper/debian--unstable-var /var    ext4    defaults        0       2

Having one mounted from jessie looks like this:

Code: Select all/dev/mapper/debian--unstable-root on /home/julius/other-systems/debian-unstable type ext4 (rw,relatime,data=ordered)

So I guess the fstab is correct

I already tried to "refresh" the inittab with:

Code: Select allupdate-initramfs -u
command ran ok, but no change at boot.

View 1 Replies View Related

Debian :: Debootstrap Warnings - Getting Them Constantly ?

Aug 26, 2010

Im currently installing debian on my old server, its a 64bit computer, so i've downloaded the amd64 for this project. But under the Basis Installation, of this cd image, im getting a debootstrap warning every time i want to continue the installation, the last warning i remember was something coreutils_6.10-6_amd64.deb (Something like that, not totaly sure), and im lost, can't find anything closely related to the subject.

View 11 Replies View Related

Debian Configuration :: Root Password Debootstrap And Ssh

Feb 11, 2010

For my dissertation I created a debootstrap install of Lenny. When I boot this system I just can login with root without a password. When I want to ssh this machine with the debootstrap install I can't just login with root. I'm asked for a password which I don't have.

So I created one with passwd root and after that I can connect to the machine with ssh and the given password. But the machine still logs in with without a password.

View 3 Replies View Related

Debian :: Support For Btrfs Sub-volumes For Mounting

Sep 8, 2015

I have installed Debian through the Debootstrap process using the ext4 fs for root and it worked without a problem. When I tried to install Debian mounted on btrfs subvolumes, there are problems mounting root while booting so it crashes... Any clue if Debian supports btrfs subvolumes?

View 5 Replies View Related

Debian :: Chroot 32 Bits On Amd64 Debootstrap Error "Invalid Release File"

Feb 21, 2011

I am trying to build a chroot to have 32bits application on a amd64 arch. but when I try the debootstrap command i get this error that I am unable to get through; here it is: debootstrap --verbose --arch=i386 sid /var/chroot/sid-ia32 I: Retrieving Release E: Invalid Release file, no entry for main/binary-i386/Packages

then i tried this solution: [URL] and i progressed but stopped again at one error: E: can't find checksum for packages file.

View 2 Replies View Related

General :: WARNING: "BTRFS Will Screw Your Debian / Ubuntu System"

May 6, 2011

Things were fine for a couple months until this most recent dist-upgrade. The new grub has an incompatibility with BTRFS which nearly caused me to lose everything, as grub couldn't set up the boot system since it can't see the BTRFS partition. I worked for days trying to get help in the linux-btrfs listserv, but they don't seem to understand Debian/Ubuntu, and they kept referring me to Debian and grub devs. I asked them how those devs will know any more about BTRFS than they do, but there was no reply.

They said the new grub (1.99~rc1-13) will fix it, but unfortunately the Debian package management system was jammed by BTRFS as well and I couldn't install/deinstall anything. I finally had to unpack the grub-pc .deb and manually install it, but guess what? It didn't fix the problem. I've now had to completely rebuild my system without BTRFS. This has cost me days, which I cannot spare. I realize it says 'experimental' on the BTRFS website, but it is in the stable kernel, and there is not a word anywhere about it being completely non-functional in Debian/Ubuntu.

View 12 Replies View Related

Debian Installation :: USB Installation Fails To Find An Installation Iso Image

Aug 15, 2010

I have installed Debian maybe 30 times over the years since about 2003, stable, testing and Sid on two different desktops and two different laptops. The only problem I have ever had is sometimes with a flaky daily build. It is one of my favorite distros.

BUT, I am totally frustrated is trying to install to a USB. I have followed the manual step by step about 6 times in the past two weeks. The result is always the same. The installation fails to find an installation iso image. Yes, I know the iso image and the hd-media vmlinuz and initrd.gz files are supposed to be the same version.

File: debian-testing-i386-netinst.iso from: [url]

Files: vmlinuz and initrd.gz from: [url]

The USB boots to a Language selection screen and proceeds through the Keyboard selection screen with no problems.

The next step which searches for an installation iso image fails.

Skipping that step and trying to load installer components from iso image also fails.

Searching the entire PC for an installation iso image also fails. (I even copied the netinst iso image to the HD root directory.)

View 6 Replies View Related

General :: After Debootstrap - Get Vmlinuz And Initramfs?

Aug 13, 2010

I just did a simple debootstrap lenny /opt/lenny-chroot http://fpt.de.debian.org/debian There is no vmlinuz or initramfs under /opt/lenny-chroot/boot. What would be the next minimalistic necessary step to get it there?

View 1 Replies View Related

Debian Installation :: Frequent Hanging After Installation Of Debian Squeeze

Apr 15, 2011

I have and old PC and for last years i had Debian Lenny on that and it was working great but after the Squeeze release, i downloaded the first CD image and did a fresh installation but after this it boots up with no problem (i must say since in Squeeze installation the option of creating a floppy diskette was not working properly i use SuperGrubDisk2 to boot the Debian), but few seconds after logging in, the system hangs (or maybe only the X11 since i use a historic nVidia TNT2 Riva graphic card!).

View 3 Replies View Related

Ubuntu :: Debootstrap Does Not Get Correct Package Repository?

Aug 1, 2011

I am trying to run "sudo pbuilder create" where it runs debootstrap. Then it says:

Code:
I: Checking component main on http://bg.archive.ubuntu.com/ubuntu. Problem is that this is the old repo I've used. After installing pbuilder and the other dpkg essential packages I've run "sudo pbuilder create", noticed the message of the repo and since I am no longer in Bulgaria, interrupted the script, went to synaptic and changed the repo from there (now is http://archive.linux.duke.edu/ubuntu/). Even rebooted. Double-checked in synaptic the repo is still changed, grepped the files in /etc/apt for "bg" and all results were commented. I ran again "sudo pbuilder create" and it still reports the old repo.

So where does debootstrap reads the repo setting from and how to fix it?

View 3 Replies View Related

Ubuntu :: Debootstrap Warning - Install Server 10.04

Aug 7, 2010

I've been trying to install Ubuntu server 10.04 and I keep getting a Debootstrap warning. Warning: file:///cdrom/pool/main/p/plymouth/libplymouth2_0.8.2-2ubuntu2_i386.deb was corrupt. I am then presented with options to Continue or Go Back. Whichever option I choose, the installer keeps giving me Deboostrap warnings. I've tried to find solutions online and I've done the CD integrity test as well as a memory test. I've passed both. i am installing this on a Dell Dimension 8400 machine with 1 GB RAM and a 80 GB HDD.

View 1 Replies View Related

Server :: Using Debootstrap To Install Foreign System

Feb 9, 2010

At work they gave me the following task (and i need some help from you guys!):At work we have a normal PC running Ubuntu 9.10 (32-bit), which works good.We also have a LaCie Ethernet Disk Mini v2, which runs embedded Linux (RedHat), but is so trimmed down, you can't use the disk we would like to use it.The task is this: On the X86 machine, make a bootable image for the ARM architecture and write it to a harddisk (which fits the LaCie offc.) so it can boot off it.Now i have done some investigation, but don't know how to combine it all:

- I can use debootstrap to create a minimal Debian system, but there comes the problem, you can't chroot into a foreign created system (i.e. X86 cannot chroot into ARM system).
- I can use QEMU, which can emulate a ARM processor, but can i use the image that QEMU uses as a normal image for a harddisk, so it would boot off it (when using dd to write it to a real harddisk)?
- Current kernels support the LaCie hardware (Marvell chipset)
- I know how to use tools such as dd, so if the image is generated i can write it to disk and have the LaCie boot from it.

The LaCie box has the following: 1 ARM9 ARMv5TEJ (266 MHz) CPU with 64 Mb RAM, Gigabit network controller and 1 usb host port, internal there is a sata port obviously.The only thing i want at the moment is to have the LaCie boot Debian and i can SSH into it, from there the rest is easy as pie.Is someone willing to help me accomplish this task? It would seriously mean and help alot!If all goes well and if i get all things up and running i would like to make a Howto of it and place that here, maybe it will be of some use !

View 4 Replies View Related

Debian Installation :: Netinst - Fresh Installation Of Lenny Or Squeeze (either Or) And Not Install Exim?

Feb 26, 2010

I haven't used Debian in 1 year or so and would like to know if there is any possible way to do a fresh installation of Debian Lenny or Squeeze (either or) and not install Exim? I get to the package selection section of the Debian Installer and I de-select "Desktop Environment" & "Standard System" so nothing is selected and it still be default installs Exim. Is there a way to omit this from the install?

View 9 Replies View Related

Debian Installation :: Samsung Netbook N310 Dual-boot Installation (lenny + Xp)?

Nov 7, 2010

I recently bought a new Samsung netbook N310 and want to install dual-boot Debian lenny along with windows xp home edition. My CPU is like this: Intel Atom CPU N270 1.6GHz which architectures and kernels I should download from the cd installation? there are so many:alpha, amd64, armel, hppa, i386, ia64, mips, mipsel, powerpc, s390, and sparc.

View 4 Replies View Related

Debian Installation :: Installation Failed On Mobo Gigabyte G41M-ES2H?

Aug 1, 2010

explain the following issue I have with Debian IA 64:I tried on a PC (Mobo Gigabyte G41M-ES2H, core 2 duo, 4 GB RAM DDR2) the live CD of Debian Lenny IA64 and everything worked just fine, which was a very good thing because none of all other major ia64/i386 distros of Linux (Mandrake, ubuntu, fedora) did so. In a nutshell it seems that the IGP G41 chipset is the cause of these setup failure (Everything is OK when using a PCI-e graphic card that I need in another computer)rd as someone (viewtopic.php?=17&t=49186&p=282839&hilit=G41M+ES2H#p282839) successfully installed Lenny on a very similar mobo. To go to the point what I do not understand is when I launch the iso Cd to now install the same version of Debian, everything freezes at the very beginning of the boot and the screen goes blank.

View 4 Replies View Related

Debian Installation :: Remove Installation Menu From Windows Boot Manager ?

Aug 1, 2011

I've finished the installation of Debian Squeeze using Installer loader from Windows. But the Installer menu is still appear on Windows Boot Manager.

I've try to uninstall the "Installer Loader" from Windows and I got an error message about BCDEDIT (if I'm not wrong), during uninstallation process.

I ignore it, and continue the uninstallation process until complete. But, After I reboot my computer, the Installer menu is still appear on Windows Boot Manager.

I'm using Windows Vista Business SP2.

View 4 Replies View Related

Ubuntu Installation :: Only Get 1/2 Screen After Installation, And Force Back To Debian Squeeze?

Jul 6, 2010

My laptop is Toshiba Portege 2000. Every time after I installed new ubuntu release, I have to replace the xorg.conf to fix the resolution problem b/c I got 800 x 600 screen only. However, after the 10.04 installation. I only got 1/2 of the screen of resolution. I cannot even see most of my terminal screen.

View 2 Replies View Related

Debian Installation :: Install Grub On Master Bootloader / If Installation Is Going On Separate Hard Drive?

Feb 5, 2010

I am helping my pal to get into Debian (yes first timer).He is running W7 on a 500G SATA HDD and he has another 250G SATA HDD that he wants Debian to go to.Will Debian install grub on the master bootloader even if the installation is going on a separate hard drive?I have dual boot before but on the same hard drive.

View 6 Replies View Related

Debian Installation :: NVIDIA Quadro NVS 295 - Make Sure During Installation That GRUB Gets Configured To Stay In Character Mode Only?

Mar 2, 2011

I am trying to get Debian 6 to work on an hp Z400 - the problem is that it came with a NVIDIA Quadro NVS 295 graphics card; there may be a driver for Linux, but it doesn't matter, because GRUB insists on switching to some sort of graphics mode and the screen just blanks and switches itself off. Is there any way to make sure during installation that GRUB gets configured to stay in character mode only?

View 6 Replies View Related

Debian Installation :: Can't Boot After Installation Due To Video Card / Partitions?

Dec 22, 2014

After a fresh install of 7.7.0 (amd64), I'm unable to boot into Debian. I get the following error constantly when booting in recovery mode:

(snip) [drm] nouveau (snip) PMC - unhandled INTR 0x44000000

A bit of Googling seems to indicate that this is due to my video card (Geforce GTX 750Ti). Unfortunately, my motherboard doesn't have any monitor ports, so I'm forced to use a video card in order to use a monitor. Something I didn't foresee being an issue, but what can you do. How should I resolve this? Is there an ISO that has the (presumably non-free) drivers included? A way I can add the drivers during boot (I am able to boot into my Windows partition by changing the boot order, don't know if I can do anything useful from here)? Or do I have to do something crazy like buy/borrow an older video card just so I can properly boot into Debian, and then install the drivers?

I've got a secondary problem: GRUB has my Debian install as the only option, even though I had Windows 8.1 installed first. I don't know if this is related to the problem above, or it's a known problem with newer versions of Debian and/or Windows (and I have to update the menu.lst or whatever myself), or if it's due to the way I set up partitions. My current setup is:

SSD:
- Windows boot partition
- Windows main partition
- Debian / partition
- Debian swap partition
HDD:
- Debian EFI partition
- Debian /home partition
- Unallocated space (will eventually be a NTFS partition for shared storage)

This is the first time I'm using a motherboard with EFI/UEFI. It's also the first time I have an OS taking up partitions on multiple physical devices. I don't know if either is the cause of GRUB not detecting Windows.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved