Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Boot Troubles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Glyndwr714
n00b
n00b


Joined: 10 Feb 2018
Posts: 18

PostPosted: Sun Feb 11, 2018 1:02 am    Post subject: Boot Troubles Reply with quote

So, I'm having troubles booting the minimal installation .iso file, but I suspect something is also acting up on my hard drive's MBR... not exactly sure.

What I want to do is boot the minimal install .iso from my usb, and install it onto my laptop in native UEFI mode.
I've tried using both GPT and MBR settings on Rufus, UEFI exclusive, but states the ISO doesn't support EFI as below.
https://gyazo.com/c8c1c4543b2a6fccb55d74b3465204e2
Using MBR for BIOS/UEFI on my USB works, but it still doesn't boot.

For some reason, I can't use the System Rescue CD to install because its net-setup script either doesn't support WPA or doesn't like my hardware.

UEFI boot from USB is enabled in my BIOS settings.

Pics of my BIOS screen:
https://gyazo.com/0523821f1f54067737322db9a06bed46
https://gyazo.com/778dd24b8c163da4de254d497d514b1e

Ubuntu is a UEFI Mint installation... void-grub persists from when I had Void Linux installed. Selecting it as a boot option does nothing, this has been the case ever since I deleted its partitions.
https://gyazo.com/5379b51ca01eec114d43b334b95afc93

So, I'm unsure of what to do. I've (tried) to install Gentoo before, on legacy mode, (which went totally smooth until reboot! :? ) but it didn't work because I suspect something is wrong with my MBR... or earlier grub installations...

Any help much appreciated! Will provide screenshots and any other information upon request.
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Sun Feb 11, 2018 2:37 am    Post subject: Reply with quote

I believe the min installer ISO still is MBR only.
You'll need to use something that can boot in EFI mode, like the SysRescueCD which has EFI support.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Sun Feb 11, 2018 3:59 am    Post subject: Reply with quote

You can install when booted in MBR mode and set up UEFI mode later, so you can use minimal, you just need to boot later in UEFI mode from some other media and set efivars.
And you do not need net-setup script to set up network, so it will not stop you from using SysRescue. I believe there is even a page for manual network setup in Handbook.
See, everything is simple and open in Gentoo. :)
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Glyndwr714
n00b
n00b


Joined: 10 Feb 2018
Posts: 18

PostPosted: Sun Feb 11, 2018 4:22 am    Post subject: Reply with quote

eccerr0r wrote:
I believe the min installer ISO still is MBR only.

Thanks for the fast response!

However, still, I'm unable to boot even with MBR...

and I can't seem to get WPA to work with the rescue disk. Wireless is my only option :cry:
Back to top
View user's profile Send private message
Glyndwr714
n00b
n00b


Joined: 10 Feb 2018
Posts: 18

PostPosted: Sun Feb 11, 2018 5:23 am    Post subject: Reply with quote

Jaglover wrote:
You can install when booted in MBR mode and set up UEFI mode later

By this, do you mean booting via legacy and following the UEFI install instructions?
Sorry. I'm quite the noob. :?
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Sun Feb 11, 2018 5:29 am    Post subject: Reply with quote

Correct. If you boot in MBR mode, the thing you can't do is get EFI BIOS to set up the boot parameters like the menu, etc., as these are stored in the EFI variables which are not enabled when CSM is used to boot. Otherwise the system is mostly the same.

Technically if you know exactly what the boot image location is, you can install to that location and it should work. However this tends to be system specific and if it has been changed, it would be hard to guess...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Glyndwr714
n00b
n00b


Joined: 10 Feb 2018
Posts: 18

PostPosted: Sun Feb 11, 2018 5:59 am    Post subject: Reply with quote

eccerr0r wrote:
the thing you can't do is get EFI BIOS to set up the boot parameters like the menu, etc.

-- Is this what Jaglover meant by 'efivars'?

in any case, how would I go about doing this?
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9677
Location: almost Mile High in the USA

PostPosted: Sun Feb 11, 2018 6:27 am    Post subject: Reply with quote

Yes, the menus are edited by changing the efivars or efi variables.

You merely need to find a Linux that boots via EFI - like the sysrescuecd - and then change your menu/finalize your bootloader with that.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Sun Feb 11, 2018 7:12 am    Post subject: Reply with quote

There is a way to get to EFI mode without starting from bootable EFI media - make a kernel with the efi stub loader enabled, and name it ./efi/boot/bootx64.efi in the EFI system partition. That should be hardcoded in most firmware variants and allow you to pick it from the boot menu without changing any settings.
Back to top
View user's profile Send private message
Glyndwr714
n00b
n00b


Joined: 10 Feb 2018
Posts: 18

PostPosted: Sun Feb 11, 2018 8:15 am    Post subject: Reply with quote

Okay, thank you all for the useful information! :D My friends were right when they said the Gentoo community was so inclusive.

However, I'm a bit hesitant to be experimenting with EFI like this, and I've never done it before, so I think I'll stick to my MBR comfort zone.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum