You are not logged in.
Pages: 1
To add a boot time parameter to grub you can select the Q4OS boot entry (usually already selected) and then press e which will put you in edit mode, you will then be presented with a screen like the one below
To add a boot parameter simply locate the line that begins linux /boot/vmlinuz... and add at the end of that line the parameter ie "acpi=off" like in the screenshot below.
and then press Ctrl-x or F10 to boot the system.
This will add the boot parameter for this session only.
From a terminal (konsole) run:
sudo nano /etc/default/grub
and enter your password.
Find the line starting with GRUB_CMDLINE_LINUX_DEFAULT and append acpi=off (for this example) to its end. For example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=off"
Save the file and close the editor (press Ctrl-x then type y followed by pressing enter).
Finally, start a terminal and run:
sudo update-grub
to update GRUB's configuration file.
Last edited by Dai_trying (2017-06-06 08:21)
Offline
Thanks for posting this Dai!
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
You're welcome.
Offline
Its one of the problems I have as I live in the States and Im still at work when most of you are calling it a night.
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Thanks Dai. That worked . It booted fine to desktop. I guess I have add that acpi=off to Grub.cnf (?) now using an editor. Tomorrow I will install all the updates (from a WIFI, RJ45 doesnot work :-) )
BTW Crosscourt I am a Canuck on CDT.
Thank you gentlemen for your help
Offline
Someone from North America!
Glad that worked as its a common problem with older laptops and bios.
RJ45 doesnt work, thats curious as Ive never had that issue with that system.
Trying to remember but I think it uses a Brioadcom Lan driver so we may need to install a Broadcom driver but typically Ive only seen them for wireless chipsets.
Glad youve got WIFI.
Last edited by crosscourt (2017-06-06 02:05)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
I believe youre using the Broadcom BCM4401 ethernet controller so might find this article from 2010 interesting,
http://askubuntu.com/questions/14970/br … -tx-issues
It could also be that there isnt a driver available as I dont see the b44 driver listed in Synaptic.
So far Q4OS has been fine with all my Dell laptops that use Broadcom chipsets but many use Intel chipsets for ethernet.
Last edited by crosscourt (2017-06-06 02:08)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Heres the tech manual for your laptop, http://tim.id.au click on laptops, then in the right column click on Acer, slide down the page and under Travelmate click on the 4500 pdf.
Last edited by crosscourt (2017-06-06 02:31)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
@hg I have updated the OP to show how to make changes permanent.
Offline
Thanks Dai
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
You're welcome
Offline
Pages: 1