I suspect it may have something to do with the bios and need to know what I have to do to make this right as holding down the power button is not really a viable option.
Many thanks, Chris



Code: Select all
inxi -Fxxxrz
</>
from the mini toolbar above the textbox where you type your reply and then place your cursor between the code markers and paste the results of the command between the code markers [code]
Results[/code]
. This will let us know how Mint sees your hardware.Code: Select all
chris@acer:~$ inxi -Fxxxrz
System:
Kernel: 5.4.0-58-generic x86_64 bits: 64 compiler: gcc v: 9.3.0
Desktop: Cinnamon 4.6.7 wm: muffin 4.6.3 dm: LightDM 1.30.0
Distro: Linux Mint 20 Ulyana base: Ubuntu 20.04 focal
Machine:
Type: Laptop System: Acer product: Aspire V5-571 v: V2.11 serial: <filter>
Mobo: Acer model: Aspire V5-571 v: V2.11 serial: <filter>
UEFI [Legacy]: Phoenix v: 2.11 date: 11/05/2012
Battery:
ID-1: BAT0 charge: 32.6 Wh condition: 32.6/32.6 Wh (100%) volts: 16.3/14.8
model: SANYO AL12A32 type: Li-ion serial: <filter> status: Full
CPU:
Topology: Dual Core model: Intel Core i3-2365M bits: 64 type: MT MCP
arch: Sandy Bridge rev: 7 L2 cache: 3072 KiB
flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 11174
Speed: 798 MHz min/max: 800/1400 MHz Core speeds (MHz): 1: 798 2: 798
3: 798 4: 798
Graphics:
Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
vendor: Acer Incorporated ALI driver: i915 v: kernel bus ID: 00:02.0
chip ID: 8086:0116
Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: fbdev,vesa
resolution: 1366x768~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 3000 (SNB GT2)
v: 3.3 Mesa 20.0.8 compat-v: 3.0 direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio
vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel
bus ID: 00:1b.0 chip ID: 8086:1e20
Sound Server: ALSA v: k5.4.0-58-generic
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Acer Incorporated ALI driver: r8169 v: kernel port: 2000
bus ID: 02:00.2 chip ID: 10ec:8168
IF: enp2s0f2 state: down mac: <filter>
Device-2: Qualcomm Atheros AR9462 Wireless Network Adapter vendor: Lite-On
driver: ath9k v: kernel port: 2000 bus ID: 03:00.0 chip ID: 168c:0034
IF: wlp3s0 state: up mac: <filter>
Drives:
Local Storage: total: 698.64 GiB used: 66.42 GiB (9.5%)
ID-1: /dev/sda vendor: Western Digital model: WD7500BPVT-00HXZT3
size: 698.64 GiB speed: 3.0 Gb/s rotation: 5400 rpm serial: <filter>
rev: 1A01 scheme: MBR
Partition:
ID-1: / size: 686.18 GiB used: 66.42 GiB (9.7%) fs: ext4 dev: /dev/sda5
Sensors:
System Temperatures: cpu: 36.0 C mobo: 30.0 C
Fan Speeds (RPM): N/A
Repos:
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/google-chrome.list
1: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/google-earth-pro.list
1: deb [arch=amd64] http://dl.google.com/linux/earth/deb/ stable main
Active apt repos in: /etc/apt/sources.list.d/nordvpn.list
1: deb https://repo.nordvpn.com//deb/nordvpn/debian stable main
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
1: deb http://packages.linuxmint.com ulyana main upstream import backport #id:linuxmint_main
2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
6: deb http://archive.canonical.com/ubuntu/ focal partner
Active apt repos in: /etc/apt/sources.list.d/teamviewer.list
1: deb https://linux.teamviewer.com/deb stable main
Info:
Processes: 239 Uptime: 5m Memory: 7.57 GiB used: 1.16 GiB (15.3%)
Init: systemd v: 245 runlevel: 5 Compilers: gcc: 9.3.0 alt: 9 Shell: bash
v: 5.0.17 running in: gnome-terminal inxi: 3.0.38
chris@acer:~$
site:linuxmint.com
to your unique key word query. (3) Search with Google and add either Linux Mint
or Ubuntu
to your unique key word query.Code: Select all
journalctl -b -1 | tee >(gzip --stdout > journalctl_$USER.gz)
How do I get into this?Welcome wrote: ↑Mon Jan 04, 2021 12:14 pmA long time ago, I had a similar problem. My simple solution was to enter grub on the reboot, enter the command mode, and type in "halt" followed by return.
I helped someone else recently with the same problem, and in their case, the grub/halt method was the only solution that worked.
Until you find a better solution, try the grub/halt method. It's much better than using the power button.
smurphos wrote: ↑Mon May 11, 2020 12:57 am...
If you want to set grub to show automatically on every boot then run this command to open the relevant config file in a terminal based text editor with elevated privilegesChange these linesCode: Select all
sudoedit /etc/default/grub
toCode: Select all
GRUB_TIMEOUT_STYLE=hidden GRUB_TIMEOUT=0
Then Ctrl-X, Y, Enter to save.Code: Select all
GRUB_TIMEOUT_STYLE=menu GRUB_TIMEOUT=5
Then in the terminal runCode: Select all
sudo update-grub
site:linuxmint.com
to your unique key word query. (3) Search with Google and add either Linux Mint
or Ubuntu
to your unique key word query.I've read that the key to press depends on whether it is EFI or legacy boot.