My daughter gave me her alienware laptop.
I want to burn a slackware iso to a usb drive.
All the free programs i found online are not working for me.
any recommendations?
Would I be able to just copy the dvd that i have already to the usb drive on another pc, this one doesnt have a dvd player.
My daughter gave me her alienware laptop. I want to burn a slackware iso to
a usb drive. All the free programs i found online are not working for me.
any recommendations?
For Windows? Usually the built support for formatting the USB drive works then Windows has built-in support for opening an ISO image with the file explorer which you can then just copy all the files from the ISO to the USB drive with.
You're talking about the Slackware installation ISO? Don't they normally have instructions for how to create a bootable USB stick for installing the OS (e.g. what file system, FAT32, GPT or MBR boot record, etc.)? I don't recall needing any 3rd party software to do that.
Re: ISO burning program
By: Digital Man to Bogomips on Sun May 04 2025 06:07 pm
My daughter gave me her alienware laptop. I want to burn a slackware iso to
a usb drive. All the free programs i found online are not working for me.
any recommendations?
For Windows? Usually the built support for formatting the USB drive works then Windows has built-in support for opening an ISO image with the file explorer which you can then just copy all the files from the ISO to the USB drive with.
If the USB drive is to be OS install media, it would need to be bootable, and I don't think simply copying the files would make it bootable, would it?
My daughter gave me her alienware laptop.
I want to burn a slackware iso to a usb drive.
All the free programs i found online are not working for me.
any recommendations?
Would I be able to just copy the dvd that i have already to the usb drive on another pc, this one doesnt have a dvd player.
any recommendations?
For Windows? Usually the built support for formatting the USB drive works then Windows has built-in support for opening an ISO image with the file explorer which you can then just copy all the files from the ISO to the USB drive with.
I want to burn a slackware iso to a usb drive.
any recommendations?
My daughter gave me her alienware laptop.
I want to burn a slackware iso to a usb drive.
All the free programs i found online are not working for me.
any recommendations?
Would I be able to just copy the dvd that i have already to the usb
drive on another pc, this one doesnt have a dvd player.
For Windows? Usually the built support for formatting the USB drive works then Windows has built-in support for opening an ISO image with the file explorer which you can then just copy all the files from the ISO to the USB drive with.
You're talking about the Slackware installation ISO? Don't they normally have instructions for how to create a bootable USB stick for installing the OS (e.g. what file system, FAT32, GPT or MBR boot record, etc.)? I don't recall needing any 3rd party software to do that.
Bogomips wrote to Digital Man <=-
You're talking about the Slackware installation ISO? Don't they normally have instructions for how to create a bootable USB stick for installing the OS (e.g. what file system, FAT32, GPT or MBR boot record, etc.)? I don't recall needing any 3rd party software to do that.
I'm probably overthinking the whole thing. I'll try windows disk
program, read the slackware sight. Also, I downloaded the .iso to the slackware laptop and will try dd
I went online and searched for iso to usb which led me to all the third party programs.
My daughter gave me her alienware laptop.
I want to burn a slackware iso to a usb drive.
All the free programs i found online are not working for me.
any recommendations?
Would I be able to just copy the dvd that i have already to the usb drive on another pc, this one doesnt have a dvd player.
TIA
Mortar wrote to Bogomips <=-
You need to convert the ISO file to bootable media, either a USB drive
or CD. Two popular programs to do this are Rufus and Etcher. I've
used both on Windows 10 and are simple to run. Just make sure whatever you go with DL it from the author's website so you don't get an
infected phony.
You can't just copy the DVD since the USB stick would need a MBR setup
and stuff.
For Windows, Rufus is the only tool you'll need. It will burn an ISO
for you. Just download the latest version, always best, and then use
Rufus to write ti to the USB drive.
Side note: I bought a new car this weekend, and the audio system only supports FAT32 drives. My old car supported exFAT, so I needed to
reformat the drive. Windows will only format 32 GB or smaller without
going through the CLI, so I looked for a handful of SD card formatter programs.
I did some reading, and found out that Rufus will format Fat32 just fine
- you select "non-bootable" as the boot selection and it'll format it
just fine.
That's one less program to have to install...
For Windows, Rufus is the only tool you'll need. It will burn an ISO for
you. Just download the latest version, always best, and then use Rufus to
write ti to the USB drive.
bootsect /nt60 [drive letter]:
As you said, if it's on a Linux machine already, just use dd.
The command would be: dd bs=4M if=<iso_name> of=<target_drive>
The "of" would be something like: /dev/sdb or dev/mmc0blk1 or similar.
Be very careful you put the correct one or you could overwrite a drive
you didn't want to. You'll need to be the root user, or use 'sudo'.
Simple and works every time.
Arelor wrote to Bogomips <=-
You could just use some version of dd for Windows in order to copy the
ISO directly into the USB drive.
Sysop: | Nitro |
---|---|
Location: | Portland, OR |
Users: | 7 |
Nodes: | 10 (0 / 10) |
Uptime: | 17:36:43 |
Calls: | 161 |
Files: | 755 |
Messages: | 91,413 |