Debian Configuration :: Loading Video At Boot

Dec 18, 2015

I did a fresh install of Debian Jessie and I have problem booting up with video. I have to boot with "nomodeset" argument or else the boot sequence bugs, and I see a straight line of funky little color squares on the screen. And it boots with nomodeset.

lsmod do lists "nouveau".

So I don't get what's wrong. I have a Nvidia Geforce GT 750M 2gb (Lenovo y400 notebook). My graphic card is listed in the supported hardware of "nouveau"

I remember having a very similar problem on Ubuntu and installing the proprietary driver solved it. So maybe my hardware isnt supported by nouveau? But I would prefer to use an open-source driver than the prorietary.

Here is the kernel log: (I pasted only the lines which contains "nouveau")

Dec 18 11:55:02 Prototron kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=3743665a-bd92-4d96-9733-e6934e0c9543 ro quiet modeset=nouveau

Dec 18 11:55:02 Prototron kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=3743665a-bd92-4d96-9733-e6934e0c9543 ro quiet modeset=nouveau

[Code] .....

View 13 Replies


ADVERTISEMENT

Debian Configuration :: Loading Modules At Boot?

Aug 29, 2010

I have to load the ip_conntrack modules every time I reboot. How do I get the iptables modules to load automatically at boot. It seems they are supposed to auto load when they are needed but they are not doing that. I have to do modprobe on them. also does anyone know where I can download all the modules available for iptables? I looked on the netfiler site and did not learn much.

View 1 Replies View Related

Debian Configuration :: Lenny Not Loading Iptables Rules

Dec 30, 2010

I'm having some trouble with the configuration of the iptables. I want to setup a network server to serve as Fail Over (for my 2 ISPs), DHCP and DNS. I have 3 network cards, 2 connected to ISP's routers and 1 that serves as UPLINK for my switch.

I want to add some Iptables rules so I can achieve what I want to do. The problem is that the rules I try to use, they have to effect.... they don't load, here are the rules I am trying to add:

#iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE
#iptables --table nat --append POSTROUTING --out-interface eth2 -j MASQUERADE
#iptables --table nat --append POSTROUTING --out-interface eth2 -j SNAT --to EXTIP

When I try to check to see if it loads, with the command:

#iptables -L

It returns empty

View 2 Replies View Related

Debian Configuration :: Can't Umount Ramdisk After Loading New Root File System

Feb 1, 2010

I have built a kernel with a ramdisk(ramdisk.image.gz) included. Also in the kernel command line I specified root=/dev/ram0. I am trying to use this ramdisk to load a loopback file as the root filesystem off a fat partition. This is /sbin/init from the ramdisk.

#!/bin/sh
mount -n -t msdos /dev/mmcblk0p1 /mnt
losetup /dev/loop0 /mnt/linux/linuxdsk.img
mount -t ext2 /dev/loop0 /mnt2

[Code]....

The problem is both umount and blockdev report "device is busy". I want to free up this RAM any suggestions?

View 1 Replies View Related

Debian Configuration :: Boot Via PXE, "no Default Or Ui Configuration Directive?

Mar 19, 2011

A week ago I opened this thread viewtopic.php?f=17&t=61580 in "Board index ‹ Help ‹ Installation" and asked for a moderator to move this to here. Because it hasnt happened up to know, I am reopening the thread here. It would be reeeeally great if somebody could help me with my problem!

I own two computers, one netbook and one laptop. I want to boot my netbook as a diskless client via PXE.I set up a dhcp-, tftp and nfs-server on my laptop but when i boot my netbook, the follwoing messages are displayed:(to make it more clear, i uploaded the whole output and shortened the output below)

[Code]...

View 1 Replies View Related

Debian Configuration :: Video Cams For Skype

Nov 24, 2010

I would like to buy a video camera to use for skype video calls. It should be reasonably priced and above all work both under Debian and Ubuntu with minimal effort (ideally a plug and play) and...it would be nice if I could buy it from Amazon .

View 1 Replies View Related

Debian :: Laptop Will Not Boot - Error Loading Journal

Apr 13, 2011

I have a laptop with important data (no backup) that will not boot. It's a vanilla Debian 6 amd64 with dm-crypt LUKs encryption to a internal sata drive partitioned sda1 sda2 sda5 with lvm2 formatted ext3 for sda5. The symptom is that upon powering up, it progresses (albeit slowly now) past grub, to the point where the the "Enter passphrase" prompt occurs. After entering the phrase, it pauses with "Reading all physical volumes. This may take a while". It seems to work, but then gives me errors like:

ata3.00: status: {DRDY ERR }
ata3.00: error: { UNC }
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: BMDMA stat 0x25
ata3.00: failed command READ DMA EXT
...some more stuff...
end_request: I/O error:, dev sda, sector 308725410
JBD: Failed to read block at offset 24711
EXT3-fs: error loading journal
and it drops me to Busybox ash shell. My impression is that the sda1 partition with the kernel is intact, but the sda2 or sda5 is bad.

What else I have done:
1. Removed problem disk and installed it into another known good laptop. Issue occurs with new laptop. So, I would assume hd is bad, laptop is good.
2. Booted from hd using grub rescue mode. Similar errors occurred.
3. Using suspect laptop and hd, booted into a live cd environment, which attempted to mount the encrypted drive. It prompted for the passphrase, but said it could not mount the drive.

View 1 Replies View Related

Debian :: Freezing On First Boot At Loading Initial Ramdisk?

Apr 22, 2011

I just performed my very first linux install. I used the Debian 6.0.1a iso. I made it all the way through the installation with no problems whatsoever. I was able to select the version from the grub screen, still everything seemed to be going fine...then it froze. I attached an image of the screen where the system froze:

Its basically the loading screen, times 4! At the top left in case its too hard to read, it says: Loading Linux 2.6.32-5-686, then...Loading initial ramdisk... This sounds all fine and dandy to me but it freezes here. I've tried searching the forums and google for an answer and have come up empty...I'm sure someone has had this problem but it seems to be a tough thing to search for. Would appreciate all the help I can get! Oh and btw, here are the system specs:

circa 2001ish Dell Dimension 4300
P4 1.4ghz
256 ram
onboard video etc...

View 2 Replies View Related

Debian Configuration :: No Video In VLC / Banshee - Xine Not Playing MKV

Sep 2, 2010

I have been using Lenny for about a year now, but for some reason Xine has suddenly stopped playing mkv files. It plays everything else including flash. I only started using xine because the mkv files for some reason suffer from a lag between the video and audio in mplayer. I tried installing banshee and vlc but neither of them show video. So I was left with only Xine and it worked perfectly then it suddenly stops playing mkv. Is there something I need to install or remove, reconfigure? Do I just delete the Xine config folder in my home-folder? Lenny being what it is I can only install what is on the out-dated Lenny repos trying anything else like the unstable releases simply wants to uninstall my entire system.

My machine specs are:
Acer Aspire 8930
Intel Centrino 2
NVidia geforce 9600m GS 512mb
RAM 4GB
I have the proprietary nVidia graphics drivers installed. So it is powerful enough.

View 2 Replies View Related

Debian Installation :: First Boot - Stuck On 'Loading Initial Ramdisk'

Jun 24, 2011

I've just installed Debian 6.0.1a on a HP Proliant ML115, the install seemed to go ok. As it began to start up it 'Grub Bootloader' loaded then on the screen after the bootup froze at 'Loading initial ramdisk'

Unfortunately im a complete novice to debian

View 10 Replies View Related

Debian Hardware :: Error Loading Nouveau Driver On Boot

Nov 3, 2015

Recently I bought the next notebook: Asus R510JF-DM020 i7-4720HQ

My hardware (extend ouput):

Code: Select all$ inxi -Fzx

System: Host: Asus-R510JF Kernel: 4.2.0-1-amd64 x86_64 (64 bit gcc: 4.9.3)
Desktop: KDE Plasma 5.4.2 (Qt 5.5.1) Distro: Debian GNU/Linux stretch/sid
Machine: Mobo: ASUSTeK model: X550JF v: 1.0 Bios: American Megatrends v: X550JF.203 date: 04/02/2015
CPU: Quad core Intel Core i7-4720HQ (-HT-MCP-) cache: 6144 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 20751

[Code] ....

View 2 Replies View Related

Debian :: Lenny - Stage 1.5 Grub Loading ... Error 2 Due To The Bios "RAID" Configuration

Aug 4, 2010

I'm trying to install Debian Lenny on my new Dell XPS 8100 Desktop with 2 x 1To SATA HD. (No Windows or any other OS install is present on the system) The Bios allows me to change the SATA mode to either "ATA" or "RAID"

- When SATA mode is set to RAID, the installation goes without issues, but when it comes to load into the system, I've got that Stage 1.5 Grub Loading... Error 2 problem. I assume this is due to the Bios "RAID" configuration. I then switched the SATA mode to "ATA" in the Bios and now I can see the menu that allows me to boot my debian install but that part actually fails too saying "ALERT /dev/sda1 does not exist"

- When SATA mode was set to ATA, I tried to re-install the system but this time my drive was not recognized by the installer: "No common CD ROM drive"

View 2 Replies View Related

Debian Configuration :: SDL Init Failure, Reason Is: No Available Video Device

Aug 11, 2011

i have this problem i install android sdk, and i install libreries: libstdc++5, lib32stdc++6, lib32ncurses5 and libstdl1.2-dev,
now if i use ldd comand don't have problem, but when i use eclipse and i compile a simple example (hello word example), i have this
error: [Emulator] SDL init failure, reason is: No available video device i have a notebook toshiba satellite A300-1RI whit ATI Radeon 3650, i install the amd driver and all work well.

View 1 Replies View Related

Debian Installation :: Install To Intel Mac Dual Boot Using REFIt Not Loading

Jan 3, 2010

I have installed Debian on my intel iMac, I installed grub first in my root partition and then in the Debian partition. When I boot my Mac, rEFIt brings me to the boot page and shows the Linux drive, but when I choose it, it tries to start up and then gives me the line "Not a bootable drive" and just hangs. How to get this to boot?

View 3 Replies View Related

Debian Configuration :: Unable To Uninstall Xserver-xorg-video-nvidia

Apr 1, 2014

I am running Debian 7.0 Wheezy amd64...I installed Debian's nvidia driver earlier but I was having a few issues with OpenGL. So I removed those drivers using "apt-get remove nvidia*" and installed proprietry NVIDIA's driver from their website.Now the issue is, my apt-get/synaptic does not work anymore because it is trying to remove xserver-xorg-video-nvidia and failing to do so.

Code: Select allThe following packages will be REMOVED:
xserver-xorg-video-nvidia

0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded.1 not fully installed or removed.After this operation, 17.8 MB disk space will be freed.Do you want to continue [Y/n]? Y

(Reading database ... 194280 files and directories currently installed.)Removing xserver-xorg-video-nvidia dpkg: error processing xserver-xorg-video-nvidia (--remove): subprocess installed post-removal script returned error exit status 128.Errors were encountered while processing:  xserver-xorg-video-nvidia.E: Sub-process /usr/bin/dpkg returned an error code (1)I have tried apt-get install -f to no avail.

View 6 Replies View Related

Debian Configuration :: Copying Video Setup From Ubuntu - External Monitor

Oct 15, 2015

My laptop has a dual boot Debian + Ubuntu installation.

In particular I am using Debian 8.0 with stock kernel 3.16.0-4 (or equally 4.1.10 custom compiled, I tested it and it does not make any difference for the subject of this post).

Ubuntu is 14.10, with stock kernel 3.19.0-15.

In both installations I have nvidia nouveau drivers and intel integrated graphics drivers installed and loaded. This is the default for both installations.

In both installations I have xorg automatically configured (no xorg.conf file present in /etc/X11). In both systems the content of /usr/share/X11/xorg.conf.d is the same for what moitors are concerned (differences in mice and trackpad entries).

Unfortunately, the video configuration in Ubuntu 14.10 works out of the box. In particular I can plug in an external monitor/projector and it will fire-up the nvidia card (nouveau drivers) to power that monitor.

Debian 8.0 on the other hand does not even detect the external monitor.

I don't know where to start to solve the problems.

The hardware is as follows: the laptop (lenovo W530) features both an Intel integrated graphics card and an Nvidia K1000M. The VGA port is connected only to the Nvidia card (this is according to my online research, as I don't know how to check this).

View 1 Replies View Related

Debian Configuration :: Video Mode Not Supported. Nvidia Unstable(Wheezy)?

Aug 23, 2011

Recently, I installed VVVVVV and discovered that when attempting to use fullscreen mode, the monitor displays "video mode not supported" for 640x480, 800x600, 1024x768, and auto. After googling around for an hour or two (and only finding stuff from 2008-09) I have created a new xorg.conf from Xorg -configure and nvidia-xconfig. This doesn't seem to have had anyeffect.DebianRelease unstable (sid)Kernel Linux 3.0.0-1-amd64GNOME 3.0.2GeForce 7600 GSMonitor: Hyundai Imagequest

$ cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 280.13  (pbuilder@cake)  Mon Aug  8 15:37:15 UTC 2011

[code].....

View 4 Replies View Related

Debian Configuration :: Dual Boot Ubuntu/Debian: Debian Has Disappeared?

Apr 5, 2011

I have just installed Ubuntu (/dev/sda7) and Debian (/dev/sda4), but since I have updated all informations on Ubuntu, then Debian did not appear anymore on the grub list. There is an wiki I have found, but I an not really sure about what to do.

Here are the boot informations:
Boot Info Script 0.55    dated February 15th, 2010                   

Boot Info Summary:

=> Grub 2 is installed in the MBR of /dev/sda and looks at sector 488861020
of the same hard drive for core.img, core.img is at this location on
/dev/sda and looks on partition #3 for (,gpt3)/grub.

[Code]...

ps: on this file, it says that the /boot is installed on the MBR and /dev/sda3. I will remove the boot from MBR as I am now using /dev/sda3 instead. Sorry for my english

View 7 Replies View Related

Debian Configuration :: Install Xserver-xorg Without All The Unnecessary Drivers For Video Cards?

Jun 20, 2010

How can I install xserver-xorg without all the unnecessary drivers for video cards / peripherals I do not have on my system?

View 2 Replies View Related

Debian Configuration :: Modify Boot Scripts To Boot Usb Device?

Mar 3, 2010

Without going into a lot of the reasons, I have a bootable program on a USB stick that i would like to 'boot' when debian is starting up (or after it completes, or whenever it makes sense to do it). My MB does not support a USB boot, I've removed the floppy and CD so I can add additional HDs (its a small box but well ventilated).

Another option I have is to use my bios 'network boot' option, but I have no clue how to use it and the only description in the mb manual says "Allows system to be booted over a network" In network boots, *usually* one is given an option of specifying a device address, and the network boot executes a boot protocol (e.g. bootp), and the boot image file is downloaded to the target, stored and run out of RAM. No evidence of this behavior is exhibited when the network boot option is selected in the bios...

View 2 Replies View Related

Debian Configuration :: Make Boot Partition Within LVM In Debian Usin Preseed?

Mar 16, 2011

I know that boot partition is possible to create within debian distribution that has grub 2.0, as I have done before with ubuntu. I have been trying many different options with my preseed file but it keeps taking the boot partition out of LVM and creating and extended partition too and then creates the LVM primary partition.

### Partitioning.
# you can specify a disk to partition. The device name can be given in either
# devfs or traditional non-devfs format. For example, to use the first disk

[code]....

View 1 Replies View Related

Debian Installation :: G5 PPC Won't Boot / Misreads Video Card ID

Jun 23, 2011

I was installing Debian Squeeze into a G5 with an Nvidia Geforce FX 5200 ultra video card. The install went well but the system would not display any output. I did some research looking into the module configuration files in the /etc directory and dmesg log files and discovered that it was incorrectly identifying the video card as a "nouveau" card. I put the name "nouveau" in the modprobe.d blacklist file and it booted fine after that.

View 1 Replies View Related

Debian Configuration :: Lenny Will Not Boot With 2.6.30 Or .32

Mar 20, 2010

I have a lenny box:

Linux ulet 2.6.26-2-686-bigmem #1 SMP Tue Mar 9 18:01:52 UTC 2010 i686 GNU/Linux

In order to get a newer kernel that would recognize a linksys usb wifi adapter I got the advice to upgrade to a newer kernel - 2.6.30 or newer. Which I am able to get from backports.

But when I try with .30 or .32 my machine will not boot. I do have a raid, but it is only used for data files - I do not boot from it or have any system files on it.

First I get this error:

I have not resumed the machine so I have no idea what is going on. So I press ENTER:

View 14 Replies View Related

Debian Configuration :: How To Boot Off CD After Installed?

Aug 11, 2010

I installed Debian, apparently without KDE or gnome capabilities. At least that's what it tells me when I try to follow instructions for installing same. So, I figured I created an image of an installation disk without those, or OpenOffice, or Xwindows capabilities - (debian-505-i386-xfce+lxde-CD-1.iso). So I created another image on CD of debian-505-i386-CD-1.iso, which I planned to install over the original install. However, I cannot get the computer to boot off the CD anymore; it always reverts to the Boot Menu (I have Windows and Debian partitions). The disk whirs around for a while, and then the multiple OS boot menu comes up. This is all being driven by the fact that I don't seem to have a working copy of OpenOffice.Org installed. Although I have managed to play around with mounting and unmounting the CDROM, and using the file commands, I don't seem to be able to actually get an application working. I downloaded the complete OpenOffice.org installation from their website, and extracted all *.deb files to CD. I attempted to unpack and install the OpenOffice.org files directly, and it seemed to do that, but the program does not seem to be available to me. I figure my best option is to reinstall with the right image.

View 6 Replies View Related

Debian Configuration :: Two Different Boot Symptoms?

Feb 16, 2011

Warning: NooB typing this. Two days ago I replaced an old version of Kubuntu with Squeeze. (This is not the computer/system I've written about in two recent threads.) Installation went smoothly, but one very early boot (I think the very first after installation) halted very early on, with:Waiting for /dev to be fully populated... [    4.051267]ACPI: I/O resource 0000:00:1f.3 [0x1c00:0x1c1f] conflicts with ACPI region SMBI [0x1c00-0x1c0f]I stared at that for a very long time, used another computer to google for clues on what to do about it, couldn't find any text that I could understand -- I don't have a degree in anything computer-related, I'm just Joe Blow who wants to get things done on a computer without malware scares -- and eventually gave up and rebooted.

The reboot went well and I hoped there'd just been some kind of fluke. Just now, however, booting -- for perhaps the second or third time since the frozen mis-boot -- brought an elegant message telling me of a kernel failure and asking me if I wanted to inform whoever of it. (Yes, I responded.) The computer seems to be working fine: I haven't rebooted it since that error message, yet here I am browsing and posting away.Unlike this person, for example, I don't know what the hell I'm doing. (Well, I do know that he's using SuSE, I'm using Debian Squeeze, and they're not the same.)The computer's a circa-two-year-old laptop; I doubt that it's flaky because I there were no (visible) boot problems with Kubuntu just last week. I haven't installed anything other than from debian.org's squeeze repository. The mouse that's plugged in now isn't the same as the trackball plugged in yesterday, but that's the extent of any "hardware changes".If this computer fails to boot one time in four and at other times gives scary error messages that I can safely ignore -- well, I can live with that. But my guess is that it's more like an oil pressure warning light in a car: that I ignore this stuff at my peril.

View 4 Replies View Related

Debian Configuration :: No Ip Address Given At Boot

Apr 11, 2011

I installed squeeze on virtualbox on arch linux.After squeeze is booted up, ifconfig says no ip address is given to eth0.I tried ifdown/up eth0, then an ip address was properly given.Does anyone have the same problem or know how to solve this?The network of virtualbox is set to bridged adapter.The host os has only eth0, no br0 and wiredly connected to a wifi router which has the dhcpd.

View 4 Replies View Related

Configuration :: Want To Add Boot Splash To Debian

Jul 18, 2011

I want to add a boot up splash screen to my Debian installation but I cannot find a splash screen manager in the repos. I understand why Debian likes to have no splash screen initially, but have they opted to not have splash screens at all in the repos?

View 9 Replies View Related

Debian Configuration :: Screen Goes Blank During Boot On 8.1

Jun 18, 2015

I have this machine (motherboard ITX Jetaway NF94-270-LF based on CPU Atom N270, full specs here) as a server for some time now (about 4 years). Debian 8.1 is installed on it.

Two days ago, after a power failure, the machine was not able to complete the boot process. I attached a keyboard and a monitor (on VGA port, the motherboard also as a DVI one, but I don't have a suitable monitor) to be able to see what's happening and interact with the machine. Unluckily, at a certain point during the booting sequence the screen goes blank and the monitor goes in standby mode; apart from that, the boot process continues in the background.

As far as I can recall, this behaviour existed for at least a couple of years (if not from the beginning) and the boot process was always completed successfully until two days ago.

The screen goes blank after the setup of the keyboard mapping. I tried everything to avoid the screen going blank: in the Grub menu I set the "vga" parameter, the "nomodeset" parameter, the grub_gfxmode parameter, I removed the "quiet" option, I removed the "load_video" line, I forced the BIOS to only use the VGA port for the video and so on, in order to disable or configure differently the video and the framebuffer. All these stuff had no effect at all: the screen keeps going blank at the same point during the boot process.

The only way I was able to use a fully booted system through keyboard and monitor was via the rescue mode of the Debian 8.1 netinst image. But that way, of course, I wasn't able to observe the normal boot process. So, I checked the boot parameters of the rescue mode and I found that the only usefull parameter was "vga", which I already used and was ineffective.

View 4 Replies View Related

Debian Configuration :: Cannot Boot 8.0 Live USB From UEFI

Jun 18, 2015

On a new Lenovo Thinkpad T450s, I encounter the following issue: The USB drive containing live CD image ("burned" to the USB using mkusb tool --> which in turn uses dd) cannot be booted from the UEFI boot loader. I have to reconfigure the hardware (BIOS) setup to support both UEFI & legacy system, and with first boot priority given to legacy (BIOS-style) booting. But if I do this, I don't see the UEFI system in the /sys/firmware/uefi directory. I am using the 64-bit live CD image (debian-live-8.0.0-amd64-xfce-desktop.iso).

This is my goal: to boot the live USB from UEFI, so that I can install it in a form that is UEFI-bootable.

View 3 Replies View Related

Debian Configuration :: Fsck On Boot Jessie 8.1

Jun 25, 2015

I use debian jessie 8.1 and when i boot it, pc start fsck block clean etc.. but the fsck control is activated every on boot?

View 14 Replies View Related







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