On 5/26/23 06:42, Pascal Hambourg wrote:
On 26/05/2023 at 15:29, Peter Ehlert wrote:
On 5/17/23 10:14, Pascal Hambourg wrote:
1. Copy the attached patched grub-installer onto a second USB drive
formatted with FAT, ext* or any filesystem type the installer can read.
2. Start the installer (expert install recommended).
3. Between the steps "Load installer components from installation
media" and "Install the GRUB boot loader", switch to a shell with
Ctrl+Alt+F2.
4. Connect and mount the second USB drive seen as /dev/sdXY :
# mount -r /dev/sdXY /mnt
I am unable to get it to mount
using blkid I see the second USB as /dev/sdf1 with the label I gave
it "grub-installer"
however running # mount -r /dev/sdf1 /mnt
says
mount: mounting /dev/sdf1 on /mnt failed: Invalid argument
What filesystem is it ?
ext4