You are not logged in.

#1 2013-09-12 09:55:15

kongimi
Member
Registered: 2013-09-12
Posts: 14

hang when reboot or shutdown

Hi

I'm just install arch linux it's work fine, until reboot or shutdown, it's hang after text "storage is finalized." as picture.
http://www.temppic.com/img.php?12-09-20 … 164500.jpg
please tell me how should i do? i tried it for 2 days.

Thanks.

Offline

#2 2013-09-12 15:22:52

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

Provide more info, like how and where did you install arch, and if you are using LVM, RAID, Disk Encryption etc.
Also post the output of

fdisk -l

(typed as root ( sudo fdisk -l))

Last edited by aaditya (2013-09-12 15:24:23)

Offline

#3 2013-09-13 03:11:06

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

thank you aaditya.
I install arch to "AEC6840" AEC6840 , this hardware is use for a several years.
I install arch by followed the web https://wiki.archlinux.org/index.php/Be … _Interface
and this web https://wiki.archlinux.org/index.php/In … tion_Media
This is my fdisk -l result http://www.temppic.com/img.php?13-09-20 … 150000.jpg
please advice me.

Offline

#4 2013-09-13 16:09:41

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

whenever you are asked to post the ouput of some command, copy the output from the terminal and paste it in the reply, using the code blocks (for help, click on the BBCode:on link at the bottom of the post)
From what I see you have 3 partitions-
1. /boot
2. /
3. /home
Is that right?
Also are you using NFS  (Network File System), or any kind of drive on the network?
Also post the output of

cat /etc/fstab

Offline

#5 2013-09-13 16:12:43

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

See this bug report as well https://bugs.archlinux.org/task/35237
Also, If you are using the linux39 kernel, switch to either linux310 or linux311.

Offline

#6 2013-09-13 17:12:30

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

Sorry for my post.
I can't copy command's output because I install only arch linux, no have other OS in my hardware, don't know howto get log file,
and don't know how to install web browser on arch. big_smile
answer your question.
Yes, have 3 partition.
1./
2./home
3.swap
I'm using ext4 on sda1 and sda2.

the result of nano /etc/fstab is fstab
I already use linux 3.10.10-1-ARCH

Offline

#7 2013-09-13 17:29:16

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

haha smile
your partition setup seems to be okay.
keep searching for the shutdown problem (the link to the bug that I posted has been reopened).
Meanwhile,
to install a web browser,

sudo pacman -S firefox

You can copy from the terminal by highlighting using the Shift+Arrow keys,
then right click-> copy.
Also RTFM
(if you dont know google that big_smile)
and read the wiki. wink

Last edited by aaditya (2013-09-13 17:30:35)

Offline

#8 2013-09-13 19:38:24

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

Thank you for your advice.
I'll try it and tell the result.

Offline

#9 2013-09-14 04:41:19

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

Find an old post in which its suggested

try typing :

modprobe apm

and then typing

shutdown -h now

and see if that was the problem ...

Edit-
Reading the bug report..
can you switch ttys after its stuck on "Storage is finalised"?
Ctrl+Alt+F1
Ctrl+Alt+F2
..
If you can, try logging in again, and type

sudo shutdown now

Last edited by aaditya (2013-09-14 05:10:30)

Offline

#10 2013-09-14 13:37:40

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

oh thank you additya.

aaditya wrote:

Find an old post in which its suggested
try typing :
modprobe apm
and then typing
shutdown -h now
and see if that was the problem ...
Edit-
Reading the bug report..
can you switch ttys after its stuck on "Storage is finalised"?
Ctrl+Alt+F1
Ctrl+Alt+F2
..
If you can, try logging in again, and type
sudo shutdown now
Last edited by aaditya (Today 12:10:30)

I already try, it still hang.
I press Ctrl+Alt+F1 or F2, can't log in.

Offline

#11 2013-09-14 23:26:20

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,152

Re: hang when reboot or shutdown

Please install something like wgetpaste so that you do not need to keep posting screenshots. (wgetpaste lets you paste directly from the command line without any need for a GUI and gives you a url you can post here using whatever web access you are using for this thread.)

What command are you using to shut down?

Is your system completely up-to-date?

How are you booting?

Also, the journal and/or log may tell you something useful.

# journalctl --full --no-pager > /tmp/journal.txt

and then use wgetpaste to paste the file somewhere you can link to.

Last edited by cfr (2013-09-14 23:27:42)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#12 2013-09-15 03:13:30

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

Thank you for your advice, cfr.
I install arch 2013.07.01 from CD to the empty hard disk, only arch in my hardware(not in the virtual box), then when it hang, i can't do anything and then I use other computer to post here.

What command are you using to shut down?

I use command shutdown, shutdown -h now, reboot, all of them give the same result.(stop at storage is finalized).

Is your system completely up-to-date?

My system is up-to-date by
# pacman -S syslinux
# syslinux-install_update -i -a -m

How are you booting?

I don't understand. I think you mean UEFI mode right or not? I not use UEFI mode.

Also, the journal and/or log may tell you something useful.

I use command line "wgetpaste /var/log/Xorg.0.log"
My log file here.

Offline

#13 2013-09-15 03:19:33

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: hang when reboot or shutdown

My system is up-to-date by
# pacman -S syslinux
# syslinux-install_update -i -a -m

This is not updating your system.  This will simply install the syslinux package and then actually update the bootloader.

Offline

#14 2013-09-15 03:40:57

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

Thank you WonderWoofy, I try it already with "pacman -Syu". It's still hang.

Last edited by kongimi (2013-09-15 03:45:21)

Offline

#15 2013-09-15 03:53:16

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

And can't boot forever, haha I'll change my hardware first. Continue on monday.

Offline

#16 2013-09-15 05:55:27

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

Read the suggestions man!

cfr said:
Also, the journal and/or log may tell you something useful.

# journalctl --full --no-pager > /tmp/journal.txt

and then use wgetpaste to paste the file somewhere you can link to.

so do-

wgetpaste /tmp/journal.txt

after doing what cfr suggested, and give the link here.

kongimi said:
My system is up-to-date by
# pacman -S syslinux
# syslinux-install_update -i -a -m

haha smile you really need to read the wiki / beginners guide.

kongimi said:
Thank you WonderWoofy, I try it already with "pacman -Syu".

This is correct now. smile

Last edited by aaditya (2013-09-15 05:57:10)

Offline

#17 2013-09-15 10:47:47

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: hang when reboot or shutdown

aaditya wrote:

Read the suggestions man!

cfr said:
Also, the journal and/or log may tell you something useful.

# journalctl --full --no-pager > /tmp/journal.txt

and then use wgetpaste to paste the file somewhere you can link to.

so do-

wgetpaste /tmp/journal.txt

after doing what cfr suggested, and give the link here.

Actually, in post #12 he has already done that.

Offline

#18 2013-09-15 12:31:01

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

x33a wrote:
aaditya wrote:

Read the suggestions man!

cfr said:
Also, the journal and/or log may tell you something useful.

# journalctl --full --no-pager > /tmp/journal.txt

and then use wgetpaste to paste the file somewhere you can link to.

so do-

wgetpaste /tmp/journal.txt

after doing what cfr suggested, and give the link here.

Actually, in post #12 he has already done that.

Sorry if I misunderstand, but I think what he has done in post #12 is

I use command line "wgetpaste /var/log/Xorg.0.log"
My log file here.

whereas perhaps this was required

journalctl --full --no-pager > /tmp/journal.txt
wgetpaste /tmp/journal.txt

Offline

#19 2013-09-16 05:08:53

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: hang when reboot or shutdown

aaditya wrote:

Sorry if I misunderstand, but I think what he has done in post #12 is

I use command line "wgetpaste /var/log/Xorg.0.log"
My log file here.

whereas perhaps this was required

journalctl --full --no-pager > /tmp/journal.txt
wgetpaste /tmp/journal.txt

Ah yes, you are right. I thought, you were asking him to use wgetpaste (didn't pay attention to the log file).

Offline

#20 2013-09-16 08:40:38

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

x33a wrote:
aaditya wrote:

Sorry if I misunderstand, but I think what he has done in post #12 is

I use command line "wgetpaste /var/log/Xorg.0.log"
My log file here.

whereas perhaps this was required

journalctl --full --no-pager > /tmp/journal.txt
wgetpaste /tmp/journal.txt

Ah yes, you are right. I thought, you were asking him to use wgetpaste (didn't pay attention to the log file).

thanks smile

Last edited by aaditya (2013-09-16 08:44:41)

Offline

#21 2013-09-18 08:22:18

kottmaskinen
Member
Registered: 2013-09-18
Posts: 3

Re: hang when reboot or shutdown

Hi Kongimi!

I had the same issue, and I THINK it was my video drivers that were messing with me. Does startx work for you as it should? Before I had my xf86 drivers and nvidia drivers worked out my computer also hanged at the exact same spot.

Offline

#22 2013-09-20 15:46:55

kongimi
Member
Registered: 2013-09-12
Posts: 14

Re: hang when reboot or shutdown

Hi, every body.:)
After I change my hardware(same model), I try to follow the web carefully.
Please read my step and tell my mistake. If you see it.
1. This picture is boot from CD, It's not have "Boot Arch Linux x86_64 " menu because my motherboard not have UEFI firmware, right or not? pleae tell me.
1. Using fdisk to create MBR partitions. It's have 2 partitions. No swap partition.
2. mkfs.ext4 /dev/sda1 and 2
3. mount /dev/sda1 /mnt
4. mkdir /mnt/home
5. mount /dev/sda2 /mnt/home
6. nano /etc/pacman.d/mirrorlist for edit mirrorlist
7. pacstrap /mnt base
8. genfstab -U -p mnt >> mnt/etc/fstab
9. nano /mnt/etc/fstab for check fstab
10. arch-chroot /mnt
11. nano /etc/locale.gen for configure font.
12. echo LANG=en_US.UTF-8 > /etc/locale.conf
13. export LANG=en_US.UTF-8
14. echo myhostname > /etc/hostname
15. pacman -S syslinux
16. syslinux-install_update -i -a -m
17. nano /boot/syslinux/syslinux.cfg for change "APPEND root=/dev/sda3" to sda1(fallback too)
18. pacman -S grub
19. grub-install --target=i386-pc --recheck --debug /dev/sda
20. grub-mkconfig -o /boot/grub/grub.cfg
21. exit (chroot)
22. umount -R /mnt
23. reboot
Then this picture happened.
And It's not reboot except off the power switch.

After power on again I continue follow the same web.
24. pacman -S xorg-server xorg-server-utils xorg-xinit
25. pacman -S mesa
26. pacman -S xf86-video-vesa (I can't find correct driver.)
27. pacman -S xf86-input-synaptics
28. pacman -S xorg-twm xorg-xclock xterm for install default environment.
29. Try "startx" and my display here.
30. exit.
31. shutdown -h now, here's the result.

Still hang in this step.
Please tell me my mistake.

Offline

#23 2013-09-20 15:58:55

aaditya
Member
Registered: 2013-09-01
Posts: 174

Re: hang when reboot or shutdown

It's not have "Boot Arch Linux x86_64 " menu because my motherboard not have UEFI firmware, right or not? pleae tell me.

This could be because your processor architecture is 32 bit (i686) and not 64 bit (x86_64)
Its not related to UEFI(You probably dont have UEFI)

And you only use 1 bootloader either GRUB or Syslinux
I recommend Grub. So steps 15,16,17 not needed.

And cant say why its giving unmount errors after you finish installation, maybe your problem begins there.

Last edited by aaditya (2013-09-20 16:06:33)

Offline

#24 2013-09-20 16:23:51

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: hang when reboot or shutdown

Well one thing definitely wrong is that you are installing both syslinux and grub! Choose one.

Edit: Nevermind, this is what happens when you load a tab and go watch videos on youtube and leave a reply half hour later without refreshing the page tongue

Last edited by x33a (2013-09-20 16:25:41)

Offline

#25 2013-09-20 17:48:28

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: hang when reboot or shutdown

aaditya wrote:

And you only use 1 bootloader either GRUB or Syslinux
I recommend Grub. So steps 15,16,17 not needed.

And I recommend syslinux, so steps 19 and 20 would not be needed. ;p

I just feel as though syslinux is simpler and gives greater understanding of what information the bootloader/kernel needs in order to get your system running.

Offline

Board footer

Powered by FluxBB