Mint 17 on a CF-18 Mk3 restarts to a black screen

Due to overwhelming demand, we have created a forum just dedicated to Toughbook users who use Linux!
Message
Author
UNCNDL1
Posts: 509
Joined: Wed Nov 16, 2011 8:01 pm
Location: New England

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#41 Post by UNCNDL1 »

Mobus, glad you're still hanging in here. I'm not sure really when the last time I used "re-start" since switching completely to Linux. Take care
CF-53 MX-Linux 21 Wildflower
CF-30 MK2 SSD MX-21 Betsy, MK2 Navigatrix, Fundraiser for TbT
CF-52 GUN SSD MX-19
(NICE) Thanks Sadlmkr
CF-M34 MicroWattR8 Thanks Sadlmkr
CF-M33 MicroWattR8 Thanks Springfield

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#42 Post by SHEEPMAN! »

Mobey,
I read stuff for three hours last night....found one lead but it fizzled. Stay with us. :)
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

Mobus
Posts: 29
Joined: Tue Jul 01, 2014 8:12 am

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#43 Post by Mobus »

kode-niner wrote:User menu definitions in Cinnamon are stored in ~/.local but the system menu on the left with the Logout and Shutdown icons are handled by /usr/bin/cinnamon-session which means finding out what happens when you click Restart on the "Shut down the system now?" dialog will require a trace or logging processes. Mobus, if you're going to try XFCE or some other variant and it works, I won't bother. However it would be interesting to know if you hang the system by typing either of these two commands.
/etc/init.d/reboot stop
or:
init 6
(sudo if you have to)

Of course, we're ignoring the obvious thing to do which would be to ask the Cinnamon devs directly.
These hung the same way.

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#44 Post by kode-niner »

<erased irrelevant text since adding post below this one>


Someone I work with just told me that you could pass reboot= kernel parameters to modify how reboot is handled with hardware. Since I have similar problems on both my CF-29s now, I am going to experiment a bit. After a quick search, I found this:
http://linux.koolsolutions.com/2009/08/ ... -restarts/
Last edited by kode-niner on Tue Jul 22, 2014 10:20 am, edited 1 time in total.
Daily drives a CF-31

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#45 Post by kode-niner »

Mobus, try this:

Code: Select all

sudo nano /etc/default/grub
One the line that says

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet"
Modify it to this:

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="reboot=bios quiet"
save the file, close it then type this:

Code: Select all

sudo update-grub
If you get an error, stop and post the error here before continuing.

Otherwise just shut down the system, bring it back up then attempt a reboot.
Daily drives a CF-31

Mobus
Posts: 29
Joined: Tue Jul 01, 2014 8:12 am

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#46 Post by Mobus »

Does the same hang.

I did notice something odd though. In my BIOS the date and time insist on being something other than what I set it to. For example just a bit ago I set it to 10PM (22:00) and the date to 07/22/14 and then I try this reboot thing that hangs and I go into BIOS on the next boot to check the date and time it will be 02:00 and the date will be 07/23/14. I'm beginning to wonder if either the BIOS battery is going bad (although all my other settings stay put) or if these were locked units that somebody goofed the bios up with a hacking tool. It was an ebay purchase after all so anything is possible.

User avatar
kode-niner
Posts: 700
Joined: Sat Jun 07, 2014 7:39 am
Location: Canada

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#47 Post by kode-niner »

First, let's see if what you did actually worked by typing:

Code: Select all

cat /proc/cmdline
and look for your reboot= text which should show you your last kernel boot command. If you did in fact do a reboot=bios then follow the instructions above but try replacing reboot=bios by one of these:
reboot=acpi
reboot=pci
reboot=force
Daily drives a CF-31

Mobus
Posts: 29
Joined: Tue Jul 01, 2014 8:12 am

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#48 Post by Mobus »

kode-niner wrote:First, let's see if what you did actually worked by typing:

Code: Select all

cat /proc/cmdline
and look for your reboot= text which should show you your last kernel boot command. If you did in fact do a reboot=bios then follow the instructions above but try replacing reboot=bios by one of these:
reboot=acpi
reboot=pci
reboot=force
The result was this. I'll try the others and see if any work.
BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=2f322ba7-4f72-4428-9f8b-cba1817ac6f1 ro reboot=bios quiet splash vt.handoff=7

BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=2f322ba7-4f72-4428-9f8b-cba1817ac6f1 ro reboot=acpi quiet splash vt.handoff=7


***UPDATE*** This one seems to restart it! I'm still testing this out, but so far 3 repeatable full cycle reboots.
BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic root=UUID=2f322ba7-4f72-4428-9f8b-cba1817ac6f1 ro reboot=pci quiet splash vt.handoff=7

Mobus
Posts: 29
Joined: Tue Jul 01, 2014 8:12 am

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#49 Post by Mobus »

Looks like my restart issue is SOLVED.

Here's the thing. Early on in this saga I found an Ubuntu forum post that showed the reboot=xxxxxx commands being put in between the quotation marks on this line of the grub file: GRUB_CMDLINE_LINUX="" Kode-Niner you had me try the same thing only one line above it, and on the reboot=pci one it works.

So the fix is: GRUB_CMDLINE_LINUX_DEFAULT="reboot=pci quiet splash"

Thanks everyone for all the help, suggestions and support. :headbang: :notworthy: :salute: :clapping:

Hopefully this thread can be of help to anyone else that might be experiencing this on their CF-18
Last edited by Mobus on Thu Jul 24, 2014 6:37 am, edited 1 time in total.

User avatar
SHEEPMAN!
Posts: 2239
Joined: Thu Oct 14, 2010 1:13 pm
Location: TDR-HQ California

Re: Mint 17 on a CF-18 Mk3 restarts to a black screen

#50 Post by SHEEPMAN! »

One or more Gold Stars for kode-niner and the same for Mobus for telling us aboot it. w00t!
Fair for you/ Fair for me.
I chose to NOT be organized.

-------------------------------------------------------------------[/color]
http://toughbooktalk.com/
http://forum.notebookreview.com/panasonic/

Post Reply

Return to “The LINUX forum!!!”