LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 04-18-2023, 08:40 AM   #1
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Rep: Reputation: Disabled
Unhappy Bootloader Does Not Save on Acer AspireOne D257


Not long ago I acquired a gently used Acer AspireOne Netbook (model D257. Intel Atom 1.6ghz with 2gb RAM and 250gb HD) it came with Windows 7 Starter.

It ran slow (as can be expected with a netbook) but I was able to wipe the drive and install Linux Mint 19.3 32bit. However I was stupid and tried installing Windows 10
on it. After the installer froze up I decided to start over.

However, try as I might I cannot get any bootloader to successfully save. I've run Boot Repair from a live drive but it doesn't seem to make a difference. Nor can I get any other Linux installer to boot besides Mint 19.3 or Linux Lite. I have
been able to get the same USB installer to run on other computers.

This computer isn't fancy enough to provide an option for Legacy boot in the BIOS. It's version 1.14 for those curious.
 
Old 04-18-2023, 09:13 AM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
run boot-repair boot-info and post the results
 
Old 04-18-2023, 09:19 AM   #3
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
https://pastebin.ubuntu.com/p/tRczgzhSR2/
 
Old 04-18-2023, 12:26 PM   #4
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
With no usb plugged in does it boot into linux mint?
 
Old 04-18-2023, 12:33 PM   #5
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Unhappy

with no usb plugged in it will show the bootloader, but after making a selection there is no error just a blinking cursor and nothing loads
 
Old 04-18-2023, 01:16 PM   #6
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
when the bootloader comes up press e for edit. deleted the "quiet splash $vt_handoff" and add nomodeset on the line that begins with linux.
 
Old 04-18-2023, 01:25 PM   #7
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,987
Blog Entries: 33

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
starsage77,

I think post #13 will help:
https://www.linuxquestions.org/quest...ok-4175616648/

Extract:

Step-by-Step:

N.B. The following worked to install Linux Mint as my only OS - I don't know how this would work if you're wanting a dual boot set up.
I used another notebook with Windows on it for steps 1, 2 & 3.

1. Create a bootable USB stick https://technet.microsoft.com/en-us/...(v=ws.11).aspx
2. Download the latest version of Linux Mint and save it to your hard drive https://linuxmint.com/download.php
3. Burn an ISO of the download onto the USB stick using Rufus Portable https://rufus.akeo.ie/
4. Plug the USB into the laptop on which you want to install Linux and start it up
5. When the Acer logo appears hold down the F2 key to enter the BIOS
6. Set a supervisor password (and write it down!), disable Secure Boot and select the USB stick with Linux on it as the first choice in the Boot tab
7. Hit F10 > Enter to save changes and reboot - your notebook should now boot into a live version of Linux Mint (running from the USB stick)
8. Double click on the Install Linux Mint icon and follow the instructions: When prompted don't connect to the Internet, and choose to wipe the drive (erase all data) and install Linux Mint - let the software take care of creating partitions etc.
9. Once the installation is complete, before you restart, open a terminal by hitting Ctrl, Alt & T simultaneously. Type, or copy & paste, the following:
sudo efibootmgr -c -L "Windows Boot Manager" -l "\EFI\ubuntu\grubx64.efi"
then hit Enter. All being well you should now see the cursor flashing after a "$" on the next line in the terminal window
10. Shutdown using the Menu button in the bottom left corner of your screen
11. Once shut down remove the USB stick and then power up again - hopefully your notebook will boot straight into the login page for Linux Mint, indicating success.

If you get the No Bootable Device screen again then you could try again with steps 1-8, then in step 9 type, or copy & paste, the following instead:
sudo efibootmgr -c -L "Windows Boot Manager" -l "\EFI\ubuntu\shimx64.efi"

Last edited by beachboy2; 04-18-2023 at 01:26 PM.
 
Old 04-18-2023, 01:25 PM   #8
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
can that be done from rescue mode command line or do I need to be in a live desktop?
 
Old 04-18-2023, 01:30 PM   #9
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,987
Blog Entries: 33

Rep: Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470Reputation: 1470
Boot from live media such as Linux Mint.

Then at point number 9, once the installation is complete, before you restart, open a terminal using Ctrl + Alt + T.

Last edited by beachboy2; 04-18-2023 at 01:32 PM.
 
Old 04-18-2023, 02:46 PM   #10
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
"EFI variables are not supported on this system"
there also was no option for Secure Boot in the BIOS
 
Old 04-18-2023, 03:20 PM   #11
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
When you first turn on the system hold the shift key, should get a grub menu similar to what is this link:
https://www.howtogeek.com/196520/gru...s-boot-loader/
This is where you would press e to edit the linux line.
 
Old 04-18-2023, 03:39 PM   #12
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
if my system is only 32bit wouldn't I change any reference of 64?
 
Old 04-18-2023, 03:56 PM   #13
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
Only change the items I mentioned for the moment.
 
Old 04-18-2023, 04:26 PM   #14
starsage77
Member
 
Registered: Sep 2011
Location: Palmyra, NY
Distribution: Manjaro 22.1
Posts: 90

Original Poster
Rep: Reputation: Disabled
Here's what I get when I press shift after booting
I hope this picture is okay. I don't know where I can enter the info you provided
Attached Thumbnails
Click image for larger version

Name:	IMG_20230418_172300.jpg
Views:	11
Size:	256.6 KB
ID:	40837  
 
Old 04-18-2023, 04:31 PM   #15
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
at the line that begins with linux delete everything after ro and rplace with the word nomodset
The press ctrl-x to boot
 
  


Reply

Tags
bootloader, mbr, netbook



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Want Windows XP and Linux on my Acer AspireOne, which Linux should I install? Pheonix Freeman Linux - Laptop and Netbook 12 11-26-2009 01:39 PM
Acer Aspireone ao751h papahonk Linux - Laptop and Netbook 5 11-06-2009 02:34 PM
Wireless on an Acer AspireOne jlamothe Slackware 25 03-11-2009 07:02 PM
Acer AspireOne and linpus, problems and support repo Linux - General 3 12-28-2008 01:05 PM
Problems installing Limewire on an Acer AspireOne laracasi Linux - Software 3 12-28-2008 04:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 04:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration