Help booting a new Acer
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#1 by Jack » 25 Nov 2017, 16:55
I did buy a Acer with Windows 8.1 and I can't even boot from my USB. I like to get help if it can but I don't who can help me.
Jack
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Help booting a new Acer
Post#2 by raja » 25 Nov 2017, 17:39
Look for Supervisor Password;
Enter your password and note it down for reference;
If you forget your password ,you will not be able to enter BIOS again***
Look for "secure boot" - Select "Disable";
Change "Boot order" to DVD Drive, USB HDD, HDD;
Save and Exit BIOS.
Enjoy booting from USB!
*** WARNING
raja
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Help booting a new Acer
Post#3 by brokenman » 25 Nov 2017, 19:20
If it didn't work then please try hitting F2 during the boot procedure to get into the bios.
One there use the arrow keys to navigate to system/boot sequence. Make sure the USB option is highlighted on the right.
Use the "U" key to move the USB into a position above the hard drive. If the correct key to move is NOT "U" then the correct key will be explained at the bottom of the screen.
Once done hit F10 key to save and reboot.
------------
The other option is to simply hit the F Key during boot that allows you to enter the boot options (probably F12) and choose the USB to boot from for one session.
Wear your underpants on the outside and put on a cape.
brokenman
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Help booting a new Acer
Post#4 by Ed_P » 25 Nov 2017, 20:47
Actually I think this was a good assumption on raja's part. When I bought my wife's Ace several yrs ago it was 8.1 and had EFI on it.
Ed_P
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Help booting a new Acer
Post#5 by brokenman » 25 Nov 2017, 22:07
The only place I see a mention of EFI in this document is in the word definition.
Again it may well be that secure boot started earlier but we are troubleshooting here guys.
When troubleshooting, there are NO good assumptions and opinions mean little. Please add value.Actually I think this was a good assumption
Great, but you don't specify which model the Ace is and exactly how many years ago 'several' really is.When I bought my wife's Ace several yrs ago it was 8.1 and had EFI on it.
Wear your underpants on the outside and put on a cape.
brokenman
Ed_P
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#7 by Jack » 26 Nov 2017, 00:52
I booted into the bois and went to boot.
Boot Mode UEFI or I can pick Legacy
Secure Boot: [Disabled]
Boot priority order:
1. USB HDD:
2. Windows Boot Manager
3. HDD: WDC WD10JPVX-22JC3TO
4. ATAP I CDROM: MATSHITADVD-RAM UJ8E2Q
5. USB FDD:
6. Network Boot-IPV4:
7.USB CDROM:
8. Nework Boot-IPV6:
Jack
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Help booting a new Acer
Post#8 by raja » 26 Nov 2017, 09:52
jack, still could not boot from USB?. If you have copied boot,EFI,porteus folders to the disk and installed the 'syslinux' boot information from the usb disk(Porteus-installer-for-Windows.exe), porteus never fails to boot.( atleast in my case) You may copy the 'porteus' folder to one of the HDD partitions also since all mounted disk are enumerated.
Thumbs up..cheers or try legacy BIOS boot.
raja
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#9 by Jack » 26 Nov 2017, 13:07
EFI
boot
porteus
USB_INSTALLATION.txt
And it is format ext4 and to make it boot I use Porteus-installer-for-Linux.com. And I been using this setup for years.
The Dell Laptop I'm using now I don't know if I'm using the EFI setup.
Jack
Ed_P
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#11 by Jack » 26 Nov 2017, 18:21
Why I use ext4 I am trying not to use any MS-Dos. I have ext2 and ext4 since I left MS-Dos.
So if I have to do it I will just to be able to use the new laptop.
Can I use Porteus-installer-for-Linux.com like before?
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#12 by Jack » 26 Nov 2017, 19:46
Now I have a new problem my touchpad dose not work. Can that be fixed?
Jack
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Help booting a new Acer
Post#13 by Ed_P » 26 Nov 2017, 22:05
Probably. Try running a script like this one:
touchpad.sh
Code: Select all
#!/bin/sh
# To auto run at startup 1. Make a desktop file to execute this script. 2. Add file to /etc/xdg/autostart.
if [ ! -z "$1" ]; then
synclient -l | grep -i Palm
echo
synclient -l | grep -i Edge
echo
synclient -l | grep -i RightButtonArea
echo
synclient -l | grep -i Tap
exit
fi
# https://forum.porteus.org/viewtopic.php?f=81&t=1955
# https://forum.porteus.org/viewtopic.php?f=81&t=5096&p=37761#p37761
synclient PalmDetect=1 PalmMinWidth=4
synclient MinSpeed=.2
# Acer 722
synclient LeftEdge=30 RightEdge=1385 TopEdge=0 BottomEdge=600
# Acer Aspire One
#synclient LeftEdge=0 RightEdge=1408 TopEdge=0 BottomEdge=640
synclient MaxDoubleTapTime=180
Then run the script with an argument, something like:
sh touchpad.sh x
and note the values for the key parameters. Then run the script without an argument, this will change the key values of some of the touchpad settings. Then test your touchpad.
If not perfect tweak the settings in the script to fit your netbook. The ones in the script are for an Acer 722 model.
Ed_P
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#14 by Jack » 26 Nov 2017, 22:33
Couldn't find synaptics properties. No synaptics driver loaded?
I'm glad I have 2 laptop because I couldn't do what I'm doing.
Jack
-
- Contributor
- Posts: 1955
- Joined: 09 Aug 2013, 14:25
- Distribution: Nemesis Cinnamon 64
- Location: USA
Help booting a new Acer
Post#15 by Jack » 26 Nov 2017, 23:40
Jack