Ubuntu :: Karmic 9.1 Never Completes Boot?

Mar 16, 2010

System has been working fine until recently bootups started taking longer and longer. Finally the other day after waiting 15 minutes or so I gave up.

I was able to log in with the xfce option (small command line with no windowing support). From this I observed that I could run all my programs (but without windowing support) and that the system seemed generally healthy (as did the hard drive).

I found /etc/Xsession and ran

Code:
sudo ./Xsession

This successfully loaded X (is that it?) rather quickly, but everything was
running as root. That's what I'm in on now.

So it seems that there's some kind of problem with an init script failing to load X at some point. Or it could be more complex.

Specifically, the computer presented the login option for the gui and I logged in as my non-root user. Then I got the swirling lights with the bird in flight background (dark blue). It never progresses beyond this, and the hard drive is whirring consistently until I shut the computer off.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Boot Never Completes (screen Goes Black)

Feb 7, 2010

I have had a really bad day (the first, after months of faultless operation)) with my Acer 5720Z laptop running Ubuntu 9.04 Jaunty. First thing was at the second startup today, nothing other than totally black or white screens showed during boot. However, the ubuntu jingle was heard after the normal time it takes to boot, so I was certain it was strictly some video problem.

Ok, so after having thought about this for a while and reading about similar issues here and there on the web I was struck by the fact that not even the Acer screen with bios info etc. showed normally just after power-up. By then I had dragged a second, stationary computer to the livingroom, so I thought I'd check if there'd be video output from the Acer's VGA port. There was, and the ubuntu desktop looking perfectly normal. Aha! - only the backlight working on the Acer's LCD screen, but no video? So I thought I'd check for loose connectors to the LCD or damaged wiring (installed replacement LCD myself some months ago with no problems). This is going to be easy, I thought (being more of a gearhead/hardware type of guy) Turned the Acer laptop off and unscrewed the screen frame stuff. Now I just start it and switch back to internal display... For some reason (too many unclean shutdown(s) during the early "blind" nervous phase of the problem, I suppose) the Acer now hangs with a black screen before boot is complete and I am unable to switch between external/internal monitors. Fortunately I can use the external monitor (video is stuck to the external VGA on startup), get to command prompt etc. so there should be hope. But I have no idea how to sort this out after many unsuccessful attempts. (Recovery mode, disk check etc.)

I can't find any sort of safe graphics mode option in the GRUB menu. Booting from the Ubuntu 9.04 ("live" option) also finally stalls with a black screen and nothing further happening, just like the install that's on the PC.

how Ubuntu 9.10 runs on a stationary HP Pavillion 1840 which I rescued from the trash just like the Acer laptop.

View 1 Replies View Related

Ubuntu :: Dual Boot Karmic And Xp (karmic Installed)?

Jan 21, 2010

What's the right direction or give me step by step on how to do this?

View 6 Replies View Related

Ubuntu :: 10.10 Reboots Automatically As Soon As Shutdown Completes?

Dec 7, 2010

I've been googling my brains out looking for a solution to this. So far, nothing.

As the title suggests, every time I attempt to shut the computer down it instantly reboots the moment the internal fans stop whirring.

So far I've tried:

-shutting down via the terminal (this actually makes the reboot happen instantly rather than waiting for the fans to stop)

-looking in the BIOS for any obvious settings which may be causing this

-performing a dpkg repair

-Allowing "Proposed" updates in the Updater

-installing (slightly) older Kernel (2.6.35-22 as opposed to 2.6.35-23)

-installing newer (2.6.36) kernel

I know others are having this issue, but other threads I've read seem to have fizzled out with no conclusion. Has anyone managed to find a way to make this work if they've had the bug?

Any advice at all? Is it worth trying an even older kernel? Or an even older version of Linux?

View 1 Replies View Related

Ubuntu Installation :: Grub2 - Dual Boot Karmic / Unable To Boot Into Archlinux Partition

Feb 15, 2010

After installing karmic with Grub2 I am unable to boot into Archlinux partition. Grub2 has removed the last line of the Archlinux boot stanza! It used to read:-

[Code]....

Following the Grub2 tutorials I have tried editing /etc/grub.d/40_custom as follows:-

[Code]....

But no luck. Only way into Archlinux is to get into the edit shell and manually add the missing line and remove other stuff not needed. I have spent hours trying to resolve this issue and I am fairly p----d off

View 2 Replies View Related

Ubuntu :: The Laptop Keeps Freezing After The Routine Disk Check Completes?

Jan 13, 2010

My laptop keeps freezing after the routine disk check completes, along with a screen of jiggly colours. I also booted into safe mode and ran the disk check from there with the same result.

View 7 Replies View Related

Fedora :: Shutdown After A Command Completes Its Task?

Jun 11, 2010

I guess there is some bash shell trick to run poweroff when an other command is over, like let's say su -c 'yum update'.

Creating a shell script with these two commands, the one below the other, would be sufficient? I can't try it now.

View 5 Replies View Related

General :: Configure The Way Bash Completes Directory Names?

Sep 7, 2011

I'd like to instruct bash to use a special method to perform completion on certain directory names. For example, bash would call a program of mine to perform completion if a path starts with "$$", and perform completion normally otherwise. Is this at all possible? How would you implement it? The goal is to allow autojump to complete paths for all commands when the user starts them with a certain prefix. So for example when copying a file from a far directory, you could type: cp $$patern + <Tab>

and autojump would complete cp /home/user/CompliCatedDireCTOry/long/path/bla/bla and you would just have to add where you want to put the file. Of course I can use ott's comment to add it to a few specific commands

View 3 Replies View Related

General :: Script.sh | Mail - Completes But Doesn't Include Output?

Mar 30, 2011

I have a script that uses cp to copy data from A to B. There are some troublesome files that are constantly in use and read "Permission denied" or "Text file busy" but I'm not worried about these. Therefore my copy process always contains output.The script runs through cron and the output (automatically) goes to /var/mail/user. I tried setting it up to send me an email and it comes through, but it's completely blank. The email in /var/mail/ contains the full output.

Here is my command:
0 18 * * * /home/backup.sh | mail -s "Backup completed" jsteel@...com
(The script simply contains many "cp -r /mnt/location/a /mnt/location/b")

[code]....

View 2 Replies View Related

General :: Message In Terminal After Redirecting Output And Build Completes?

Oct 9, 2010

I'm not sure about the following behavior so thought I would put it out to see if there is an error I need to resolve, or simply a process that I need explained.I'm also not sure if this is an Ubuntu issue, a Linux issue, or other... but here goes.I ran my "make build" in two different ways; one with just "make build" and one with "make build > output" (so I could review the full script).With just "make build" the process finished and returned to the command prompt.

With "make build > output", after the process had finished (script in output document identical to what was in the terminal with "make build") a new set of data was displayed in the terminal (see below).With the other examples of using "make build > output" the times it would parse something back to the terminal window was when there was an error. As I fixed the errors these breaks back to the terminal window would stop. So I'm wondering if this indicates a new error, but because the "make build" now completes successfully (at least it appears to), I'm wondering if this data in the terminal window is just a behavior related to redirecting the output script using the ">" process and something to do with returning to the terminal once a process completes

View 4 Replies View Related

Ubuntu :: Error 22. Karmic Will Not Boot?

Apr 25, 2010

I have karmic 9.10 on a 250GB HDD and my 'STORAGE DRIVE' on a 1TB HDDThere is no dual boot - just karmic. Both HDDs are in Caddies.All has been well for many months. Suddenly Karmic will only boot if the STORAGE DRIVE is dis-connected.Karmic will boot if it is the only drive in the machine.The error message when both drives are in is:- Grub Loading Stage 1.5Please waitError 22blinking cursor and nothing else.....I have searched Google but despite many posts on this error message, I cannot find a similar issue where the machine won't boot.

View 1 Replies View Related

Ubuntu :: Karmic Koala Won't Boot?

Feb 17, 2011

am running Ubuntu 9.10 on my laptop via USB external HDD.Currently it will not boot.I get the logo followed be an immediate filesystem check.At 90% complete it check crashes followed by the following:

init: mountall main process (500) terminated with status 3
Mount of filesystem failed.
A maintenance shell will now be stated.
CONTROL-D will terminate this shell and re-try.
root@c-desktop:~#

View 1 Replies View Related

Ubuntu :: Cannot Boot Live Karmic CD?

Apr 25, 2010

When I insert the Live karmic CD,t will load up to the point of starting X then the monitor shuts down into "out of range". I hear the loading music in the back round but no X or display. Now, I can load a live Knoppix CD just fine. It starts up and I have a display. I'm using an ATI-9600 graphics card

View 4 Replies View Related

Ubuntu :: Customize Karmic Boot Process?

Jan 5, 2010

I would like to customize my bootprocess on Karmic Koala.on <= jaunty i have been using the bootupmanager but on karmic it does not list all the processes and their state properly. so i think the internal changes within the karmic bootprocess have made bum inoperable. which is not that bad since karmic boots much faster but still i would like to make some changes to karmics boot.

View 1 Replies View Related

Ubuntu Installation :: Karmic Freezes During Boot?

Jan 11, 2010

I have been getting squashfs errors in the live usb created by various means(unetbootin,usbcreater,pendrive linux software).

There seems to be no error in my media or my hw. I have tried both 32 and 64 bit versions and the md5 sums of both match with the hashes given online. I havent yet tested with a compact disk, but i am sure the hw is working fine (it just booted 9.04 from usb..)

I have tried a few boot options [URL] to no avail. Also by turning off the quiet mode during boot, I see that the a few errors are "Unable to read from /dev/sdb" which should be the usb drive itself.

I will try a CD now, but my cd drive is not working. I hope to get a usb drive and boot from it.

View 2 Replies View Related

Ubuntu Installation :: Dual Boot Win XP And Karmic?

Jan 17, 2010

I like ubuntu and want to start using it more, but because of a work website that I need to access (developed for IE and only IE or Firefox running IETAB has full functionality) , I still need to use XP. Is it better to install Ubuntu on a partition or install within Windows and use Windows loader?? I see the two choices when using the Ubuntu CD I made. I already have XP Pro SP3 installed on my thinkpad T60 with dual core CPU and 3G RAM What are the advantages or disadvantages?

View 9 Replies View Related

General :: Can't Boot Karmic

Apr 22, 2010

Anytime I turn my computer on, I get to the GRUB loading screen, select anything and then it shuts down again. I don't think I've really done anything that might have caused this? I only (re)installed it yesterday and the only things I've touched since then are ndiswrapper and wicd to get my internet working. Last night, I just let it idle out and now this. There are no dvds/cds inserted, nor any flashdrives.

View 2 Replies View Related

Ubuntu :: Boot: Karmic Won't Start, Dropping Into Initramfs?

Jan 23, 2010

I'm running Karmic on an AMD 64 on Efficient PC (Re-badged Asus Anubis), with Nvidia Corporation MCP51 High Definition Audio card.In recent days my system has been freezing, although this has generally been solved with a reboot.Now, however, GRUB is failing to start Karmic, and is dropping me into initramfs.I have tried a systemrescue cd (see here http://www.sysresccd.org/Main_Page), which when I switch on slows down at

ATA1 port is slow to respond
forcing hard reset
comreset failed errno=-16

[code]....

View 3 Replies View Related

Ubuntu :: Improper Shutdown And I Can Not Boot Karmic / Make It Possible?

Jan 25, 2010

Now, this is the case:

Yesterday, i tried to boot up my laptop but the battery was uncharged and it was unable to boot ubuntu karmic 64 bit. so i tried to plug the charger as soon as possible but when i looked at the screen, there was a huge black blank screen. so i had to restart it manually by pressing the power button. Now, i can see the grub screen, i can choose one of three kernels and the Windows. But only Windows can boot but the others doesn't. And also, grub timer does not work not. It does not count down to zero and autoboot the default os. I tried to reinstall grub but everytime , i got problems. Here is what i tried to do. In another try here, i failed again. In chroot, i could not "apt-get install" as it said i wasn't connected to internet (but i was), and in another try, it could not find p/rmonct /mnt/etc/resolv.conf.

View 1 Replies View Related

Ubuntu :: Karmic Freezes On Boot Up During Splash Screen?

Feb 14, 2010

I set up a dual boot on my laptop a few days ago, between Windows XP and Ubuntu 9.10 (installed from Live CD). All the hardware is working fine.

Anyway, SOMEtimes, during the splash screen , the screen turns off (physically turns off) and the hard disk seems to stop. I cant do anything appart from force it to power down.

Yet sometimes, it boots up fine.

I want Ubuntu to work first time EVERY time.

View 3 Replies View Related

Ubuntu :: Karmic 64bit Boot Hangs With 4GB In Machine?

Feb 19, 2010

I have Karmic 64 bit installed, originally with 2GB of memory. The motherboard will take up to 16GB, and I decided to double to 4GB. When I put in the 4 memory sticks (1GB each) and reboot, it gets past grub2, to the ubuntu "circle" symbol, the screen blacks out and that is it. No desktop, no further action that I can tell from the box, just a black screen. The video feed to the monitor, from what I get with the power light is gone and no activity on the drive.

If I take out one of the memory sticks, it boots happily up with 3GB and runs fine. Put the 4th back in, same behavior. I tried swapping out the old memory, putting in the 2 new sticks, everything works fine. Add in the other two (the old ones), the problem shows again. I thought I might be the last memory slot, so I removed the one from the 3rd slot, works fine. All in all, it works fine with 3GB, but hangs on boot with the 4GB.

View 7 Replies View Related

Ubuntu Installation :: 9.10 Karmic Koala - Lvm And Grub2 Boot?

Feb 21, 2010

I am having problem in grub2 fails to boot the system. I get the error:

Booting from local disk...
GRUB loading.
error: no such disk
System setup:

It's a Dell XPS400 PC with 160 GB HDD. I have a non-LVM, primary partition for the boot file system (/boot) of 200 MB. I also have seven logical volumes (LVM partitions): six for each of the /(root), swap, /home, /usr, /var and /tmp, and one vbox_win_xp_base as a raw disk for running Win XP in the Virtualbox. I went on to configure all these without rebooting the system in between. Later I also updated to the kernel version 2.6.31._20. Next day I decided to reboot my system. But then the bootloader (GRUB2 in my case) won't able to boot it and gives the error mentioned above.

[Code]...

View 3 Replies View Related

Ubuntu :: Unable To Boot Toshiba Running Karmic?

Feb 25, 2010

Have been using Karmic kaola for a few months on my toshiba tecra laptop..as of yesterday unable to boot up..all I get is a black screen on start up with no further activity..no bios menu etc..the led lights up for the power source and occasionally lights up on the hard drive which seems to make some noise as if trying to function...did connect it up to an external monitor which displayed the start up toshiba logo but then came up with the message error: "invalid enviroment block" unable to load default boot entries.am wondering if 1. there is a fault with the grub set up?2. Something more serious as my laptop screen refuses to function?3. Will I be able to retrieve my hard drive data using ubuntu live cd connected to an external monitor?

View 7 Replies View Related

Ubuntu Installation :: Upgrading From FC To Karmic On Triple Boot Mac

Mar 14, 2010

I have a Core 2 Duo iMac that I had set up for triple boot using Fedora Core (probably FC8 )and GRUB, Windows XP Pro, and Mac OS X v10.5. Some time ago, I had to blow out and reinstall my Windows installation because it had developed errors, but this also blew out my GRUB, leaving the Fedora install non-bootable. Since I never really used FC on this machine much, I didn't worry.

Lately, I've acquired an hp Mini 110, on which I'm running Linux Mint 8 (Helena), and I'd like to upgrade my FC partition on the iMac to Karmic, but when I run the installer, it won't let me use all of the existing Linux partition, instead wanting to resize it to accommodate both FC and Ubuntu.

How do I make the installer simply replace FC with Karmic, using the entire existing partition? I'm sure earlier versions of Linux that I've used had a simple "erase all Linux partitions and install" option, and the "Manual" option doesn't appear to read the existing partition information (I was too afraid to go any further).

I ended up quitting the installer, which put me into the Live CD environment, where I used the File Browser to "Format..." the Linux partition, but when I went back to the installer, I ran into the same problem, and it didn't seem to matter if I unmounted the existing partitions or not.

View 2 Replies View Related

Ubuntu Installation :: Karmic Cd Won't Boot With Wd15ears Hdd Connected?

Apr 2, 2010

I'm trying to install ubuntu on a wd15ears hdd. Booting from the CD works fine when I don't have any drives connected, or some other drives connected, but if my new wd15ears 1.5TB hdd is connected, after the boot menu the pulsating ubuntu logo will pulsate for a while, and then I'll only see the blinking cursor in the top left corner of my screen. The hdd light is constantly on and nothing happens. Can anyone help me please? Is there a way to put the boot in verbose mode so I can see what fails, instead of seeing the ubuntu logo?

View 1 Replies View Related

Ubuntu Installation :: Can't Boot After Karmic To Lucid Upgrade?

May 3, 2010

I made the mistake of trying to upgrade my Karmic (server) installation to Lucid earlier today, after which I've been unable to boot into my server. The server is on OVH, so I can't watch it boot, but I am able to access all of the data from the filesystems via rescue mode. I ran fsck and that came back clean. I also ran the boot info script, the results of which are below.

I know my best bet is to backup what I can and do a fresh install, but I won't be able to back everything up so trying to get this working would certainly be more convenient. I'm sure I'm leaving out useful information, so let me know and I'll post it.

Code:
Boot Info Script 0.55 dated February 15th, 2010
Boot Info Summary:
=> Lilo is installed in the MBR of /dev/sda
sda1:
File system: ext3

[Code]...

View 5 Replies View Related

Ubuntu Installation :: 2nd Hard Drive Won't Boot (karmic Koala)?

Jan 3, 2010

i have 2 hard drives on my machine (1 with ubuntu & 1 with win xp) & would like to create a boot menu to select either at startup, but this isn't working. here is the order of how i setup my system:

1. installed win xp on drive1
2. disconnected drive 1 & installed ubuntu 9.10 on drive2
3. set ubuntu as master drive & win xp as slave drive

i've read about modifying menu.lst to get a boot menu, but as far as i can tell this is no longer valid in 9.10. i've also installed startup manager, which gives me a boot menu *but* when i select the win xp option at the boot menu, i get an error. i'm assuming this error is due to the fact that i am using 2 hard drives (instead of the more common 2 partition on 1 hard drive). Here is what my boot option says: Microsoft Windows XP Professional (on /dev/sdb1) Here is what commands run when I select this option:

drivemap -s (hd0) ${root}
chainloader +1
Here is the error that results:
ERROR: INVALID SIGNATURE

is it possible to get a boot menu with 2 hard drives using 9.10? it's worth mentioning that i am a brand new user to linux. p.s. the reason i didn't go for a partition on 1 hard drive from the start is that the ubuntu partitioner did not recognize any free space on my win xp drive.

View 9 Replies View Related

Ubuntu :: Boot Up Crashes After Latest Xorg Update On Karmic

Jan 21, 2010

My system is a Gigabyte GA-P35-DQ6 with Radeon 5770. The system was rock solid and everything working fine until the latest update I applied 30 minutes ago. The system is stuck on the little circle icon before the login screen.

I'm not able to ssh or telnet to the machine to check the log files. I edited my grub.conf a while back and I don't seem to be able to call up the recovery kernel. I can read up on the grub options.

View 9 Replies View Related

Ubuntu Installation :: Karmic (wubi Install) Won't Boot After Dist-upgrade?

Jan 11, 2010

i have Karmic installed with Wubi inside a Vista NTFS filesystem. Yesterday i did an apt-get dist-upgrade and Karmic never booted again. It won't even show the grub kernel list, it just shows some really quick text that vanishes before i can even figure out what it is and then drops to some sort of grub shell and then i can't figure out what to do.

I could boot a livecd and mount my karmic install and everything seems fine, the filesystem is clean and all that. But how do i fix it so it can boot again?

Does anyone here know wtf happened? Was there a bad upgrade or something?

View 3 Replies View Related

Ubuntu Installation :: Vista / Dell XPS Won't Install Or Boot From Karmic Disc

Jan 17, 2010

I've never tried installing any other operating system on my desktop so I'm not sure if it's a 9.10 bug (probably not), but whenever I choose any of the options after the ubuntu cd has been loaded at startup it goes to a black screen with the underscore at the top, and promptly reboots. At this point in time I can just boot back into windows or get to the same selection screen off of the cd.I've tried burning 3 seperate cd's and at the moment and trying to boot them on my laptop (but not working... hrm). I'm thinking about redownloading the iso in a couple minutes.

View 2 Replies View Related







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