<DC-IRC> [Discord] <serena_lover> Hi guys
<DC-IRC> [Discord] <serena_lover> Can anyone help me
<DC-IRC> [Discord] <serena_lover> I need to get wine to see my USB porty
<DC-IRC> [Discord] <clever___> depends on what your connecting to the usb port
<DC-IRC> [Discord] <serena_lover> Well a flash drive
<DC-IRC> [Discord] <clever___> just mount the drive normally, and it should be accessible under `z:\`
<DC-IRC> [Discord] <serena_lover> It's not
<DC-IRC> [Discord] <serena_lover> I am trying to get Rufus to work
<DC-IRC> [Discord] <clever___> where did you mount it?
<DC-IRC> [Discord] <clever___> rufus wont work under wine
<DC-IRC> [Discord] <serena_lover> Well, it boots up normally but yeah
<DC-IRC> [Discord] <clever___> disk imaging software isnt compatible with wine
<DC-IRC> [Discord] <serena_lover> Oh ok
<DC-IRC> [Discord] <serena_lover> Thanks
<DC-IRC> [Discord] <serena_lover> Ok, do you know any arm alternative to rufus
<DC-IRC> [Discord] <serena_lover> That can do windows boot
<DC-IRC> [Discord] <serena_lover> Are they arm compatible?
<DC-IRC> [Discord] <clever___> i would expect most are, check apt
<DC-IRC> [Discord] <serena_lover> Ok
<DC-IRC> [Discord] <serena_lover> I'll check
<DC-IRC> [Discord] <serena_lover> Well
<DC-IRC> [Discord] <serena_lover> Clonezilla just does backup
<DC-IRC> [Discord] <serena_lover> For raspberry pi
<DC-IRC> [Discord] <clever___> what do you want to actually do?
<DC-IRC> [Discord] <serena_lover> I want to write windows os to USB flash drive
<DC-IRC> [Discord] <menu> if you're just creating windows install media you do not need fancy tools
<DC-IRC> [Discord] <serena_lover> Iso file
<DC-IRC> [Discord] <serena_lover> Well I tried etcher it doent work
<DC-IRC> [Discord] <menu> shamelessly stolen
<DC-IRC> [Discord] <menu> > make two partitions, one FAT32, and another NTFS. Now, copy in the NTFS all the contents of the ISO image. Do the same in the FAT32 with the exception of the SOURCES folder (which is the one with the very-very-big file). Finally, in the FAT32 partition create an empty SOURCES folder and copy inside only the BOOT.WIM file from the SOURCES folder of the ISO image.
<DC-IRC> [Discord] <menu> > Et voila! You have a bootable USB drive to install Windows.
<DC-IRC> [Discord] <serena_lover> Umm, I am kinda noob to manually writing images
<DC-IRC> [Discord] <serena_lover> Can we like dm so you can help me
<DC-IRC> [Discord] <menu> you don't need to set Bootable flags on a GPT/UEFI setup, it's all just regular files
<DC-IRC> [Discord] <serena_lover> YeH but I am on bios
<DC-IRC> [Discord] <serena_lover> Too old laptop
<DC-IRC> [Discord] <serena_lover> And it says no boot sector
<DC-IRC> [Discord] <serena_lover> And doing it manually I need help
<DC-IRC> [Discord] <clever___> booting legacy requires writing the correct code to the boot sector
<DC-IRC> [Discord] <menu> <https://thornelabs.net/posts/create-a-bootable-windows-7-or-10-usb-drive-in-linux/> should be sufficient for a legacy MBR/BIOS setup, though i'd have to advise against connecting a machine so old it doesn't support UEFI to a network
<DC-IRC> [Discord] <serena_lover> thanks
<DC-IRC> [Discord] <serena_lover> i'll try it out
<DC-IRC> [Discord] <khazakar> Any doc or idea around which will help me build rpi 3 + 4 image using upstream kernel? I need to test that wifi thing on upstream
<DC-IRC> [Discord] <Werner> Armbian is using rpi kernel sources already. 6.6.y for current and I think 6.10.y for edge.
<DC-IRC> [Discord] <khazakar> Yes, but it uses from their fork, not upstream kernel
<DC-IRC> [Discord] <khazakar> And I wanted to test on upstream
<DC-IRC> [Discord] <Werner> and KERNELBRANCH also if course. Then it should pull 6.10 from upstream
<DC-IRC> [Discord] <Werner> (no warranty 😛 )
<DC-IRC> [Discord] <khazakar> So comment line 38, plus change kernel branch from rpi to Linux? 😛
<DC-IRC> [Discord] <khazakar> So comment line 38, plus change kernel branch from rpi to linux? 😛
<DC-IRC> [Discord] <Werner> Just comment KERNELBRANCH as well
<DC-IRC> [Discord] <khazakar> Okay
<DC-IRC> [Discord] <khazakar> Will try this route
<DC-IRC> [Discord] <Werner> I am pretty sure there is some hook that allows to override this from an extension so there is no need to touch framework files directly but I don't know from scratch
<DC-IRC> [Discord] <Werner> Which would be the correct way to do this but easy route is fair enough 😉
<DC-IRC> [Discord] <khazakar> Nope, didn't worked
<DC-IRC> [Discord] <khazakar> 'cp: cannot stat '/ust/lib/linux-image-6.6.44-current-bcm2711//overlays': no such file or directory'
<DC-IRC> [Discord] <khazakar> 'cp: cannot stat '/usr/lib/linux-image-6.6.44-current-bcm2711//overlays': no such file or directory'
<DC-IRC> [Discord] <khazakar> I'm not testing 6.10, because it didn't worked for RPi CM3 based board I have around
<DC-IRC> [Discord] <khazakar> Testing 6.10 now, hoping it will build and run 😁
<DC-IRC> [Discord] <khazakar> And got summary from kernel patching - 3 needs rebase
<DC-IRC> [Discord] <serena_lover> hey guys
<DC-IRC> [Discord] <serena_lover> i have done some changes and installed apps to my raspberry pi 4 image
<DC-IRC> [Discord] <serena_lover> everytime i reinstall the os i have to reinstall all these apps
<DC-IRC> [Discord] <serena_lover> so I was thinking about creating a custom image that already has all these apps downloaded
<DC-IRC> [Discord] <khazakar> GitHub.com/armbian/build
<DC-IRC> [Discord] <Werner> easiest is probably using customization script in userpatches
<DC-IRC> [Discord] <menu> if that's a direct copy-paste it's likely failing because that's a bad path
<DC-IRC> [Discord] <khazakar> Yes, direct copy pasta form logs
<DC-IRC> [Discord] <khazakar> Yes, direct copy pasta from logs
<DC-IRC> [Discord] <menu> there's a doubled `/` in that path
<DC-IRC> [Discord] <khazakar> I know
<DC-IRC> [Discord] <khazakar> But it's not on me
<DC-IRC> [Discord] <khazakar> When I uncomment those lines, it works fine
<DC-IRC> [Discord] <khazakar> But it would use rpi-branded kernel, which I don't want for my testing 🙂
<DC-IRC> [Discord] <khazakar> Unless you know, how to get SDIO wifi working on rpi branded 6.6 kernel to not throw error -110
<DC-IRC> [Discord] <Werner> wifi always yells "firmware" the same time 😄
<DC-IRC> [Discord] <Werner> Are the necessary firmware binary blobs installed?
<DC-IRC> [Discord] <khazakar> It doesn't even get to the firmware stage
<DC-IRC> [Discord] <khazakar> Mmc1 error -110
<DC-IRC> [Discord] <Werner> Um....mmc has nothing to do with wifi?
<DC-IRC> [Discord] <khazakar> It's SDIO wifi module
<DC-IRC> [Discord] <khazakar> I have DTS/dtbo files for it
<DC-IRC> [Discord] <Werner> ah
<DC-IRC> [Discord] <khazakar> Ripped from vendor OS image 😁
<DC-IRC> [Discord] <khazakar> Deciphering names was tough, but got there
<DC-IRC> [Discord] <Werner> Well good luck getting it to work. Seems like even FreeBSD supports these things
<DC-IRC> [Discord] <khazakar> Yeah. Last time I got it to work was on upstream kernel on PTXDist, no vendor patches, nothing, using their DTS files
<DC-IRC> [Discord] <khazakar> Yeah. Last time I got it to work was on upstream kernel on PTXDist, no vendor patches, nothing, using vendor DTS files
<DC-IRC> [Discord] <khazakar> I can send things relevant
<DC-IRC> [Discord] <khazakar> Maybe it's doable on rpi 6.6
<DC-IRC> [Discord] <khazakar> And on edge it failed with same error, eh :/