LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-06-2022, 02:38 AM   #1
AvatarOfTheShip
LQ Newbie
 
Registered: Nov 2022
Posts: 2

Rep: Reputation: 0
KDE NEON Installation


Hi. I am a long-time Windows user (all the way back to 3.11 including every iteration except 8 and 11) and decided to try Linux as Microsoft doesn't seem to have mastered the whole update thing. I read up on the subject, watched several videos and decided on KDE NEON. I need to keep Windows for some things but was very open to the idea of replacing it with Linux completely at some point. I downloaded the Neon iso, upcoupled my Windows drive and booted from the USB stick. The installation completed and I was advised to update the system. To complete this process I needed to reboot. When I did so so, I got the 'no bootable media' or 'no operating system found' or whatever it says. You know the one. I reconnected the Windows drive, went into the BIOS, selected the Linux drive, but no joy. I have found this is a problem that several people have encountered so I thought I would try the Newbie section of a Linux forum. Any help gratefully received. Thanks
 
Old 11-06-2022, 02:09 PM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,352

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Boot from the live usb, go here https://help.ubuntu.com/community/Boot-Info to provide more information.
 
Old 11-06-2022, 11:38 PM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,811
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Try booting in the same physical configuration as when you were installing:
  • windows drive disconnected
  • neon drive connected
  • installation media connected
If you are lucky, you'll be able to boot into the installed system.

You can run the installed system in a maintenance mode by booting the installation media as if you were going to install. Once the desktop is reached, do the following:
  1. Ctrl-Alt-F2 to reach a login shell prompt
  2. login "neon" to reach a passwd prompt
  3. <ENTER> to login (passwordless)
  4. sudo passwd root
  5. <provide a password>
  6. <confirm password>
  7. Alt-F3 to reach another login shell prompt
  8. login as root with the password you just created
  9. fdisk -l # from this output, identify the device names applicable to your root and ESP partitions, e.g. nvme0n1p1 for ESP, nvme0n1p3 for /. If fdisk output turns out to be inadequate to task, try parted -l or lsblk -f or tune2fs -l <suspect partition name> to confirm ID
  10. mount /dev/nvme0n1p3 /mnt # mount neon's / filesystem
  11. mount -o bind /dev /mnt/dev
  12. mount -o bind /sys /mnt/sys
  13. mount -o bind /proc /mnt/proc
  14. chroot /mnt
  15. mount -a
At this point you are running the installed system with full superuser authority, in position for whatever repair can be deemed necessary. First, check to see if grub was setup at all:
Code:
ls -Gg /boot/efi/EFI/ubuntu /boot/efi/EFI/neon /boot/efi/EFI
efibootmgr
If ls returned BOOT and ubuntu or neon, the ESP is likely setup correctly. What you want to see is something like:
Code:
# efibootmgr
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0001,0000,0002
Boot0000* windows
Boot0001* ubuntu
Boot0002* UEFI OS
What you might be seeing omits ubuntu/neon if not windows. If there is neither ubuntu nor neon, then create a new entry based upon directory names found in ls output (probably ubuntu, less likely neon):
Code:
efibootmgr -c -L "ubuntu" -l '\EFI\ubuntu\grubx64.efi'
The bolded strings above are based upon output from ls -Gg /boot/efi/EFI/ubuntu. Next try Alt-F7 or Alt-F1 or Alt-F2 to reach the initial Neon desktop, then reboot without installation media attached.
 
Old 11-07-2022, 02:47 AM   #4
AvatarOfTheShip
LQ Newbie
 
Registered: Nov 2022
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks for the tips. I'll give it a try!
 
Old 03-09-2024, 11:53 PM   #5
xiaohongshu
LQ Newbie
 
Registered: Jul 2023
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by AvatarOfTheShip View Post
Thanks for the tips. I'll give it a try!
Any updates?
 
Old 03-10-2024, 11:53 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by xiaohongshu View Post
Any updates?
To a thread that's been closed for two years, where the solution was posted?? Probably not. If you have a question you should open your own thread with the appropriate details.
 
  


Reply



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
No "Erase Disk" option for installation or KDE Neon Eucalyp333 Linux - Distributions 3 02-20-2022 05:50 PM
[SOLVED] Cannot Update KDE Neon or Reinstall KDE Neon or Linux Mint goatchaser Linux - Newbie 3 12-29-2017 01:04 PM
LXer: KDE Plasma Wayland Image Now Built on KDE Neon Infrastructure, Qt 5.7 Is Coming LXer Syndicated Linux News 0 07-05-2016 12:36 AM
LXer: conf.kde.in: Project Neon Returns With Bleeding Edge KDE Software LXer Syndicated Linux News 0 03-11-2011 05:41 PM
neon-0.26.4 vs neon-0.27.3 rob.til Slackware 0 08-30-2008 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:58 PM.

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