On Mon, 25 Apr 2022 16:30:55 -0400, Doug Laidlaw
Post by Bit TwisterPost by Doug LaidlawAny suggestions, please, or further info required?
file system of target media.
I have formatted the target to be NTFS, because it is a Windows system
for the Raspberry Pi. According to Bill's list, any FS would allow it.
I have a rpi 4b running Mageia 8. On it ...
$ blkid /dev/mmcblk0*
/dev/mmcblk0p1: LABEL_FATBOOT="M8RPI4EFI" LABEL="M8RPI4EFI"
UUID="96AA-E132" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="261ea400-01"
/dev/mmcblk0p2: LABEL="M8RPI4"
UUID="418d18ba-0eff-474e-bd3e-ca561407ccfd" BLOCK_SIZE="4096"
TYPE="ext4" PARTUUID="261ea400-02"
/dev/mmcblk0p5: LABEL="RPI4SWAP"
UUID="bb3bc321-ca27-4185-b521-a44929413a9e" TYPE="swap"
PARTUUID="261ea400-05"
I also have an sd card with Raspbian os (which is based on debian linux). With it
plugged into my desktop system ...
# blkid /dev/sdf*
/dev/sdf: PTUUID="000b624d" PTTYPE="dos"
/dev/sdf1: LABEL_FATBOOT="RECOVERY" LABEL="RECOVERY" UUID="9AE3-8BA0"
BLOCK_SIZE="512" TYPE="vfat" PARTUUID="000b624d-01"
/dev/sdf2: PTTYPE="dos" PARTUUID="000b624d-02"
/dev/sdf5: LABEL="SETTINGS" UUID="a1d317dd-077b-41c7-8600-d2651b6dfbf0"
BLOCK_SIZE="1024" TYPE="ext4" PARTUUID="000b624d-05"
/dev/sdf6: LABEL_FATBOOT="boot" LABEL="boot" UUID="055E-C48A"
BLOCK_SIZE="512" TYPE="vfat" PARTUUID="000b624d-06"
/dev/sdf7: LABEL="root" UUID="9d78249b-5843-4195-b79d-b18425e54055"
BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="000b624d-07"
So no windows system involved.
What model of Raspberry Pi are you using? Where did you get a windows image
file for it?
Regards, Dave Hodgins
Thanks, Dave. I have a Pi400,and the initial setup is virtually
identical to yours. On separate SSDs, I have Manjaro and Ubuntu, which
function tolerably well.
The question of Windows is apparently "iffy." Originally, it was said
to be impossible, but now, it seems, Win11 is usable, but not Win10.
That struck me as odd, especially since the CLI method below seems to
install Win 10 then upgrade it to Win 11. At https://www.worproject.ml,
there is a link to a script for Ubuntu, and I have Mint, but the script
seems to be out-of-date. After a couple of failures, I opted for a
command-line approach, using "How to Install from other OSes" from the
above site. It worked well until now, and I should possibly seek help
there, but this error sounds more basic. In switching directories, the
command "getcwd" often fails to find the parent directory or even the
current directory. That may be behind the original error message I
quoted. I have reached the limit of my knowledge.
Regards,