LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy
User Name
Password
Puppy This forum is for the discussion of Puppy Linux.

Notices


Reply
  Search this Thread
Old 06-06-2015, 10:52 PM   #1
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Rep: Reputation: 169Reputation: 169
SystemRescueCd


Does anyone use SystemRescueCd to make disk images ?
 
Old 06-07-2015, 12:21 AM   #2
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
SystemRescueCd

I mostly use it to boot up systems with a broken boot loader.
 
Old 06-07-2015, 04:52 AM   #3
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,504

Rep: Reputation: Disabled
Quote:
Originally Posted by Fixit7 View Post
Does anyone use SystemRescueCd to make disk images ?
If it has dd on it, & I expect it has, yes you could make disk images using it.
 
Old 06-07-2015, 07:46 AM   #4
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I think most distros have dd.

I used dd twice to make a bootable disk and it failed twice.
 
Old 06-07-2015, 08:30 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Fixit7 View Post
I think most distros have dd.

I used dd twice to make a bootable disk and it failed twice.
Then it may be the method you use. Please tell us exactly what you want to do and show us the commands you used, including their output.
 
Old 06-07-2015, 12:38 PM   #6
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
dd if=/root/Downloads/slacko-5.7.0-PAE.iso of=/dev/sdi1 bs=4M

root# ./iso.sh
40+1 records in
40+1 records out
169869312 bytes (170 MB) copied, 45.0313 s, 3.8 MB/s

When booting with pendrive, this message appears.

isolinux.bin Missing or corrupted
 
Old 06-07-2015, 01:03 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
AFAIK, the Slacko Puppy image is not in the isohybrid format that would be needed for doing it the dd way. You may have luck with converting it using the isohybrid command, alternatively Unetbootin will help you to get a working Slacko USB drive.
 
Old 06-07-2015, 01:05 PM   #8
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
It did the same with Debian and other distros.
 
Old 06-07-2015, 01:12 PM   #9
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,783

Rep: Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214
Copying the entire ISO image to a USB flash drive works only for "dual format" images that have been built to work as both a CD/DVD image and as a partitioned, bootable device when copied to a flash drive. To make a bootable flash drive for SystemRescueCd, you need to follow the instructions on the sysresccd.org web site.

[EDIT] Sorry, I've misunderstood what you are trying to do.

Last edited by rknichols; 06-07-2015 at 01:15 PM.
 
Old 06-07-2015, 01:18 PM   #10
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
I tried Unetbootin.

It said there was no USB drive present.

There was a pendrive present.

If I did not have Windows, I could never make a bootable pendrive.

That should be a priority for Linux programmers.
 
Old 06-07-2015, 01:20 PM   #11
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by rknichols View Post
Copying the entire ISO image to a USB flash drive works only for "dual format" images that have been built to work as both a CD/DVD image and as a partitioned, bootable device when copied to a flash drive. To make a bootable flash drive for SystemRescueCd, you need to follow the instructions on the sysresccd.org web site.

[EDIT] Sorry, I've misunderstood what you are trying to do.
I got a bootable Systemrescue cd on a pendrive.

But I could not find anything that would let me make a disk image to another drive.
 
Old 06-07-2015, 03:09 PM   #12
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,504

Rep: Reputation: Disabled
Quote:
Originally Posted by Fixit7 View Post
dd if=/root/Downloads/slacko-5.7.0-PAE.iso of=/dev/sdi1 bs=4M
This of=/dev/sdi1 should be of=/dev/sdi the device, not a partition.
 
2 members found this post helpful.
Old 06-07-2015, 03:37 PM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by fatmac View Post
This of=/dev/sdi1 should be of=/dev/sdi the device, not a partition.
Indeed, I totally missed that. Shame on me.
 
Old 06-08-2015, 08:52 AM   #14
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Unetbootin is hit and miss. It sometimes does not write the right disk to the ISOLINUX boot loader configuration for some distributions. It affects USB devices. As a result it will boot to the wrong partition and the system will not be able to find the kernel or filesystem.

I am not sure exactly what happens with Unetbootin that causes this. I have observed it happen with a number of different ISO images while creating USB bootable disks. Please do not quote me on this, as I am not 100% positive of the cause or it's accuracy.

As a result, I try to avoid using Unetbootin in favor of dd.
 
Old 06-08-2015, 09:02 AM   #15
Fixit7
Senior Member
 
Registered: Mar 2014
Location: El Lago, Texas
Distribution: Ubuntu_Mate 16.04
Posts: 1,374

Original Poster
Rep: Reputation: 169Reputation: 169
Quote:
Originally Posted by fatmac View Post
This of=/dev/sdi1 should be of=/dev/sdi the device, not a partition.
Unfortunately, it did not change anything.

I tried it on two different brands of pen drives and none would boot.
 
  


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
SystemRescueCD, what are they doing? Mr. Alex Linux - Distributions 1 12-15-2013 12:57 PM
LXer: SystemRescueCd 2.7.1 Has Xfce 4.10 LXer Syndicated Linux News 0 05-28-2012 03:00 PM
SystemRescueCD and network problems-need help! barnac1e Gentoo 1 03-29-2012 09:58 PM
LXer: SystemRescueCd 1.5.6 LXer Syndicated Linux News 0 07-13-2010 04:30 AM
SystemRescueCd Question Whiteghost Linux - Software 1 08-26-2005 09:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Puppy

All times are GMT -5. The time now is 11:03 AM.

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
Open Source Consulting | Domain Registration