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


ADVERTISEMENT

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 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

OpenSUSE Install :: Convert The File System On Boot Drive From Ext4 To Btrfs?

Sep 11, 2011

I want to convert the file system on my boot drive from ext4 to btrfs.

I have converted by 2nd drive, unsure of how to convert the boot drive and partitions.

View 3 Replies View Related

Debian Installation :: System Hanging On Upgrade To Jessie

Apr 5, 2016

I have an asus eee 1015px, which was running dualboot windows and wheezy with no problems (except the browsers seeming to take up a lot of CPU). Today having backed up everything, I wanted to upgrade to jessie. URL...

Everything seemed to be progressing fine, no strange messages, it took 1 hour for

Code: Select allapt-get upgrade

but maybe that's normal. However, then when I did

Code: Select allapt-get dist-upgrade

It froze at 17.30 with a weird screen. The sort of thing you never want to see on an install, a sad face and blocks instead of text.
pic: URL...

Then it moved on and gave a readout, which seemed pretty ominous
pic: URl...

It then moved and gave a readout, hanging again:
pic3: URl...

Now it seems to be in loop, moving on every 15 minutes or so but always ending up with the same screenful of text shown in the foto below, which ends with the last line reading like this:

Code: Select all[17798.587776] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
or later
Code: Select all[20209.229273] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)

This pic shows the full screen: URL....

This is baffling for me I'm not very experienced with debian.

View 8 Replies View Related

Debian Installation :: Persistent Live Jessie System On 8GB USB Drive

Oct 28, 2015

I'm trying to create a persistent live Jessie system on my 8GB USB drive.

If that matters, I'm currently on an Arch Linux system, and I partly followed what's on the relative wiki (Pages Create a new MBR for a USB stick, Manually create a USB flash installation and Install Syslinux), plus a CrunchBang post explaining how to make a persistent live USB out of any Jessie-deriving distro (like their BunsenLabs Hydrogen).

The problem is, even if Debian boots up more than fine, the system isn't persistent at all.

Here's what I did (I know some passages are redundant, but still...):

Downloaded the Cinnamon flavor of Jessie via torrentErased the old MBR

Code: Select all# dd if=/dev/zero of=/dev/sdb bs=512 count=1 && syncCreated a 1.1G W95 FAT32 (LBA) active partition and used the remaining space on a Linux partitionFormatted the first to FAT32 and labelled it "Debian64". Formatted the second to ext4 and labelled it "persistence"
Code: Select all# mkfs.vfat -n Debian64 /dev/sdb1
# mkfs.ext4 /dev/sdb2 -L persistence
Mounted the first partition and the iso

[Code] ....

View 5 Replies View Related

Debian Installation :: Jessie UEFI System Boot Menu Missing?

Feb 17, 2016

I have installed Debian Jessie 8.0.3 64-bit net install on an IBM ThinkCentre. I have earlier had a dual boot Win 8 and Ubuntu 14.04 installed on the computer. When I installed Debian Jessie, I deleted the Ubuntu partitions and created new partitions from the free space. The install went fine and the Debian EFI/UEFI version of Grub was installed, but clearly at some other place, as when I boot the system, the old Ubuntu Grub pops up and of course cannot find the necessary files that it is looking for.

View 9 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 :: Zoneminder 1.28.x On System With 8.0 Jessie

Oct 12, 2015

I'm trying to install zoneminder on my system (Debian 8 Jessie). I was trying to follow a guide on puccinellidigital, since I use nginx on my machine.

everything is OK, but I can't get the xinet to work

Code: Select allservice xinetd status
Code: Select all...
Oct 09 14:24:39 donnager xinetd[1102]: service/protocol combination not in /etc/services: zms/tcp
...

But if I check

Code: Select allcat /etc/services |grep zms
Code: Select allzms-inetd       85/tcp                         
# Zoneminder ZMS inetd-wrapper

View 1 Replies View Related

Debian :: Ethernet Not Connecting On Jessie System

Sep 29, 2015

I've been trying for a few hours to connect to the internet on my debian jessie system. I used the netinstall without installing a DE so I boot into the command line for the mean time.

I have had no luck connecting to the internet after trying to configure the network. I have followed the debian tutorial from the wiki and tried some youtube video tutorials. I just have an ethernet cable connected to my home network. I have tried both dhcp and a manual static setup using /etc/network/interfaces and checked the /etc/resolv.conf file. Ping doesn't work and i cant update or install anything on the system...

View 11 Replies View Related

Debian :: System Never Resumes Hibernation After Upgrade Jessie -> Stretch

Sep 1, 2015

I recently upgraded my debian system from jessie to stretch. Before then, I was mostly using hibernation instead of shutting off the laptop, to allow myself to get back faster to work the next day. Since my upgrade, though, it is impossible for me to resume from hibernation: after the normal boot sequence and the passphrase to decrypt my lvm partition, when it has loaded the information from RAM the screen just stays with a blinking "_" (underscore) in the top left corner.

I have hibernate and uswsusp packages installed. I also installed tuxonice-userui package to do some tests with the hibernate-ram and hibernate-disk commands. While using hibernate-disk (hibernate-ram didn't work, because "s2ram: unknown machine"), my system hibernates correctly, and I saw that during resume it was correctly loading everything from swap and then going back to the "underscore screen", confirming that the resume problem was happening after loading data from swap.

I tried booting using the recovery kernel in grub. For a time it worked, but today I didn't get the chance to make it work. The only solution was for me to boot my kernel by adding the "noresume" option to it, thus forcing it to restart.

View 11 Replies View Related

Debian Multimedia :: Upgrade System From Jessie To Stretch - Second Screen Detection

Dec 31, 2015

I recently upgrade my system from Jessie to Stretch, with no problem. A little later I upgrades Enlightenment from e17 to e20, and at some point shortly after that the second screen stopped working.

The nvidia X Server Settings correctly identifies both screens. But Enlightenment and xrandr does not see the second one at all. The second screen are on and the pointer moves correctly onto it, but no activity with left or right click. I have tried with the original xorg.conf, and generated a new one with nvidia-xconfig, but no difference. No obvious errors in any log-files either.

lisa@kitten:~$ sudo uname -a
Linux kitten 4.3.0-1-amd64 #1 SMP Debian 4.3.3-2 (2015-12-17) x86_64 GNU/Linux

View 1 Replies View Related

Debian Hardware :: Sound Stopped Working After Upgrading Jessie System

May 1, 2014

I recently updated my Debian jessie system (for the first time in a few months). It broke my video driver (fortunately a dpkg-reconfigure fixed that) and my wireless driver (forget how I fixed that...), and my sound. ALSA still thinks I have an output device, I've set volumes all the way up in alsamixer.

In vlc and firefox, I can't hear anything using the default audio out (which I think is pulseaudio), nor can I hear anything if I ask them to use ALSA output directly. I've tried rebooting, killing/manually starting pulseaudio, etc to no avail.

I think it was either the kernel upgrade (went from 3.10 to 3.13) or a configuration option in some sound subsystem that broke. To be clear, sound was working perfectly before the upgrade. My machine is an Ivy Bridge-era Zenbook.

View 2 Replies View Related

Debian Hardware :: Sound Sometimes Ceased To Work On Headphones On Jessie System

Aug 1, 2014

It has happened to my debian jessie system that the sound sometimes ceased to work, but after a quick review of alsamixer, pavucontrol it was easy to put everything back to normal. Not this time

The sound works as a charm with no headphones, but not with them, and I find them particularly useful for talking with people since the sound quality is way better...

I have alsa and pulseaudio installed on my system

uname -a
Linux device 3.14-2-amd64 #1 SMP Debian 3.14.13-2 (2014-07-24) x86_64 GNU/Linux

lspci -v| grep Audio
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)

In pavucontrol everything looks normal, and the output seems to be working...

View 2 Replies View Related

Debian Multimedia :: Jessie KDE Does Not Show File Manager With Dvd-rom

May 7, 2015

When I insert a dvd-rom I dont get the option for the file manager. I do get k3b, vlc,dragon and two other options. Im guessing this is a bug since this didnt happen with Wheezy. When I insert a dvd data disc I do get the file manager option. Strange this is, after inserting the data disc, removing it and then reinserting the dvd-rom I see the option for file manager. How can I get the file manager option to show everytime I insert a dvd-rom? I tried to,create a new option in system setting but man is that stuff confusing.

i,want to be able to browse a dvd-rom movie/video using dolphin when i insert one. I want open with file manager to be one of the choices. I think file manager is the choice.

View 8 Replies View Related

Debian Multimedia :: LXDE In Jessie And File Association

Jul 16, 2015

LXDE my desktop environment in Jessie.

Libreoffice is the program for default to open a file texts.

Evince: not open PDF

Image Viewer: not open photos.

How to change file association for leafpad, libreoffice and evince from console??

Where is the file configuration to association of program in LXDE??

View 4 Replies View Related

Debian Multimedia :: Connect From Remmina To Jessie On Another System Via Xdmcp - Only Black Screen Happen

Jul 16, 2015

I want connect from remmina to jessie on another system via xdmcp but only black screen happened.

my daemon.conf
Code: Select all[security]
DisallowTCP=false

[xdmcp]
Enable=true

[debug]
Enable = true

And gdm3 listen on udp/177. My syslog :

Code: Select allJul 16 10:17:46 office /usr/bin/dbus-launch[1455]: X Error of failed request:  BadValue (integer parameter out of range for operation)
Jul 16 10:17:46 office /usr/bin/dbus-launch[1455]: Major opcode of failed request:  140 (RANDR)
Jul 16 10:17:46 office /usr/bin/dbus-launch[1455]: Minor opcode of failed request:  7 (RRSetScreenSize)
Jul 16 10:17:46 office /usr/bin/dbus-launch[1455]: Value in failed request:  0x0
Jul 16 10:17:46 office /usr/bin/dbus-launch[1455]: Serial number of failed request:  150

[Code] ....

View 1 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 :: How To Remaster Jessie Installation

Oct 9, 2015

I'd like to remaster my jessie system (with my own preferences) but i cannot find any tools on jessie like ubuntu has.

View 4 Replies View Related

Debian Installation :: Jessie Won't Boot

Sep 26, 2015

I have two desktops running wheezy for years without problems. Recently, I reinstall jessie on one of them and won't boot anymore.The hardware is pretty normal: Asus motherboard, 12GB RAM, Nvidia video card, SSD hard drive, .After the install of jessie finishes, the very first boot failed, which means it hung up forever. The part that is annoying is that it fails at different places whenever I try.

For example, something, it fails at the following:
[ OK ] Started LSB: REP portmapper replacement
[ OK ] Reached target RPC Port Mapper
Starting LSB: NFS Support files common to client and server

Sometimes, it failed at start job is running for lsb set console font.It even failed to the console. When it goes to the console login, I can't put any user name or password. It's all frozen.The problem appears to be video card problem. But it worked fine in wheezy.

View 6 Replies View Related

Debian Installation :: File System For Boot Partition?

Dec 31, 2010

Is there recommended file system for boot partition. Debian default use ext2. Why? Can it be used ext4? I know the difference between ext2 and ext4. But why, currently in Debian, boot partition is ext2 and all others are formated with ext3...

View 3 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

Debian Installation :: Jessie Update Failed

Aug 16, 2014

I installed debian jessie with kde on my laptop a month ago and everything went fine. I tried today to update the packages (805!) via apper but i get the following error message:

Error : Removing a protected system package is not allowed
WARNING: You are trying to remove the following essential packages: sysvinit-core (due to sysvinit)

View 5 Replies View Related

Debian Installation :: Booting Jessie 64b With UEFI From USB

Sep 30, 2014

I have this new computer (MSI Ge70 2PE Apache Pro) that came with Windows 8 and UEFI. I freed space to make a partition to install Debian testing 64bits on the same HD where Windows is. I had no problem making the partition but after that I tried making a bootable usb to install Debian using the dd command and it didn't work. So I tried with an install dvd and even when I changed the boot order in the bios it didn't work.

After reading some more I realized that there could be a problem trying to boot a normal installation dvd with UEFi so I disabled Secure Boot and then switched the boot mode on my Bios to UEFI with CSM. Again it didn't work and it booted directly into Windows. So I switched the boot mode to Legacy. This time Windows didn't boot directly but I get a "Reboot and Select proper Boot device" message on a black screen.

I now realize that I need to install a UEFI "version" of Debian along the UEFI version of Windows 8. I guess that's why it didn't work with the Legacy boot mode. URL...The installer does not provide a convenient way to install an UEFI boot loader, so you are going to install a regular BIOS boot loader at first, and switch to UEFI later.

Use the expert mode and format your hard drive with a GUID Partition Table (GPT). Create a small partition (1 MiB would be far enough), type it as a BIOS Boot Partition (this is the untitled flag above the “bootable” one in Partman), do not format it and do not mount it: this will be needed for BIOS booting. Create another small partition (same kind of size), type it as an EFI System Partition (this is the“bootable” flag), format it as FAT and mount it on /boot/efi: this will be needed for UEFI booting.

View 6 Replies View Related

Debian Installation :: How To Select KDE In Jessie Installer B2

Oct 28, 2014

I wrote the hybrid DVD image for DI b2 (Jessie) on the USB drive and booted from it (UEFI mode). But I don't see KDE there in the advanced options. Was it removed from the image, or desktop environment selection is moved to some late stage now?

View 2 Replies View Related

Debian Installation :: GUI Flickers After Upgrading To Jessie

Mar 12, 2015

I have just Upgraded debian wheezy to jessie but after upgrading , the gui seems to flicker areas of gui are not repainting on closing applications ,windows do not render properly.

View 5 Replies View Related

Debian Installation :: Bluetooth Not Working On Jessie

Mar 20, 2015

How to get Toshiba Satellite's bluetooth to work. Here is output that I think may be useful.... but I could be wrong. Pretty much everything I have found is outdated, has dead links, or didn't work.

So far, I've learned (at least from what I've understood) it has to do with kernel drivers/modules not working. I'm on Jessie right now since my graphics driver didn't work on the stable kernel.

lspci
Code: Select all00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1566
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] (rev 05)
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 156b
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1

[Code] ....

View 4 Replies View Related

Debian Installation :: Kernel Backport For Jessie (8.0)?

May 16, 2015

I installed the 32 bit version of Debian Jessie (8.0) on an Asus X205TA. The Asus X205TA laptop is quirky like a lot of Intel Baytrail Atom laptops/tablets in that it has 32 bit EFI but a 64 bit capable CPU, and installing Linux on them is an exercise in frustration. Jessie is probably the first distro to support 32bit EFI out of the box, and the install went surprisingly smoothly. As expected the sound and built in WIFI does not work, but everything else seems to work well.

I spent half a day compiling the 4.03 kernel but it crashes on boot, and I ended uninstalling it in frustration.

Is there any backport of the 4.0 (or 4.1 which is currently a release candidate) for Jessie? Debian also seems to have pulled the kernel image off of their "experimental" repository.

[URL] ....

View 6 Replies View Related

Debian Installation :: Overwrite Wheezy With Jessie

Jun 20, 2015

I already have a Notebook with windows (for some reason it needs 3 partitions..) and wheezy. When I installed wheezy I create 2 logical partition inside a primary one: one logical for /home and the other one for filesystem. Now I would like to overwrite wheezy and get get jessie, but without touching windows and home.

I already try to upgrading and it went wrong, so I prefer overwrite, what I have to do during "manual installation" phase?

View 11 Replies View Related

Debian Installation :: 8.3.0 Jessie - Some Programs Don't Open

Feb 27, 2016

I have a new installation of Debian 8.3.0 Jessie which I have been playing with and enjoying for a couple of weeks. Ever since I installed the operating system to my computer, I have noticed a few different programs just won't open. For example Nepomuk Back Up and Nepomuk Cleaner. I do not know if these programs shipped with the original installation or if they got installed with a package later, but when I try to open these applications the ball just bounces for a minute then disappears. I went to my package manager and uninstalled these applications and then reinstalled them, but there has been no change in behavior. Gparted also does the same thing, but with Gparted the little ball bounces for quite awhile before it disappears.

View 14 Replies View Related







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