Re: iso from usb stick

2025-06-05 Thread ToddAndMargo via users
On 5/26/25 8:55 PM, ToddAndMargo via users wrote: On 5/26/25 7:26 PM, ToddAndMargo via users wrote: Hi All, I have an Windows 11 ISO I burned to a 8GB USB stick.  The burning process removed a bunch of hardware silliness. The stick is only about 5BG used. Is there a way to make an ISO out of

Re: iso from usb stick

2025-05-31 Thread ToddAndMargo via users
On 5/30/25 8:33 PM, Samuel Sieb wrote: On 5/30/25 7:33 PM, Tim via users wrote: On Fri, 2025-05-30 at 06:52 -0700, ToddAndMargo via users wrote: I have a functioning/bootable USB drive.  I want to make an ISO out of it but do not want the extra space included that dd gives I think you'd have

Re: iso from usb stick

2025-05-30 Thread Samuel Sieb
On 5/30/25 7:33 PM, Tim via users wrote: On Fri, 2025-05-30 at 06:52 -0700, ToddAndMargo via users wrote: I have a functioning/bootable USB drive. I want to make an ISO out of it but do not want the extra space included that dd gives I think you'd have to play with sizing: Shrink the partiti

Re: iso from usb stick

2025-05-30 Thread Tim via users
On Fri, 2025-05-30 at 06:52 -0700, ToddAndMargo via users wrote: > I have a functioning/bootable USB drive. I want to make an > ISO out of it but do not want the extra space included > that dd gives I think you'd have to play with sizing: Shrink the partition of the working drive down to what it

Re: iso from usb stick

2025-05-30 Thread ToddAndMargo via users
On 5/30/25 12:47 AM, Oliver Ava wrote: To install an ISO from a USB stick, you’ll need to use a tool like Rufus or BalenaEtcher to make the USB bootable—just copying the ISO file won’t work. Once that’s done, restart your computer and use the boot menu (usually F12 or Esc during startup) to sel

Re: iso from usb stick

2025-05-30 Thread Tim via users
On Fri, 2025-05-30 at 07:47 +, Oliver Ava wrote: > To install an ISO from a USB stick, you’ll need to use a tool like > Rufus or BalenaEtcher to make the USB bootable—just copying the ISO > file won’t work. Neither of them are anything I've heard of. Certainly, you can't just copy the ISO fil

Re: iso from usb stick

2025-05-30 Thread Oliver Ava
To install an ISO from a USB stick, you’ll need to use a tool like Rufus or BalenaEtcher to make the USB bootable—just copying the ISO file won’t work. Once that’s done, restart your computer and use the boot menu (usually F12 or Esc during startup) to select the USB drive. If it doesn’t boot, c

Re: iso from usb stick

2025-05-27 Thread Go Canes
On Mon, May 26, 2025 at 10:31 PM ToddAndMargo via users wrote: > I have an Windows 11 ISO I burned to a 8GB USB > stick. The burning process removed a bunch of > hardware silliness. > > The stick is only about 5BG used. > > Is there a way to make an ISO out of the stick > and only get the used s

Re: iso from usb stick

2025-05-26 Thread Samuel Sieb
On 5/26/25 10:07 PM, ToddAndMargo via users wrote: On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 10:15 PM, Samuel Sieb wrote: On 5/26/25 10:07 PM, ToddAndMargo via users wrote: On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4G

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4GiB-1. # mkisofs -V "W11 24H2 Rufus" -allow-limited-size -o /home/kvm/myImage.iso ./CCC

Re: iso from usb stick

2025-05-26 Thread Samuel Sieb
On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4GiB-1. # mkisofs -V "W11 24H2 Rufus" -

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 7:26 PM, ToddAndMargo via users wrote: Hi All, I have an Windows 11 ISO I burned to a 8GB USB stick.  The burning process removed a bunch of hardware silliness. The stick is only about 5BG used. Is there a way to make an ISO out of the stick and only get the used space (dd get every

iso from usb stick

2025-05-26 Thread ToddAndMargo via users
Hi All, I have an Windows 11 ISO I burned to a 8GB USB stick. The burning process removed a bunch of hardware silliness. The stick is only about 5BG used. Is there a way to make an ISO out of the stick and only get the used space (dd get everything)? Many thanks, -T -- __