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 02-13-2019, 07:52 PM   #91
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242

Not unless you need to fix your UEFI boot option to say yes, if that is in fact what you are using.
 
Old 02-13-2019, 08:25 PM   #92
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
Alright this is from my phone so bear with me please.
Code:
 Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.

Grub>
Possible commands are:

.  [ acpi authenticate... etc.

Grub>
It didn't boot but this is a new screen

Last edited by zavmat; 02-13-2019 at 08:28 PM. Reason: redundancy
 
Old 02-13-2019, 08:27 PM   #93
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
You should have fedoraa grub boot menu when you reboot without going into your bios. unplug live usb after rebooting.
 
Old 02-13-2019, 08:29 PM   #94
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
It tried but it just loaded this
 
Old 02-13-2019, 08:37 PM   #95
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
your missing your /boot/efi/EFI/fedora/grub.cfg
boot back into your iso run the mount commands and chroot back into your system then run
Code:
grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
 
Old 02-13-2019, 08:39 PM   #96
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
chroot to / ?
 
Old 02-13-2019, 08:43 PM   #97
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
this may work from live usb without running the 'mount --bind' and chroot '/mnt/test' commands, but didn't you say it worked better with /mnt/maps

Code:
sudo mkdir /mnt/test
sudo mount /dev/mapper/fedora-root /mnt/test
sudo mount /dev/sda5 /mnt/test/boot
sudo mount /dev/sda1 /mnt/test/boot/efi
grub2-mkconfig -o /mnt/test/boot/efi/EFI/fedora/grub.cfg

Last edited by colorpurple21859; 02-13-2019 at 08:47 PM.
 
Old 02-13-2019, 08:48 PM   #98
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
this is interesting it says it found windows 7
Code:
Found linux image: /boot/vmlinuz-4.18.16-300.fc29.x86_64
Found initrd image: /boot/initramfs-4.18.16-300.fc29.x86_64.img
Found Windows 7 on /dev/sda2
Found Fedora 29 (Workstation Edition) on /dev/mapper/fedora-root
done
 
Old 02-13-2019, 09:10 PM   #99
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
is it windows 10? that windows 7 is like a default thing that spits out because that is how it is written in the script, I suspect. even tough it is ver110 nbd.
 
Old 02-13-2019, 09:17 PM   #100
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
The laptop was originally windows 7. Ai stupidly upgraded "for free" and my life unravelled from there. I'm melodramatic but it did ruin this laptop. I only regret not switching to linux sooner.

[I'd correct the Ai to I if it wasn't so perfect...]

Last edited by zavmat; 02-13-2019 at 09:18 PM.
 
Old 02-13-2019, 09:46 PM   #101
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
are you able to boot your fedora installation now? What about windows?
 
Old 02-13-2019, 09:55 PM   #102
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
I upgraded to 10 for free, then got it on a usb install stick. fresh install... runs ok, not that i use it, I just keep it around for that just in case, and itunes. and have installed it fresh a few times.
 
Old 02-13-2019, 10:10 PM   #103
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
I am unable to boot into either. I'm still stuck with the live usb.

Quote:
I upgraded to 10 for free, then got it on a usb install stick.
where did you get it for free that doesn't require a serial key to install?

Last edited by zavmat; 02-15-2019 at 05:00 PM.
 
Old 02-14-2019, 05:27 AM   #104
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,392

Rep: Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594Reputation: 1594
are you still getting the grub prompt instead of a grub menu?
 
Old 02-15-2019, 03:32 PM   #105
zavmat
Member
 
Registered: Oct 2018
Posts: 184

Original Poster
Rep: Reputation: Disabled
The grub menu loaded this time but when I try to boot Fedora 29 it says cannot open access to console, the root account is locked. See sulogin(8) man page for more details.

press enter to continue.

it just cycles after that.

I'm currently trying to reinstall grub the way Brains said in the other thread, but I don't think that will fix the problem since grub works, but Fedora cannot be booted from the menu. Although it would be much easier to just reinstall from live, mount the windows partition and transfer the files that way, this process has been insightful, albeit frustrating. Let me know what you think.

Last edited by zavmat; 02-15-2019 at 09:32 PM.
 
  


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
How to transfer files from a linux machine to a windows machine which are not in the same network Lakshmi Yallampalli Linux - Networking 6 07-16-2010 04:50 AM
LXer: Wal-Mart's $199 (formerly $198) Linux box is here -- and so is the OS that runs LXer Syndicated Linux News 0 11-07-2007 06:30 AM
Windows Vista (formerly Longhorn) jaz General 39 02-19-2007 08:27 PM
Linux on Averatec (formerly Sotec) 3120V TheFarLeft Linux - General 1 11-29-2003 02:04 PM

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

All times are GMT -5. The time now is 07:43 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