From: Danny Milosavljevic <dannym@scratchpost.org>
To: cinder88@hushmail.com
Cc: guix-devel@gnu.org
Subject: Re: Bootloader trouble during installation
Date: Thu, 6 Jul 2017 19:35:09 +0200 [thread overview]
Message-ID: <20170706193509.5296013b@scratchpost.org> (raw)
In-Reply-To: <20170706133936.E133DA0155@smtp.hushmail.com>
Hi Andrew,
there should be a BIOS setup option that indicates whether the BIOS is supposed to use EFI (I think you can also set up boot cryptographic keys in there somewhere, so around there).
According to http://pcsupport.lenovo.com/at/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x270/downloads/ds120442 it has UEFI.
How did you boot previously?
> For the bootloader, I am attempting to use legacy boot, not UEFI. I realize that
> fdisk below identifies /dev/sda2 as an EFI system, but
>this seems to automatically happen when I set boot to on in parted.
Really? Didn't happen to me - but I have Libreboot so no idea what it does for UEFI.
UEFI is kinda annoying to use and disable. But if it doesn't boot anyway, try setting the grub package to grub-efi in the config (and then invoke "guix system reconfigure config.scm") to make it use UEFI. Can't hurt...
Otherwise I think you have to manually disable UEFI in the BIOS setup or something...
But I only used UEFI once on another person's laptop (customer...), so I don't know much about it. I added Ludo, who more recently used UEFI, to Cc :)
> Device Start End Sectors Size Type
> /dev/sda1 2048 6143 4096 2M BIOS boot
> /dev/sda2 6144 268287 262144 128M EFI System
This should be a FAT partition. If you want you can mount it and check it out...
If there are ".EFI" files there, it's UEFI.
> Number Start End Size File system Name Flags
> 1 1049kB 3146kB 2097kB grub bios_grub
> 2 3146kB 137MB 134MB ext4 boot boot, esp
Yeah, "esp" for EFI system partition.
> (bootloader (grub-configuration (device "/dev/sda")))
Try (bootloader (grub-configuration (grub grub-efi) (device "/dev/sda"))) if you want...
prev parent reply other threads:[~2017-07-06 17:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-06 13:39 Bootloader trouble during installation cinder88
2017-07-06 15:54 ` Adam Van Ymeren
2017-07-06 16:19 ` Chris Marusich
2017-07-06 17:35 ` Danny Milosavljevic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170706193509.5296013b@scratchpost.org \
--to=dannym@scratchpost.org \
--cc=cinder88@hushmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.