LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 12-08-2025, 08:42 PM   #1
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Rep: Reputation: 68
current iso not burned to usb disk not booting.


got alien bobs current iso.

now when I send image of slackware 64 15.0 it works. 2 different debian dd or cp to drive and boot and work.

Do I need to do something more than write the current iso to usb drive?
 
Old 12-08-2025, 08:49 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 20,519
Blog Entries: 28

Rep: Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573Reputation: 6573
If I understand the question correctly, yes, you need to do more than just copy the *.iso to the USB drive.

You might want to take a look at Rufus. I haven't used it myself, but I've heard favorable things about it.
 
Old 12-08-2025, 09:44 PM   #3
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Original Poster
Rep: Reputation: 68
I used dd and tried cp to /dev/sdX

I just wrote a slackware 64 15 iso and it booted and was detected by bios and install is running now. Whats with the current iso's?

Last edited by mrapathy; 12-08-2025 at 09:47 PM.
 
Old 12-08-2025, 11:43 PM   #4
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 3,922

Rep: Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290Reputation: 2290
Guessing you are using the ISO found here: https://slackware.nl/slackware-live/...-current-live/

Found on this page: https://download.liveslak.org/latest/. The "Documentation" link with take you here: https://docs.slackware.com/slackware:liveslak. Scroll down until you find this section "Transfering ISO content to USB stick"

Last edited by chrisretusn; 12-08-2025 at 11:45 PM.
 
Old 12-09-2025, 12:20 PM   #5
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Original Poster
Rep: Reputation: 68
Not using live iso. Appreciate the replies.
 
Old 12-09-2025, 12:53 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 27,577

Rep: Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596
In order for the ISO file to boot from USB it must be a hybrid file. The file command output should include DOS/MBR boot sector which indicates a hybrid fill and in addition the fdisk command should also show a MBR. I verified the current mini install ISO is a hybrid but did not verify the DVD install file. Which install ISO file are you using?

Last edited by michaelk; 12-09-2025 at 01:11 PM.
 
Old 12-09-2025, 12:58 PM   #7
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-current
Posts: 3,074

Rep: Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796Reputation: 1796
That is odd. Try grabbing the current iso from Slackware UK located here. Then download the program caligula from here. Then image the iso to your USB drive like this

Code:
./caligula-x86_64-linux burn slackware64-current-install-dvd.iso
Caligula is basically a frontend to dd, but it will take care of the little special flags you might need and are not aware of.
 
Old 12-09-2025, 02:14 PM   #8
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Original Poster
Rep: Reputation: 68
Im using alien bob's iso from us mirror.

I recently downloaded slackware 15 iso and wrote it to usb /dev/sdc no problem. it boots and installs fine.

Last edited by mrapathy; 12-09-2025 at 02:34 PM.
 
Old 12-09-2025, 02:35 PM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 27,577

Rep: Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596Reputation: 6596
What exact file from which US mirror?
 
Old 12-09-2025, 02:56 PM   #10
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Original Poster
Rep: Reputation: 68
https://us.slackware.nl/slackware/sl...4-current-iso/

larger iso image for what I guess is full install. downloading mini install to see if I have better luck.

net install or mini iso was not bootable and failed to showup in system efi boot menu pressing F12 for my laptop. so far just slackware 15 install iso work for me.

mini install no go. just the slackware 15 iso works right for me.

Last edited by mrapathy; 12-09-2025 at 03:25 PM.
 
Old 12-09-2025, 05:34 PM   #11
rkelsen
LQ Guru
 
Registered: Sep 2004
Distribution: slackware
Posts: 5,260
Blog Entries: 7

Rep: Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465Reputation: 3465
You should try Ventoy. It's free. https://ventoy.net/en/index.html

It'll allow you to boot iso files from a USB stick. You just copy them onto the stick, and it presents you with a list of iso files at boot. You can select which one you want to boot.

I've found it to be quite useful.
 
Old 12-10-2025, 09:18 AM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 8,154

Rep: Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750Reputation: 1750
Is the boot mode legacy or uefi?
 
Old 12-10-2025, 04:57 PM   #13
mrapathy
Member
 
Registered: Nov 2005
Distribution: Slackware,Debian
Posts: 379

Original Poster
Rep: Reputation: 68
uefi
 
Old 12-10-2025, 11:13 PM   #14
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 341

Rep: Reputation: 414Reputation: 414Reputation: 414Reputation: 414Reputation: 414
Quote:
Originally Posted by mrapathy View Post
https://us.slackware.nl/slackware/sl...4-current-iso/

larger iso image for what I guess is full install. downloading mini install to see if I have better luck.

net install or mini iso was not bootable and failed to showup in system efi boot menu pressing F12 for my laptop. so far just slackware 15 install iso work for me.

mini install no go. just the slackware 15 iso works right for me.
I have this same issue on my Apple hardware. 15.0 ISO boots/installs, but current ISO does not. However, the live ISOs do boot and install, so I've resorted to using them, even if I'm not a fan of installing a live system. Or I just boot another partition and install the pkgs with the --root flag to my desired partition.

What I don't know is what changed this from functioning in current, but the ISOs appear to be made the same, yet do not operate the same.
 
Old 12-11-2025, 12:34 AM   #15
henca
Senior Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 2,079

Rep: Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564Reputation: 1564
Quote:
Originally Posted by jloco View Post
What I don't know is what changed this from functioning in current, but the ISOs appear to be made the same, yet do not operate the same.
Comparing
Code:
xorriso -as mkisofs \
  -iso-level 3 \
  -full-iso9660-filenames \
  -R -J -A "Slackware Install" \
  -hide-rr-moved \
  -v -d -N \
  -eltorito-boot isolinux/isolinux.bin \
  -eltorito-catalog isolinux/boot.cat \
  -no-emul-boot -boot-load-size 4 -boot-info-table \
  -isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \
  -eltorito-alt-boot \
  -e isolinux/efiboot.img \
  -no-emul-boot -isohybrid-gpt-basdat \
  -m 'source/' \
  -volid "SlackDVD" \
  -output /tmp/slackware-dvd.iso \
  .
http://ftp.slackware.com/pub/slackwa...nux/README.TXT

with
Code:
xorriso -as mkisofs \
  -iso-level 3 \
  -full-iso9660-filenames \
  -R -J -A "Slackware Install" \
  -hide-rr-moved \
  -v -d -N \
  -eltorito-boot isolinux/isolinux.bin \
  -eltorito-catalog isolinux/boot.cat \
  -no-emul-boot -boot-load-size 4 -boot-info-table \
  -isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \
  -no-emul-boot -isohybrid-gpt-basdat \
  -m 'source/' \
  -volid "SlackDVD" \
  -output /tmp/slackware-dvd.iso \
  .
from
http://ftp.slackware.com/pub/slackwa...nux/README.TXT

It seems as if current isos are not made like 15.0 isos and that 15.0 isos had some extra parameters regarding booting.

regards Henrik
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ISO burned to USB thumb drive not usable for install updat Slackware - Installation 2 05-20-2022 12:54 PM
Linux Cinnamon burned ISO not booting. Codar Linux - Software 5 06-07-2018 05:15 AM
DVD burns iso, mounts disk, but doesn't boot burned iso. bigrigdriver Linux - Hardware 3 09-30-2013 06:47 AM
Does anyone Know how to open either .iso.rz or these .iso.xdelta,.iso.bz2,.iso.lzma?? maximalred Debian 5 06-09-2004 06:15 AM
Redhat 9.0 or Fedora Installation Disk burned from Windows XP not booting gardgreg Linux - Newbie 5 01-29-2004 10:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 04:07 PM.

Contact Us - Advertising Info - Rules - Privacy - Donations - Contributing Member - LQ Sitemap - "Weather apps tell you it'll rain. Wyndo tells you when to go."
Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions