Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Emmanuel Dreyfus
On Mon, Feb 14, 2022 at 07:25:37PM +0100, Edgar Fuß wrote: > I have a RAIDframe level 1 RAID consisting of /dev/sd0e and /dev/sd1e. > Now, sd0 failed. I replaced the disc, fdisk'ed and disklabel'ed it and > performed a raidctl -R, which succeeded. Now, I need to write the boot > code, so I can

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Edgar Fuß
> BPB is PC specific and linked to MBR if I'm not mistaken. What seems to > me problematic is that you mention fdisk (i.e. MBR) first and the > error message is about GPT... I'm using MBR, not GPT. But fdisk provokes an error message about GPT.

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread tlaronde
Le Mon, Feb 14, 2022 at 07:25:37PM +0100, Edgar Fuß a écrit : > What does > installboot: Old BPB too big, use -f (may invalidate filesystem) > mean? > > I have a RAIDframe level 1 RAID consisting of /dev/sd0e and /dev/sd1e. > Now, sd0 failed. I replaced the disc, fdisk'ed and disklabel'ed

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Martin Husemann
On Mon, Feb 14, 2022 at 09:20:45PM +0100, Edgar Fuß wrote: > > If you are trying to setup the machine for NetBSD only use > It's NetBSD only. > > > - if you are UEFI booting from a FAT partition > No, it's plain old BIOS boot (the server is from 2005). > > > - if you really want ffsv1 boot

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Edgar Fuß
> If you are trying to setup the machine for NetBSD only use It's NetBSD only. > - if you are UEFI booting from a FAT partition No, it's plain old BIOS boot (the server is from 2005). > - if you really want ffsv1 boot code, then sd0e better not be a FAT file >system sd0e is fstype RAID.

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Martin Husemann
On Mon, Feb 14, 2022 at 07:25:37PM +0100, Edgar Fuß wrote: > What does > installboot: Old BPB too big, use -f (may invalidate filesystem) > mean? > > I have a RAIDframe level 1 RAID consisting of /dev/sd0e and /dev/sd1e. > Now, sd0 failed. I replaced the disc, fdisk'ed and disklabel'ed it

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Edgar Fuß
> I see no explicit indication of which port you're doing this on. Ah, sorry, it's amd64.

Re: installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Mouse
> What does > installboot: Old BPB too big, use -f (may invalidate filesystem) > mean? I don't know. But installboot is messing around with bootblocks, so it is inherently port-specific to some extent, and I see no explicit indication of which port you're doing this on. You mention SCSI,

installboot: Old BPB too big, use -f (may invalidate filesystem)

2022-02-14 Thread Edgar Fuß
What does installboot: Old BPB too big, use -f (may invalidate filesystem) mean? I have a RAIDframe level 1 RAID consisting of /dev/sd0e and /dev/sd1e. Now, sd0 failed. I replaced the disc, fdisk'ed and disklabel'ed it and performed a raidctl -R, which succeeded. Now, I need to write the