Debian :: Wheezy Fails To Boot Into GUI After POST
May 17, 2011
I'm running Debian Wheezy x-86 32 bit Kernel 2.6.38-2-686 and I have encountered a problem I'm hoping to get some help with. All help would be greatly appreciated as researching this issue has not led to any concrete information. After a reboot or similar, the process will go through the boot sequence including giving me the option of what kernel to run either 2.6.32 or 2.6.38 and starting module's as well as performing POST and then when the logon screen should appear I'm presented with a flashing cursor. I can boot into saftey mode and the CLI, but not being very efficent with Bash and the CLI I'm not sure where to go or what to do.
View 14 Replies
ADVERTISEMENT
Jun 20, 2011
I've installed squeeze and wheezy on an old Toshiba Satellite 210 CS laptop with 48MB RAM and a 20GB IDE harddrive.Grub2 won't boot at all and stops with a "error: cannot allocate real mode pages". The solution to that is to use the grub-legacy package.The boot then fails with "waiting for root device" and drops to an initramfs shell.
View 5 Replies
View Related
May 22, 2011
Downloaded and copied to a usb pen drive the latest debian testing snapshot netinstall iso:
wget url
then
dd if=debian-testing-amd64-netinst.iso of=/dev/sdb
Everything went fine, even the install part.After the 1st boot, problems started. I've never seen so much errors after a first install and probably they are all reported.
1. ata_id[297]: HDIO_GET_IDENTITY failed for '/dev/sdb'
2. mkdir: cannot create directory `/run/udev/rules.d/': Read-only file system
3. startpar: service(s) returned failure: udev ... failed!
4. INIT: Id "co" respawning too fast: disabled for 5 minutes
5. eth0 doesn't automatically start; one has to start it via ifup eth0
After that, installed a minimal xserver-xorg-core, xserver-xorg-video-radeon and kde-plasma-desktop.
I'm unable to use the newly DE environment, the screen just freezes, I'm guessing because of the udev error.
I have to restart via Magic SysRQ key:
Alt+PrtScr+S > Alt+PrtScr+U > Alt+PrtScr+B
View 4 Replies
View Related
May 28, 2015
With "quiet" removed from the grub linux line, I'm getting the following error messages when the boot hangs up early in the boot process (19.768231 seconds into boot).:
input: HDA NVidia HDMI/DP,pcm=3 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input6
input: HDA NVidia HDMI/DP,pcm=7 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input7
input: HDA NVidia HDMI/DP,pcm=8 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
So, is this a NVidia issue or a sound card issue?
View 1 Replies
View Related
Feb 6, 2015
I have a server in which I'm trying to install Debian into. There's no BIOS, only EFI boot. The vendor locked it down so there's no way to see it or get into it.
The Wheezy 7.8 netinst CD has EFI boot parameters and works on everything I throw it in, except this one server. Booting it up, the code doesn't see the EFI and boots into normal mode, negating every chance to install it (dozens upon dozens of failed installs).
During boot, I press the [TAB] at the Debian Linux installer menu and get the load parameters (/install.amd/vmlinuz vga=788 etc). What parameter can I add to this line to get it to run in UEFI mode so we can install it?
View 10 Replies
View Related
Jul 19, 2011
I've created my own wheezy live usb-hdd using:# lb config -a i386 --mode debian --distribution wheezy --linux-flavours 686 -b usb-hdd --bootloader syslinux --memtest none -p xfce
P: Considering defaults defined in /etc/live/build.conf
P: Creating config tree
# lb build
The binary.img was created.
Now if I try to boot from this image using qemu, I get a message "No bootable device"
If I check this main partition using gparted, the flag is "lba" instead of "boot".
Even doesn't work if try to change to "boot".
How to solve this problem?
View 13 Replies
View Related
Jun 21, 2015
After the latest update of Debian Wheezy, about three days ago, one of my machines won't boot anymore. The update was done by:
Code: Select all/usr/sbin/update-smart-drivedb
apt-get update
apt-get -y upgrade
apt-get -y autoremove
I get the error message: "Alert! /dev/disk/by-uuid/71c... does not exist. Dropping to a shell!"
The dir /dev/disk contains only "by-id" and "by-path".
I booted with the rescue system, dropped into a shell and recreated the ramdisk with
Code: Select alldpkg-reconfigure linux-image-3.2.0-4-amd64
dpkg-reconfigure grub-pc
But without success. On another machine the update went flawlessly.
View 7 Replies
View Related
Aug 13, 2014
I upgraded from deb7 to deb8, but am no longer able to boot. After passing the grub boot menu, the following messages are displayed:
Code:
Select allLoading, please wait...
[ 6.065713] systemd-fsck[148]: /dev/sda1: clean, 428644/1310720 files, 410616
9/52442880 blocks
[ 7.480551] Error: Driver 'pcspkr' is already registered, aborting...
[ 8.692700] systemd-fsck[341]: /dev/sda5: clean, 145485/6176768 files, 17407409/24695552 blocks
[ 18.066215] Loading kernel module for a network device with CAP_SYS_MODULE (deprecated). Use CAP_NET_ADMIN and alias netdev- instead
_
The screen then clears and an underscore is displayed as the sole character at the top left position of the screen. The system hangs at this point. During installation, I rejected two changed files: /etc/init.d/bootlogd and /etc/libreoffice/sofficerc. For both, I opted to keep the installed version (the default choice of the installer) rather than replacing with the new version. The first might be related to the problem, although it seems to be responsible only for logging the boot process, and I would not expect this to compromise booting.
In case this information is useful, sda1 is mounted at /, sda2 is swap space, sda3 is extended, and sda5 is a logical partition mounted at /home.
I am able to boot into rescue mode, but other than that the system is not usable. Unfortunately, no useful error messages are given to aid in diagnosing the problem.
View 12 Replies
View Related
Sep 25, 2015
I decided to update all the software on my computer. Fortunately, it upgraded kernel version 3.14 to 3.16. I was happy to learn that suspend now worked on my laptop by calling pm-suspend, but it did not worked by closing the lid. So I search and found on debian's website that installing systemd and adding some config lines in /etc/systemd/logind.conf would sove the issue. So I followed the procedure and did like instructed, to end up with a computer that boots on black screen.
The last verbrose line I see on boot up is "kvm disabled by bios" and then it shutdown down the screen. The computer works, as I can login and shutdown by doing those operation blindly.
I tried removing systemd but it still does not work. If I use the old kernel 3.14 I can boot without any problem, but if I use kernel 3.16, I boot to a black screen. I remember successfully booting in 3.16 before installing systemd.
View 4 Replies
View Related
Jan 8, 2010
This morning I updated my system as prompted by the update manager. Upon reboot, I got "grub:sh>". After doing some googling and a bit of trial and error, I managed to figure out that I can manually boot successfully by executing the following commands.
Code:
grub:sh> linux /boot/vmlinuz-2.6.31-14-generic root=/dev/sda1 loop=/ubuntu/disks/root.disk ro
grub:sh> initrd /boot/initrd.img-2.6.31-14-generic
[code]....
View 7 Replies
View Related
Feb 8, 2011
Many people are having trouble with the latest nvidia drivers. I think there might be a pattern and that might lead to a solution; even if that solution is "give up with that card you're using." So, here's the first:
7600GS PCI with 32 bit opensuse 11.3 and KDE 4.6
View 9 Replies
View Related
May 27, 2011
My old computer started randomly rebooting so I went out yesterday and bought a new one. It's a standard Intel 64 architecture with 2gb ram etc.The old computer was running Lenny however I'm happy to upgrade, so I just went to the main Debian download site and downloaded:debian-6.0.1a-ia64.netinst.iso (this didn't work, apparently ia64 is for itanium and my machine is definitely not that), so I downloaded: debian-6.0.1a-amd64-netinst.iso, burnt the CD and ran the install. First time through I had a power failure.
Second time through (a complete fresh start - new partition and everything) it went all the way through to completion and reboot.Clicked 'Continue' to reboot and the machine reset as it would normally and the Grub loader started okay, prompted for the "Debian amd64" standard boot image, selected that and the first 6 lines appeared normal, then the messages wizzed by so fast that only superman could read them. Then they stop - here is some of the content...
[3.816673] Kernel panic - not syncing: Attempted to killl init!
Call trace:
get_empty_filp
panic
[code].....
Running it again I get similar stack stuff but it's a different place: [3.541816], [3.427502] And sometimes if I wait for a minute or two it will continue on further but appear to crash again. Hardware details (everything is onboard - no added cards):
G41M-S3
Intel G41 + ICH7 chipsets
CPU: LGA 775 for Intel Core 2 Extreme
[code]......
Is the amd64 the wrong image? Should I try i386? Is it a blip and I should just rerun the entire install again?
View 14 Replies
View Related
Jun 7, 2010
I am having a strange issue with my xserver. I do have nvidia graphics. My system is Debian Squeeze with limited packages from Sid to fix issues when needed. Currently I don't think that there are any installed from Sid that have not since been updated through testing. It also contains one package from Lenny that does not exist in Testing for some reason, ogle the dvd player.
After an update the other week my gui failed to come up. That is not that unusual with nvidida. So I reinstalled the driver and all seemed to be fine until the next reboot some days later which failed. I reinstalled the driver again and all seemed fine.
The machine did not come out of hibernate cleanly some days later and upon reboot no gui
I have tried the whole group of driver packages out of sid, testing, stable. All are afflicted with the same problem. When the box drops back to the login if I login and issue from root '/etc/init.d/kdm stop' then '/etc/init.d/kdm start' the gui comes up just fine. It also seams to launch much faster than it has for some time.
A friend has questioned if kdm is starting to early in the launch process. I think he may be on to something. But looking at the files in /etc/rc*.d does not seem to indicate to me that is the case. kdm has the launch number 5.
The machine has been converted to the, what is it, multi-process launch thingy, quite some time ago now, like a year maybe? These are what is in the sequence from kdm on
Code:
The install is amd-64 using the standard debian kernel.
View 5 Replies
View Related
Jul 20, 2010
I'm trying to make dual boot system with Lenny (64bit) along with WinXP. I'm using one HDD with 2 partitions and installed first XP then Lenny. Everything seems fine till the first boot after fresh install. Lenny starts to boot and after same point the screen goes blank and then is turned off and that's it...nothing happens. Happens so fast that I'm unable to see the exact messages on the screen. Maybe somewhere around staring anarcon?
PC is:
Athlon64 X2 5400+
Asus M2V-MX motherboard
3GB DDR2 800
500GB WD SATA2 HDD
Radeon x800 GTO video
I reinstalled 2 times and it's the same. WinXP is working fine though but I really don't want it to be my OS...
Another "hint" from today: The same happens when I use "Try without installing" of Ubuntu 10.04(i386) Live CD. It starts loading and at some point turns off the monitor.
Tried also with 8.04(64bit): Boots till it reach something like "Settings sensor limits" and then it's stuck. I have consoles though (Ctrl+Alt+F1/2/3...).
View 14 Replies
View Related
Nov 26, 2015
I have a ~ 2008 notebook (Compaq CQ60-137EL) on which I had Windows 7 only (it was sold with Windows Vista installed).
Later I installed Debian Jessie 8.2.0 Stable ("Graphical expert install" from DVD), along with GRUB as a boot manager (I chose not to install it on the EFI removable media path).
Since then, if I select Windows 7 on the GRUB boot screen, I see "Starting Windows...", and after few seconds the screen flashes for a moment, and then the PC reboots: I see the bios screen, followed by the GRUB screen again.
What's even more weird about this is the fact it just happens only in like ~50% of the cases. In the other 50%, Win7 starts flawlessy.
I even tried to install Debian first, then Windows 7, then re-install GRUB, but I got the same issue, even with both system freshly installed.
On 6 attempts, 3 times it worked and 3 times it didn't.
On my desktop PC I'm in the same setting, but I don't have this issue. I think it may be related with the fact I have Win7 on a SSD and I installed Debian on a separate HDD, while on my notebook, as you can imagine, there's just one single HDD.
View 11 Replies
View Related
Nov 14, 2015
I was planning on installing Stretch on my iBook G4. So I got my netinst cd and went through the install process. Everything was fine till I got to the section where I selected my mirrors. I chose the US/ftp.debian.org mirror and it failed so I tried the ftp.kernel.org and that failed as well. Then I tried the third on the list and I was able to connect and get my packages. The install completed, however when I rebooted the bootup froze. So I thought that it could my cd so I went and grabbed the latest stretch iso from the site.
Yet again I ran into issues. The biggest was that I kept getting sent back to install menu to manually select what steps I wanted to do. I found this odd since normally the install will just walk you through. Then I ran into the same issues with mirrors. finally the install completed and I was rebooted. However the boot failed again, but this I got dropped into the initramfs shell. Should I file this as bug with the debain-installer package?
View 8 Replies
View Related
Mar 10, 2010
I've just installed debian to a thumb drive on a system with no hard drives. I did not install any hard drive to avoid confusion. The installation went well, I rebooted the system several times with no issues until I decided to install the hard drive (SATA drive). After I installed the hard drive the system failed to boot showing something like:
Code:
Decompressing Linux... Parsing ELF... done.
Booting the kernel.
Loading, please wait...
mount: mounting /dev/sda1 on /root failed: No such device
(continues for other partitions and mount points)
Target filesystem doesn't have /sbin/init
No init found. Try passing init=bootarg
BusyBox v1.10.2 (Debian 1:1.10.2-2) built-in shell (ash)
/bin/sh: can't access tty; job control turned off
(initramfs) [9.670347] sd 0:0:0:0: [sdb] Assuming drive cache: write through [9.673805] sd 0:0:0:0: [sdb] Assuming drive cache: write through
(some insignificant text was not copied :P)
I am guessing that the new disk is somehow confusing debian regarding where to look for system files or the address where the devices are located because if I remove the data cable from the hard drive the system reboots correctly (no hard drive though). Hotpluging the drive works but once I reboot it happens again.
View 6 Replies
View Related
Sep 22, 2015
Debian 8 "Jessie"
AMD CPU
EFI motherboard
System was working reliably. Moved components into a new case. Now system will not boot. Either gives error that the disk is not bootable or displays the motherboard configuration screen.
I am able to boot Debian with a USB drive and have attempted fixes in "rescue mode".
I confirmed that the system is booting to EFI mode.
I have tried re-installing the grub-efi package and re-creating the Grub config file with update-grub.
When re-installing Grub I receive "Discarding improperly nested partition ..." warnings but the installation succeeds. I have searched this warning message and the forums seem to say that it can be ignored.
I have tried re-setting the motherboard NVRAM using the jumper block.
The computer shows "debian" as a boot choice in addition to the usual raw drive model listing. However, neither of the choices will boot successfully.
View 4 Replies
View Related
Mar 26, 2010
My evil nemesis Grub2 has decided to make a move on me again! So I rebooted a few minutes ago and got this:
Welcome to Grub
error the symbol 'grub_env_find' not found
Entering rescue mode
View 9 Replies
View Related
Jul 11, 2011
I have just recently installed firestarter to get an idea of iptables editing with a GUI. Firestarter works great and I love it, however when I turn my system on, and my system is booting up the terminal displays a "Failed" message when attempting to start up firestarter. Now I have been doing my homework (reserch) and have read that a user will get this error because firestarter trys to load prior to the network manager starting up. I have also read some other variables that can cause this is if you use network manager and have a password on your user account (which I do have) can cause this issue.
However in most cases from what I have read is even though it gives the user a "Failed" startup message, once the user logs in, and is connected to the internet firestarter will actually load the iptables. I did some tests and from what I understand I can see that this is true because I have allowed access to certain torrent trackers, and denied access to others, and I can see some come online. Does firestarter load iptables once the user logs in? Or once it fails to load, does it not load at all unless you manually open/load the application. If firestarter just modifies iptables, then once I save my listings in firestarter then I really don't need it to start up correct?
View 1 Replies
View Related
May 16, 2010
Because I am using one of the new WD disks I am trying to aling my root partition with the real sectors, as described here: [url]
So I copied all files to a temp location, deleted my partition (/dev/sda3), recreated it a few cylinders later (same name) and copied the files to the newly created partition. I updated UUIDs in grub's configuration as suggested in this thread:[url]
But now it fails to boot with the following error:
Code:
I checked the filesystem on this partition and its fine. I tried to recreate the initramfs from Knoppix:
Code:
But it didn't change anything.
How can I either fix it or install a different kernel on this drive so I could boot into it and re-install my default kernels?
View 3 Replies
View Related
Jun 4, 2011
I recently purchased a new Lenovo Thinkpad T420i and am having problems installing the latest version of Squeeze from CD. After receiving the laptop, I started it up, configured Windows 7, and confirmed everything is working correctly. Next I went through the Debian installer, which completed successfully. I'll be dual-booting Windows 7 and Debian, so at the partitioning stage I resized my NTFS partition, added a shared VFAT partition, then used the "Guided" install to create my root and swap partitions. My partition layout is code...
I assumed something was wrong with grub, so I booted the CD into rescue mode and chose to reinstall grub onto the Master Boot Record. But nothing changed. Just to experiment, I went into fdisk, deleted all my new partitions (leaving just the Windows ones), and tried rebooting, but the same error happened. I then went through the Debian installer again, being careful to set everything up correctly, but still, the device won't boot.
I'm not even getting to the grub boot screen, so something is wrong even before the point. Reinstalling grub to the Master Boot Record (grub-install /dev/sda) isn't changing anything. How can I troubleshoot this?
View 8 Replies
View Related
Nov 18, 2009
On a fresh install (tried two new installs now) I'm getting an error when I try to go out to the update repositories after the install. I'm getting a "failed to download /suse/setup/descr/packages.DU.gz from [URL] It seems to get about 48% and just hangs there. This happens both if I try downloading updates during the install or if I try doing an on-line update after the system is up.
View 2 Replies
View Related
Sep 1, 2010
Debian testing: Kernel: Linux 2.6.32-5-amd64I can now only boot into safemode because I cannot get these 4 packages to upgrade:
udev
media-player-info
xserver-xorg-core
[code]....
View 6 Replies
View Related
Sep 3, 2011
i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)
View 3 Replies
View Related
Mar 30, 2011
I am giving Wheezy a whirl and am having with screen blinking ever 30 seconds.
View 5 Replies
View Related
Jun 30, 2011
I just upgraded to F15 and it went well. But at the next and each subsequent cold boot the BIOS reports "Your system last boot fail or post interrupted Please enter setup to load default and reboot". The board is an asus P5N-D. I press F1 to blow past the error and all is well until the next cold boot. Restarts are fine, no errors at all.
View 12 Replies
View Related
Nov 29, 2010
But when Squeeze goes from 'testing' to 'stable' in December... does Wheezy get promoted from 'sid/unstable' to 'testing' at the same time?.
I started my life in Linux with and currently use Ubuntu, and it runs decent(barely). However, I just upgraded to Ubuntu 10.10, and because of strange little issues and increasing bloatware, I have been forced to strongly consider the "mother OS": Debian.
The reason for my original question is that I want to run whatever the current "testing version" is. And if Wheezy gets promoted at the same time Squeeze does, then I will just wait the 4 weeks instead of slogging through another install(I prefer fresh installations vs upgrading within). I know the test versions of Debian are a bit more active than stable, but I have used Ubuntu for over 2 years, so I have some experience dealing with Terminal commands, package management, gnome, etc...I am also currently VirtualBoxing a copy of Squeeze.
View 6 Replies
View Related
May 20, 2011
I got "stuck" with stable up to now and want to upgrade to Wheezy. But, although I've done this before, I'm having a dependency problem I wanted to ask about before breaking my system somehow. This is the /etc/apt/sources.list, ready for Wheezy:
[URL]
So, I regularly use aptitude as my package manager. After updating the database with aptitude update, trying aptitude full-upgrade gives me a huge of conflicts.
[code]....
But, if I use apt-get dist-upgrade, I get no conflicts. if I dist-upgrade with apt-get, will that affect my daily usage of aptitude (which I prefer)? I know APT is a single database and apt-get and aptitude are just different interfaces, but I guess differences might rise when marking packages as automatically or manually installed.
View 7 Replies
View Related
Aug 7, 2011
Is it possible to run kde in Wheezy without udev? I am asking this because the modesetting failure is manifested as soon as udev tries to populate the /dev directory.
View 6 Replies
View Related