![](https://seccdn.libravatar.org/avatar/77cb4da5f72bc176182dcc33f03a18f3.jpg?s=120&d=mm&r=g)
On 2022-11-05 16:30, David T-G wrote:
Carlos, et al --
...and then Carlos E. R. said... % On 2022-11-04 12:05, David T-G wrote: % > % > ...and then David T-G home said... % > % % > % ...and then DennisG said...
% > I unplugged the world, leaving just the 256G SSD (now sda) and the 16G % > install thumb drive (now sdb). I also wiped the SSD partition table with % > 20M of /dev/zero for a fresh start. % > % > I let the partitioner plan its setup, with no mirroring or anything fancy; % > it planned a GPT table and it included an 8M sda1 as /boot along with a % % No. That is not /boot.
I've just gone back in again, and I see that. Of course, I am still VERY confused at how this
davidtg@jpo:~> sudo parted /dev/sda p free Model: ATA SAMSUNG MZ7LN128 (scsi) Disk /dev/sda: 128GB Sector size (logical/physical): 512B/512B Partition Table: gpt Disk Flags: pmbr_boot
Number Start End Size File system Name Flags 17.4kB 1049kB 1031kB Free Space 1 1049kB 35.4GB 35.4GB linux-swap(v1) jpo-swap swap 2 35.4GB 69.8GB 34.4GB xfs jposuse 3 69.8GB 104GB 34.4GB xfs jpoalt legacy_boot 4 104GB 128GB 23.9GB xfs jpo-ssd
can boot, and nobody seems to have any answers, and I'm sure not smart enough to have pulled off any magic, but at least it isn't the /boot that I [am pretty sure I] saw in other passes.
It is not /boot, it is BIOS BOOT partition. Differences: /boot is formatted. BIOS BOOT is not formatted /boot is mounted BIOS BOOT is not mounted /boot is hundreds of MB BIOS BOOT is just 8 meg. BIOS BOOT partition is simply a bit of code that GRUB needs to boot the computer at early stage, on GPT disks. On traditionally partitioned disks, grub used code written starting on second sector of the disk, till the first partition. By accident of design there was always some free space there. On GPT disks there is no such space, but there are hundreds of partitions, so one is used to place the same code. So, I repeat: to boot a GPT disk in BIOS or BIOS Legacy mode, without using UEFI, you *need* that partition. Don't meddle with it. Let YaST install it. You do not need that partition IF you mark one partition as bootable, and put sysboot in the MBR. Still, YaST will insist on creating that partition, so let it do it. It is just 8 meg, and you will need it in the future. DennisG also explained that partition two days ago. Ah! Windows can not do this, AFAIK. -- Cheers / Saludos, Carlos E. R. (from 15.3 x86_64 at Telcontar)