Table of Contents

HMC Root access at boot time

GAIN ROOT ACCESS ON BOOT

root (hd0,0)
kernel (hd0,1)/boot/bzImage root=/dev/hda2 vga=0x317 apm=power-off
Note: The root device can vary by model: hda2 C03, C04, CR2, and hdc2 for CR3.
"kernel (hd0,1)/boot/bzImage root=/dev/hda2 vga=0x317 apm=power-off init=/bin/rcpwsh"
Press the "Enter" key to save the changes
"mount -o remount,rw /dev/hda2 /"
Note: The root device can vary by model: hda2 C03, C04, CR2 and hdc2 for CR3.

CHECK FIREFOX CONFIGURATION

"vi /home/browser/.mozilla/firefox/xxx.default/prefs.js" 
(where xxx is a random name for the profile)
"user_pref("network.proxy.type", 0);"

Note: Regarding this issue, this line is probably already present. If so, then just replace the “1” by a “0”