Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Serp6 won't booting

  1. #1
    Join Date
    Mar 2006
    Location
    brooklyn, ny
    Beans
    290
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Serp6 won't booting

    Hi,

    Yesterday, I ran out my battery the other day which sent my computer to sleep (via hibernate I believe, possibly it may have been set to suspend). When I hooked it up to the power cord later, it froze at the beginning of the boot procedure: (right after the screen clears after having the option to press F2 for BIOS settings). A black screen with a blinking cursor. It responded to ctrl-alt-delete, but not the kernel panic responses (Ctrl-Alt-SysRq-R,E,I,S,U,B)

    I downloaded a Lucid live cd and it will boot fine and everything seems fine off the live cd (I can mount the hard drive and everything looks normal).

    Any advice or info? I just got the laptop last week and the lack of debugging messages make it difficult to solve. I'd rather not reinstall as a first option.

    EDIT: Memtest was fine. All the hardware testing in System -> Administration -> System Testing that I performed has found no hardware failures. (Also apologize for the thread title; choosing between Serp6 won't boot / serp6 freeze during booting, lead to the mixup. Sigh.)
    Last edited by jamesrl; June 14th, 2010 at 01:46 AM. Reason: update more results.

  2. #2
    Join Date
    Mar 2006
    Location
    brooklyn, ny
    Beans
    290
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Serp6 won't booting

    So I tried updating grub from live cd; e.g.:

    Code:
    > sudo su
    # mount /dev/sda1 /mnt 
    # mount --bind /dev /mnt/dev
    # mount --bind /proc /mnt/proc
    # mount --bind /sys /mnt/sys
    # chroot /mnt
    # update-grub
    and it seemed to install to the MBR fine (no error messages), but it still wouldn't boot and same error. Now I'm not that familiar with the new grub introduced with lucid (e.g., found out today that menu.lst settings moved to /etc/defaults/grub). If I held down shift when it was booting, it would change and I would see the "GRUB> " prompt (but couldn't type anything; nothing changed on the screen after that).

    Anyhow, I repartitioned my hard drive copying my /home to a new partition and reinstall ubuntu from the live cd (and am currently in the process of reinstalling everything). It booted fine the first time, so my problem is fine at the moment. (Still not sure what happened though.)

  3. #3
    Join Date
    Oct 2007
    Location
    Aurora, CO
    Beans
    2,564
    Distro
    Ubuntu

    Re: Serp6 won't booting

    I got similar problems after shortly after I got my computer. It may have gone to suspend by mistake, then had the battery run out on it. This can really wreak havoc on your filesystem, and can cause boot problems next time. Reinstalling fixed it right up for me, and I haven't had a problem since, so you should be in the clear too. If not, post, and we'll try to get you straightened out.
    Ian Santopietro - System76 Technical Support.
    Open a Support Ticket!
    Ask a Sales Question!

  4. #4
    Join Date
    Mar 2006
    Location
    brooklyn, ny
    Beans
    290
    Distro
    Xubuntu 11.10 Oneiric Ocelot

    Re: Serp6 won't boot

    The suspend on low battery power probably was it. I was trying to cycle the battery, and the instructions said fully discharge the battery and I didn't want hibernate/shutdown to only partially discharge the battery.

    I was initially a little surprised with the battery life -- brand new battery seems to have about 55 min of battery life when not doing anything particularly CPU or graphically intensive (though I may not have charged it properly initially). Granted in sys76 defense they never gave any indication of expected battery life, and I upgraded the video card (Nvidia), CPU (i7 Q720), RAM (8Gb), and lcd (1920x1080), while downgrading the battery energy capacity from my old machine (45 W-hr polymer vs old laptop's 72 W-hr 9-cell lithium ion). So as expected coupling a significantly more powerful and energy-hungry machine with a smaller battery life is noticeably different.
    Last edited by jamesrl; June 14th, 2010 at 08:02 PM. Reason: grammar am -> was

  5. #5
    Join Date
    Oct 2007
    Location
    Aurora, CO
    Beans
    2,564
    Distro
    Ubuntu

    Re: Serp6 won't booting

    That could easily be the cause of the short battery problem. Make sure that the first time you plug the system in, the battery is charged until it reports 100%. After that, discharge the battery to about 10% before plugging in. This will help to maximize your battery's service life and usage time.
    Ian Santopietro - System76 Technical Support.
    Open a Support Ticket!
    Ask a Sales Question!

  6. #6
    Join Date
    Jul 2010
    Beans
    17

    Re: Serp6 won't booting

    Argh. Me too - went to bed last night and the outlet got switched off so the thing must have died while suspended. Is there a setting in the future I can use to help prevent that? Something like going fully to hibernate mode or shutting down or...??

    Meanwhile I'm trying to download 10.04 on another machine so I can do a reinstall, but two things occur to me here:

    1. Why doesn't System76 include a bootable recovery disk? This would add about $0.50 to the cost and make my life a lot easier right now.
    2. Is there seriously no way to recover from this other than a reinstall?? Is there a good writeup anywhere on how to repartition, backup /home, and reinstall? Could you maybe reinstall without formatting the partition?


    Thoughts?

  7. #7
    Join Date
    Oct 2007
    Location
    Aurora, CO
    Beans
    2,564
    Distro
    Ubuntu

    Re: Serp6 won't booting

    If your computer has the "old" patition layout (15GB /, Swap, then /home) then all you need to do is specify partitions manually during the install. Select the 15GB partition to mount at /, the swap partition as swap, and the other partition to mount at /home. Then, make sure your username is the same as it used to be, and finish up. Your home files are restored.

    If you have the new partition layout (large /, then swap), then all you need to do is set the large partition to mount at /, and the swap as swap. Reinstall with the same user name, and Ubuntu won't touch your personal files.

    To make it so that the computer goes to hibernation or shuts down at critical battery, first unplug your computer (if it's plugged in), click on the battery icon, click "Preferences" and on the "On Battery Power" tab, set "When Battery Power is Critically low:" to Hibernate or Shutdown.
    Last edited by isantop; July 27th, 2010 at 05:28 PM.
    Ian Santopietro - System76 Technical Support.
    Open a Support Ticket!
    Ask a Sales Question!

  8. #8
    Join Date
    Jul 2010
    Beans
    17

    Re: Serp6 won't booting

    Thanks for the reply - I have the "new" layout, so I just left the partition unformatted and it kept my home folder as expected. I wish I'd grabbed a dump of the packages I'd installed, but it hasn't been too bad to put them back together.

    And yeah, I changed the setting to "shutdown" instead of hibernate when critically low on battery. Hopefully that will avoid a repeat! Is that maybe a setting that should be default for these laptops? Or at least belong in the FAQ? It seems like something most people are going to run into at least once, and it's a hassle to reinstall...

  9. #9
    Join Date
    Jul 2010
    Beans
    17

    Re: Serp6 won't booting

    So... 2 for 2. I had it set to shut down on critically low battery, but (full disclosure) I wasn't able to watch the final moments so I'm not sure if it tried or not. When I checked back on the machine it was too late - wouldn't boot, black screen with a forever blinking cursor.

    This is terrible. As it exists right now EVERY time my battery dies I have to do a reinstall!!

    I have an SSD hard drive, could that be part of the problem? Is there anything I can do to help catch this state and shut down properly?? Or should I just either never unplug the machine or always shut it down by hand?? Arrrgh! Is no one else having this problem??

    Any tips gladly welcomed.
    Nate

  10. #10
    Join Date
    Jul 2010
    Beans
    17

    Re: Serp6 won't booting

    ... I did the first reinstall after booting fully into Ubuntu from the CD, and it worked ok -- also on a wired network. The one I'm trying now I didn't boot fully, I just clicked install and went for it. Same procedure otherwise -- and here I'm on a wireless network.

    Rebooted after the install and the trackpad doesn't work, wireless not recognized, and the resolution is wrong. Trying to pull a system update from a wired connection now to see if that fixes things, but man, super, super fail for the Serval Professional. I guess this is mostly just a power management bug, but it seems kind of like a show stopper - especially when the battery life is all of ONE hour! Seems like you might just run out of juice, and then spend the next few hours reinstalling and looking for a wired connection to pull updates!

    Sorry to snark, but I'm hoping someone from System76 has something encouraging to tell me. This is a huge productivity drain and I'm super disappointed right now.

    Nate

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •