Re: [gentoo-user] Is a USB-key-to-hard-drive-tap-dance-boot possible?

2020-12-26 Thread Thomas Mueller
> I think fdisk couldn't handle GPT at first.  I guess that's why gdisk > came along.  Then I think the fdisk folks added support for GPT and > since then it handles both.  That's my understanding of it.  If > possible, you may want to check the time stamps on the info you have > found.  I suspect

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Walter Dnes
On Sat, Dec 26, 2020 at 02:21:51PM -0700, Dan Egli wrote > /boot is part of /: > /dev/sda1 /boot/EFI vfatdefaults,noatime 1 2 > /dev/sda3 / xfs defaults,noatime 1 1 > /dev/sda2 noneswapdefaults 0 0 I've got an empty /boot/EFI directory on the

Re: [gentoo-user] Re: Is a USB-key-to-hard-drive-tap-dance-boot possible?

2020-12-26 Thread Dale
antlists wrote: > On 25/12/2020 18:24, Neil Bothwick wrote: >> On Fri, 25 Dec 2020 11:41:03 -0500, Walter Dnes wrote: >> >>>    After 20 years on linux, I've been reduced to a newbie.  BIOS boot, >>> Lilo, and fdisk served me well for 2 decades.  Now I'm going to have to >>> learn UEFI, grub, and p

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Walter Dnes
On Sat, Dec 26, 2020 at 04:49:16PM -0800, cal wrote > > After partitioning (in parted), did you use `mkfs.vfat -F 32 > /dev/` to initialize the FAT32 filesystem on that > partition? > > https://wiki.gentoo.org/wiki/Handbook:Parts/Installation/Disks#Applying_a_filesystem_to_a_partition > > `parte

Re: [gentoo-user] Re: Is a USB-key-to-hard-drive-tap-dance-boot possible?

2020-12-26 Thread antlists
On 25/12/2020 18:24, Neil Bothwick wrote: On Fri, 25 Dec 2020 11:41:03 -0500, Walter Dnes wrote: After 20 years on linux, I've been reduced to a newbie. BIOS boot, Lilo, and fdisk served me well for 2 decades. Now I'm going to have to learn UEFI, grub, and parted all at once. I'll start a

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread cal
On 12/26/20 4:39 PM, Walter Dnes wrote: > On Sat, Dec 26, 2020 at 06:35:05PM -0500, Walter Dnes wrote >> On Sat, Dec 26, 2020 at 02:21:51PM -0700, Dan Egli wrote >> >>Thanks. I've managed to figure out parted... >> >> Number StartEnd SizeFile system Name Flags >> 1 1.00M

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Walter Dnes
On Sat, Dec 26, 2020 at 06:35:05PM -0500, Walter Dnes wrote > On Sat, Dec 26, 2020 at 02:21:51PM -0700, Dan Egli wrote > > Thanks. I've managed to figure out parted... > > Number StartEnd SizeFile system Name Flags > 1 1.00MiB 257MiB 256MiB fat32EFI boot, esp

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Walter Dnes
On Sat, Dec 26, 2020 at 02:21:51PM -0700, Dan Egli wrote Thanks. I've managed to figure out parted... Number StartEnd SizeFile system Name Flags 1 1.00MiB 257MiB 256MiB fat32EFI boot, esp I've salvaged the config files from my failed install, so that part s

Re: [gentoo-user] \ \ \ 2021 / / /

2020-12-26 Thread caveman رجل الكهف 穴居人
‐‐‐ Original Message ‐‐‐ On Friday, December 25, 2020 4:32 PM, Neil Bothwick wrote: > On Fri, 25 Dec 2020 15:07:59 +, caveman رجل الكهف wrote: > > > hi. i just want to help a bit by sharing a > > thought that i think is useful to the civilisation > > of life forms in general: > > > >

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Dan Egli
Let's see. I have done it two ways, depending on the machine. /boot is a separate partition, and /boot is part of / while /boot/EFI is a separate. I'll post both. /boot is EFI partition: /dev/cdrom  /mnt/cdrom  auto noauto,ro   0 0 /dev/sda1   /boot  

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Neil Bothwick
On Sat, 26 Dec 2020 14:37:14 -0500, Walter Dnes wrote: > On Sat, Dec 26, 2020 at 01:28:44AM -0500, Walter Dnes wrote > > This is my first UEFI install, so please pardon the questions. > > More questions about partitioning... > > * I need a sample /etc/fstab listing from someone who boots

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Walter Dnes
On Sat, Dec 26, 2020 at 01:28:44AM -0500, Walter Dnes wrote > This is my first UEFI install, so please pardon the questions. More questions about partitioning... * I need a sample /etc/fstab listing from someone who boots UEFI. I'm mostly interested in how the /boot partition is set up

Re: [gentoo-user] Re: Is a USB-key-to-hard-drive-tap-dance-boot possible?

2020-12-26 Thread Dan Egli
On 12/25/2020 9:41 AM, Walter Dnes wrote: On Thu, Dec 24, 2020 at 03:49:35PM -0700, Dan Egli wrote I see your problem, I think. You don't have your ESP mounted, so grub can't write the EFI files to it. You are likely trying to use grub with grub-install /dev/sda. That won't work for EFI. mkdi

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Michael
On Saturday, 26 December 2020 06:28:44 GMT Walter Dnes wrote: > This is my first UEFI install, so please pardon the questions. > > 1) Partitioning questions: The standard layout example in > https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#What_is_the_BI > OS_boot_partition.3F says

Re: [gentoo-user] UEFI install noob questions

2020-12-26 Thread Peter Humphrey
On Saturday, 26 December 2020 06:28:44 GMT Walter Dnes wrote: > This is my first UEFI install, so please pardon the questions. > > 1) Partitioning questions: The standard layout example in > https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#What_is_the_BI > OS_boot_partition.3F says