Debian Installation :: Jessie Netinst Fails For Chrome Book Pixel

Feb 8, 2015

I have been happily running Wheezy on the Chromebook Pixel with little or not issues. Recently I needed to re-install and decided to try Jessie. Again I was following the excellent instructions at [URL] .... except with the Jessie image.

However everytime I went to install it (after adding in the mem=4G line) it just rebooted and brought me back to the same install screen again. I just downloaded the Wheezy image again and it is installing now perfectly.

View 1 Replies


ADVERTISEMENT

Debian Installation :: 64bit Stable / Jessie Still Shows Chrome Update Errors?

Mar 12, 2016

I am having this problem on my old 64-bit Debian box (stable's Jessie) box, but nothing seems to fix it from what I saw online like in [URL] ... and other forums. Maybe I missed something?

Code: Select all$ sudo apt-get update
Ign http://dl.google.com stable InRelease
Hit http://dl.google.com stable Release.gpg
Ign http://ftp.us.debian.org jessie InRelease
Hit http://security.debian.org jessie/updates InRelease

[Code] ....

View 14 Replies View Related

Debian Installation :: Installing Jessie In Virtualbox Fails

Aug 6, 2014

I'm just trying to install a Jessie i386 image in Oracle Virtualbox.

My host specs are:
Windows 7 Home Premium x64

Wheezy is installing correctly, but Jessie is not. It fails during the partitioning of the disk, and gives an error message like: unable to write to disk, start = 236342 length = 0. This is not the exact message but I'm unable to try again at the moment.

When I install Wheezy and apt-get update / upgrade to Jessie, I get a black screen after reboot..

View 4 Replies View Related

Debian Installation :: Jessie 8.3.0 Installer Fails To Load Software

Mar 10, 2016

I am trying to clean install Jessie 8.3.0 onto an old PC, where I already have wheezy 7.7 working. I am using the 3 DVD- i386, which passed the integrity check.

Installation goes on smoothly till completing the "Select and Install SW" stage from 1st and 2nd DVD. At this point I get the warning that "Installation step failed, ..", giving the choice to repeat.

When repeated, the process gets completed (without asking for 2nd DVD), the new installation boots normally, but the KDE desktop opens irregularly, with some basic applications missing, and some flaws during certain operations.

The APT does not show any missing/broken link. I tried and repeat the installation with different choices as for kernels and/or desktops, but got the same result. I cannot guess where the problem originates, nor whether it is a known bug of the installer.

View 6 Replies View Related

Debian Installation :: No Internet - Wheezy Install On Wiped Acer C720 Chrome

Feb 22, 2015

uname -a
Code: Select allLinux OpalMint 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux

lspci -nnk | grep -iA2 net
Code: Select all01:00.0 Network controller [0280]: Atheros Communications Inc. AR9462 Wireless Network Adapter [168c:0034] (rev 01)
        Subsystem: Foxconn International, Inc. Device [105b:e058]
        Kernel driver in use: ath9k

[Code] ....

View 14 Replies View Related

Debian :: MAC Spoofing In Jessie Fails

Feb 23, 2016

I keep most of my files on my server, but fiddle with them using NFS from one or another of my laptops - so they all have static IPs assigned by my router. If I want extra speed I plug in an Ethernet cable. My old DI524 wireless G router seems quite happy to have two MAC addresses (Ethernet and wireless) assigned to the same static IP, so long as I don't try using both simultaneously. However three Wireless N routers I've tried won't allow this, nor will dd-wrt.

I really don't want to have to set up every laptop as two separate hosts on my network. 'orrible complications.

Best solution I can think of is to get the Ethernet card to spoof the wireless MAC address with e.g. macchanger, as per this excellent page here: [URL] ....

I don't mind running a script manually to do that on each occasion.

This works perfectly on my old R50 Thinkpad running Debian Squeeze, but on my R60 (running Wheezy) and T400 (running Jessie), macchanger works initially, BUT as soon as I hit 'enable networking' in the Network Manager applet, the ethernet card reverts to its original setting. So of course then my router allocates a random IP and so NFS won't work.

Exactly the same goes for the iproute method 'ip link set dev eth0 address [fakemac]' - ifconfig shows it's worked, but it reverts as soon as NetworkManager goes back up.

I don't know where Network Manager (if it is that) is getting the Ethernet card's original MAC from, it seems to be listed in /etc/udev/rules.d/70-persistent-net.rules, so on the T400 (Jessie) I've even tried creating a file in /etc/udev/rules.d/75-mac-spoof.rules along the lines suggested in that archlinux page I mentioned -
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="[original MAC]", RUN+="usr/bin/ip link set dev %k address [fake MAC]"

but it seems to have no effect.

Short of reverting to Debian Squeeze on all my laptops, I don't know what else to do. Or getting into my router and reassigning the IP / MAC address by hand every time (!).

(If there's a better way to swapping easily from wireless to Ethernet when required, I'd like to know.)

View 5 Replies View Related

Debian :: X11vnc Fails After Jessie Upgrade

Jan 18, 2016

Using x11vnc server on Debian host, and TightVNC viewer client on Windows 7. All was working fine until a server host upgrade, from Wheezy to Jessie. Now, when I try to connect, TightVNC retrieves the certificate as normal, compares and accepts it, and starts stunnel. The next step would normally be to prompt for the VNC password.

Instead it gives an error:

ReadExact: Socket error while reading.

I'm guessing that some thing is missing or misconfigured after the Jessie upgrade, which broke many other things too, as Debian upgrades always seem to do. I have removed and reinstalled the x11vnc package, no effect.

The errors in the log file don't mean a lot to me.

The server is started with this command:

Code: Select allx11vnc -ssl -display :0 -usepw >>vnc-log 2>&1 &

If I start it up without the -ssl flag, and connect from the Windows system with a different client (Mobaxterm) it all goes well.

Relevant part (tail) of the server log file:

Code: Select allThe SSL VNC desktop is:  myhost:0
PORT=5900
SSLPORT=5900

19/01/2016 12:31:10 SSL: accept_openssl(OPENSSL_VNC)
19/01/2016 12:31:10 SSL: spawning helper process to handle: 192.168.2.3:51942
19/01/2016 12:31:10 SSL: helper for peerport 51942 is pid 11193:
19/01/2016 12:31:10 connect_tcp: trying:   127.0.0.1 20000

[Code] ....

View 0 Replies View Related

Debian Installation :: Netinst Bootable USB

Jul 26, 2014

I download the lastest stable netinst, debian-7.6.0-ia64-netinst.iso.

And then proceed to follow these instructions.

4.3.1. Preparing a USB stick using a hybrid CD or DVD image

Code:
Select all# cp debian-7.6.0-ia64-netinst.iso /dev/sdb
# sync

Unfortunately, the USB will not boot.

The instructions I am following tell of creating "a second, FAT partition on the stick, mount the partition and copy or unpack the firmware onto it".

# mount /dev/sdX2 /mnt
# cd /mnt
# tar zxvf /path/to/firmware.tar.gz
# cd /
# umount /mnt

View 6 Replies View Related

Debian :: Jessie Freezes - When Run Several Applications Kernel 3.16 Fails

Dec 1, 2015

I have dist-upgrade from Wheezy to Jessie, however it randomly freezes. Everything was okay with kernel 3.2, but when I run several applications kernel 3.16 fails.

At below you can see the dmesg output of Jessie:

Code: Select all[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)

[Code] ....

View 13 Replies View Related

Debian Configuration :: Jessie With XFCE - Service Fails

Feb 10, 2016

I am using Jessie with XFCE and I tried to write a service which executes a script to change my wallpaper. When I try to start the service with systemctl start wallpaper.service it fails and I get the outout below from systemctl status wallpaper.service

I don't think it to be a permissions issue, they are -rw- r-- r--

This service is called by a timer that goes off daily. Below is wallpaper.service

View 5 Replies View Related

Debian Installation :: Kernel Warning During Netinst

Aug 9, 2010

I noticed today I downloaded the amd64 netinst ISO for 'testing' and during the installation, it warned me of a the fact that I was installing using the 2.6.30.x kernel and I am now attempting to install a 2.6.32.x kernel. Is this is a common warning because I have never seen it before. I got it with both the netist & the businesscard image. Has anyone seen this before and is this a problem? Just trying to understand whats going on under the hood. I don't have the error in front of me since I am on my phone away from the office.

View 5 Replies View Related

Debian Installation :: Netinst: Make Boot CD From Iso?

Aug 16, 2010

I have a Redhat Enterprise Linux system and I want to re-make it as Debian. I downloaded the Debian netinst iso but can't seem to make a bootable CD out of it, and I haven't found any adequate explanations anywhere.

I tried burning the iso directly to a disk. i set up the boot order in my BIOS but when I restart the machine it spins the CD drive a few times and then moves on to the hard drive.

I tried expanding the iso into a directory, and then copying all those files into into the "Blank CD-R Disc" on my Gnome Desktop, burnt the CD, and still no boot.

I found some instructions using X3b, but X3b was giving me errors.

View 8 Replies View Related

Debian Installation :: 6.0.5 Netinst ISO - Bad Archive Mirror

Jun 12, 2012

Last week I installed the Debian 6.0.4 XFCE on to a system from an iso I burned to DVD. I had no problems.

Today I downloaded the 6.0.5 netinst iso and burned a CD to install on a system which has only a CD reader, not DVD. The install goes fine until I select a download mirror. No matter what mirror I select, I get "Bad Archive Mirror".

When I check the log in virtual console 4, the following message appears: "WARNING**: mirror does not support the specified release (squeeze)"...

View 14 Replies View Related

Debian Configuration :: Update-initramfs Fails When Upgrading To Jessie

Oct 17, 2015

I'm just completing an upgrade from wheezy to jessie and get the following error

Code: Select allProcessing triggers for initramfs-tools (0.120) ...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
E: intel-microcode: unsupported kernel version!

With a message like this I'm wondering if it's safe to reboot as well as how to resolve.

Is this somehow related to the change to only update the microcode on boot as reported earlier in the upgrade?

Code: Select allintel-microcode: microcode will be updated at next boot

View 5 Replies View Related

Debian Hardware :: Jessie - Broadcom BCM57810 Fails To Load

Nov 4, 2015

My server has 4 1Gb eth interfaces, and an additional Broadcom dual 10Gb card. It runs Debian Jessie.Problem is, that the card fails to load, although it is identified, and its drivers is installed.I tried to update the driver with apt-get install firmware-bnx2x, but it was already up to date.

Code: Select allroot@pxe-server:~# lspci |grep -i broadcom
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.2 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.3 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
07:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57810 10 Gigabit Ethernet (rev 10)
07:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57810 10 Gigabit Ethernet (rev 10)

[code]....

View 1 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 :: Minimal Netinst Internet Access

Jul 30, 2014

Fresh install without a desktop environment, I only selected "standard software utilities" from the software selection step of the installation process, nothing else is installed thereafter.

I cannot follow these instructions [URL] .... because "auto" and "iface" commands not found.

iptables isn't installed, but I want to install nftables since it's what iproute2 is to net-tools.

And it doesn't even have NetworkManager either and so far I found out ifconfig (net-tools) has been dropped in favor of iproute2, although that is just what Wikipedia says.

[URL] ....

"apt-cache search iproute2" revealed there is only iproute.

I just checked, net-tools is also installed, but ifconfig command not found?

View 4 Replies View Related

Debian Installation :: Bzcat Missing On Netinst Error

Aug 28, 2014

Using the mini.iso netinst image, when installing the the base system I get the following error:

Debootstrap error, the following error occurred: bzcat is not available on the system. Check vt4 for details, etc, etc.

Usually I have no issue at all installing a barebones sid system, but over the last week I've had the same error over and over.

The issue appears to of been resolved. I guess something server side was tweaked.

View 0 Replies View Related

Debian Installation :: Ethernet Broadcom With Netinst Image?

Jul 6, 2010

does someone know a workaround to solve this problem?[URL].. I'm trying to download all firmware on [URL]..I put them on usb key (they are about 12 files .deb) and, during the installation I choose "select driver from alternative" (or something like that) but never recognize it.Seems this card works with tg3 driver but i'm not sure.If there are no way to recognize it from installer, could someone please suggest me an alternative way to install testing on my notebook ?

View 6 Replies View Related

Debian Configuration :: Dmraid Device Fails To Mount After Jessie Upgrade

Oct 18, 2015

I eventually gave up and migrated to mdadm. Works just fine. Having upgraded to jessie and solved one problem

[URL] ....

I find the next one. When I boot into jessie my RAID device (just a data partition not /) is not found causing the boot to fail as per problems reported here

[URL] ....

After booting I can mount my RAID device but if it's in the fstab when booting it fails. Also, I notice that some of my lvm device names have changed. After a bit of hunting around I found a couple of solutions pointing to running dmraid as a service during boot and changing the entry for the RAID device in fstab to use the UUID.

[URL] .....

This seems to work. However this seems to be a workaround and as the lvm device paths for my / and /usr partitions have also changed, I'm wondering if there is a bug here as mentioned in the second link?

The / and /usr paths changed to /dev/dm-2 and /dev/dm-3 from the /dev/mapper/ form.

View 2 Replies View Related

Debian Hardware :: ATI Radeon 9200 Fails With Firmware Installed Under Jessie

Jun 30, 2015

As the subject states i have a desktop with a radeon 9200 card, when i install the firmware-linux-nonfree the system hangs when x starts(sometimes you can see the login manager, sometimes not, but you cant login at all) and i cant access any of the terminals ctrl+alt+f(1-6), after removing the firmware-linux-nonfree package the system boots, but the graphics are under software render...

View 3 Replies View Related

Debian Installation :: Testing Netinst Network Down On First Boot In Virtual Box

Jul 11, 2015

I'm using the debian testing netinst image (from below url) and trying to install on virtualbox (part of a debian testing vagrant base box build pipeline I've got). This hasn't worked properly for last couple of weeks. Host system is also debian testing.URL....

if I accept all the defaults through the installer (apart from small details like timezone), I end up with a system in which the network does not work. It seems that /etc/network/interfaces has eth0 but the actual network card is called enp0s3, so no network comes up at first boot (despite that the network works fine during the actual install). I can easily fix it after the first boot by editing /etc/network/interfaces and replacing eth0 by enp0s3 and then doing an ifup. This is fine for a workaround but begs the question of why does it fail in the first place.

I have googled a bit and found this thread: [URL] .... which describes a similar issue, and there are other threads out there describing the change.

The udev change seems reasonable enough, but also some package involved in basic debian netinst installation has a bug given that the default install path results in a broken system. Question is, is there a bug already reported (I couldn't find it), or else, which package should I report the issue against? End result should be basic install does not require editing after boot to fix the network.

View 11 Replies View Related

Debian Installation :: Netinst Install Failing To Connect To Mirror

Jun 2, 2010

I am trying to install debian from a netinst cd. Everything seems to go fine except when the installer needs to connect to a mirror. It doesn't throw up an error, it just hangs a bit and then seems to keep going a lot quicker than i would expect. For example, when installing additional software, it gets stuck downloading the first few files for about 5 mins and then skips ahead and finishes the entire process in about 5 mins.

What I end up with is a very bare bones system when I fist boot into it, without any of the stuff that I had indicated that I wanted to install (ie desktop environment, web server, etc). The Internet connection works and I am able to ping websites including a number of the mirrors I tried during the install. However when using apt-get it just gets stuck trying to connect to the mirror and doesn't go any further.

View 4 Replies View Related

Debian Installation :: Daily Netinst Iso Can't Be Read For Boot On Virtualbox

Sep 17, 2010

I am trying to build a test VM with VirtualBox 3.2.8, hosted on Ubuntu 10.04 amd64. I am trying to install Debian Squeeze from the daily build (specifically, from the following URL):

[URL]

(I've also tried the netinst ISO in the same directory.) The sha1sums are correct for each image.

When I start the VM, it refuses to boot, giving me the message "FATAL: No bootable medium found! System halted."

I would like to note that I've used VirtualBox for several years now, and GNU/Linux since 1995. So I have some experience in the field. (Of course experience is not much guard against brown-bag mistakes.) I've tried this same VM with an Ubuntu ISO (simply switching the attached ISO in the config), and it boots and installs OK.

Is there a known problem with the daily builds vs. VirtualBox?

View 12 Replies View Related

Debian Installation :: Squeeze With Netinst-CD But Screen's Cracked Like Static?

Jun 13, 2011

I was install my server (IBM x360) debian squeeze with netinst-CD but screen's cracked like static. (graphical or none both)

View 1 Replies View Related

Debian Installation :: Installation Through Netinst CD Image?

Oct 20, 2010

i have it working in my computer but its just a text base.. how can i install a graphical interface for this please?

View 4 Replies View Related

Debian Installation :: Netinst Failed To Install Grub - Error: Ntoskrnl.exe Missing Or Corrupt

May 28, 2010

I installed lilo and it boots. How do I installed grub again. Do I just use synaptic manager to uninstall lilo and install grub?

[code]....

I know grub2 does not work, giving me error: ntoskrnl.exe missing or corrupt. I did install grub-legacy and it worked, but I had to re-install squeeze due to other problems. So, now I want to replace lilo with grub legacy.

View 4 Replies View Related

Debian Multimedia :: Chrome Hangouts Shows On All Desktops

Mar 11, 2015

This just started happening and defeats the purpose of having multiple desktops. Both the floating icon and chat windows are displayed across all desktops. I can't tell if this is intentional or not..Or maybe there is something in gnome-shell that can remedy this?

View 3 Replies View Related

Debian Multimedia :: Chrome Browser Broken After Upgrade?

Sep 18, 2015

My chrome browser has been broken since the last upgrade. I did (just a regular "apt-get upgrade").

I get this when I try to run the browser from a console :

Code: Select alldarko@paris:~$ google-chrome
[3229:3229:0918/103229:ERROR:nss_util.cc(845)] After loading Root Certs, loaded==false: NSS error code: -8018
[3229:3229:0918/103259:ERROR:zygote_host_impl_linux.cc(541)] Failed to send GetTerminationStatus message to zygote
[3229:3229:0918/103259:ERROR:zygote_host_impl_linux.cc(541)] Failed to send GetTerminationStatus message to zygote

So to be more specific :

My system is :
Code: Select alldarko@paris:~$ uname -a ; cat /etc/debian_version ; cat /etc/issue
Linux paris 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) i686 GNU/Linux
8.2
Debian GNU/Linux 8
l

I run the Xfce desktop

The problem is the same whether is use google-chrome stable, beta, unstable, or chromium

View 14 Replies View Related

Debian Multimedia :: Why Chrome Is Not Playing HTML5 Videos

Apr 19, 2016

I am using chrome Version 50.0.2661.75 (64-bit) running on Debian (Gnome).

I am having the following problem, since yesterday every time I want to play a video (for ex [URL]watch?v=UF8uR6Z6KLc) The music, logo in the video and functions work but the video doesn't play. I reinstalled Chrome, clean all the data, disable all the plugins, I tried as incognito and several other options and it doesn't work, before yesterday it was working (yesterday I updated all Debians packages).

View 4 Replies View Related







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