You are not logged in.

#1 2017-06-05 23:10

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Adding boot parameters to grub

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
EUskzVL.png
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.
3UL0nmk.png
and then press Ctrl-x or F10 to boot the system.
This will add the boot parameter for this session only.

To make this change permanent:

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

#2 2017-06-05 23:15

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

Thanks for posting this Dai!


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#3 2017-06-05 23:18

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Adding boot parameters to grub

You're welcome. smile

Offline

#4 2017-06-05 23:20

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

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.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#5 2017-06-06 00:27

hg
Member
Registered: 2017-06-04
Posts: 7

Re: Adding boot parameters to grub

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

#6 2017-06-06 00:40

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

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.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#7 2017-06-06 01:32

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

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.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#8 2017-06-06 02:19

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

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.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#9 2017-06-06 08:22

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Adding boot parameters to grub

@hg I have updated the OP to show how to make changes permanent.

Offline

#10 2017-06-06 16:28

crosscourt
Member
Registered: 2017-05-07
Posts: 1,805
Website

Re: Adding boot parameters to grub

Thanks Dai  smile


Q4OS Aquarius 5.1 KDE   Lenovo Thinkcentre M900 Tiny i5-6500T, 16gb ddr4 ram, 512gb m.2 ssd

Offline

#11 2017-06-06 20:04

Dai_trying
Member
From: UK
Registered: 2015-12-14
Posts: 2,989

Re: Adding boot parameters to grub

You're welcome smile

Offline

Board footer

Powered by FluxBB