<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] <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