LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Puppy (https://www.linuxquestions.org/questions/puppy-71/)
-   -   SystemRescueCd (https://www.linuxquestions.org/questions/puppy-71/systemrescuecd-4175544697/)

Fixit7 06-06-2015 10:52 PM

SystemRescueCd
 
Does anyone use SystemRescueCd to make disk images ?

mralk3 06-07-2015 12:21 AM

SystemRescueCd
 
I mostly use it to boot up systems with a broken boot loader.

fatmac 06-07-2015 04:52 AM

Quote:

Originally Posted by Fixit7 (Post 5373349)
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.

Fixit7 06-07-2015 07:46 AM

I think most distros have dd.

I used dd twice to make a bootable disk and it failed twice.

TobiSGD 06-07-2015 08:30 AM

Quote:

Originally Posted by Fixit7 (Post 5373470)
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.

Fixit7 06-07-2015 12:38 PM

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

TobiSGD 06-07-2015 01:03 PM

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.

Fixit7 06-07-2015 01:05 PM

It did the same with Debian and other distros.

rknichols 06-07-2015 01:12 PM

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.

Fixit7 06-07-2015 01:18 PM

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.

Fixit7 06-07-2015 01:20 PM

Quote:

Originally Posted by rknichols (Post 5373592)
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.

fatmac 06-07-2015 03:09 PM

Quote:

Originally Posted by Fixit7 (Post 5373582)
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.;)

TobiSGD 06-07-2015 03:37 PM

Quote:

Originally Posted by fatmac (Post 5373660)
This of=/dev/sdi1 should be of=/dev/sdi the device, not a partition.;)

Indeed, I totally missed that. Shame on me.

mralk3 06-08-2015 08:52 AM

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.

Fixit7 06-08-2015 09:02 AM

Quote:

Originally Posted by fatmac (Post 5373660)
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.


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