Unable to boot live session of BackBox 4.3

Started by gregs, August 28, 2015, 05:34:14 AM

Previous topic - Next topic

gregs

Hi, I recently decided that I would like to try BackBox 4.3. So I downloaded the ISO by torrent and then used the dd command from Mint 17.1 to put the ISO onto a USB.

However, my attempt to boot from the USB failed. Three times I got a notice that said:

(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Invalid argument
Can not mount /dev/loop0 (cdrom/casper/filesystem.squashfs) on//filesystem.squashfs

After the first failure I remembered to check the md5 and Sha256, and they both matched. After 2 more tries that resulted in the same notice, I erased the USB, wrote it again with Unetbootin This process appeared to work, but when I tried to boot, I got the same results again, 3 more times. I then tried using the startup disk creator that came with Mint. That also appeared to work, but resulted in the same notice.

Searching for the notice lead me to multiple posts in various forums stating that this notice meant that the ISO was corrupted in spite of passing the torrent hash check and matching 2 checksums. Particularly because none of these posts were on BackBox forums, this ideas made sense to me since the wireless I normal use is sometimes weak and intermittent.

So I went somewhere that I could get stronger, more reliable wifi. This time I connected to an http mirror instead of using a torrent, but the results were the same.

Now I have joined this forum to ask if any one might have a suggestion to help me find a way around this problem. Thanks for reading, gregs

gregs

I forgot to say that after I downloaded the ISO again, I used a different USB drive, and that USB failed to boot too.

ostendali

how you did used dd?
dd ying simpy doesnt mean you burned onto usb the iso image...

if you are not experienced user don't jump over the hills as dd require some knowledge to deal with it.

pls try using tools to bunr iso onto usb, there are plenty  like rufus, unetbootin and so on...

I dont think this is a rocket science question and I don't think you did properly search, but anyway, as I said, do try the tools and you can later have plenty time to think what you did wrong with dd.

gregs

I have used dd many times. It has always worked except with BackBox.

I researched this problem for 4 days before joining this forum and asking the question because I knew I would be greeted with arrogance and treated like an idiot simply because I am a new member. I must admit that I don't like playing forum games.

If you had read my original post a little more carefully it should be obvious that in addition to dd I redid the same USB with Unetbootin and Mint's Startup Disk Creator.

All three of those attempts appeared to work but produced a product that failed to boot.

And then I downloaded another BackBox ISO, by http instead of torrent like the first time, from another mirror, and then wrote the second ISO to a second USB drive, 3 times, once each with dd, Unetbootin and Startup Disk Creator.

All attempts to write the second ISO onto the second USB drive also appeared to work but also produced a USB that also failed to boot.

However, subsequent attempts to use dd to write other ISOs, such as BlackArch Linux, to the same USB drives worked just fine.

Only then did I decide to face up to the inevitable arrogant gatekeeper, and share this problem with others.

I should add that what I did leave out of both my original post and the update, was that I tried the resulting USBs on both of my laptops with the same result.

So I think I have been very thorough, and I am left with the nearly inescapable conclusion that I downloaded 2 defective ISOs from BackBox servers.

And the defensive gatekeeper simply reinforces that conclusion.

ZEROF

First of all, you can't use dd to make bootable BackBox USB, anyway not like you think:

https://forum.backbox.org/howtos/build-bootable-(installation)-usb-with-dd/

BackBox ISO it's not hybrid iso, you need to make it on your own and it's only 2min job when you get use to it.

Try and keep us posted.

Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*

gregs

Thank you very much for the well thought out answer. I will try that as soon as I can and post the results here.

Also this morning I came across this quite by accident:

https://forum.backbox.org/general-support/can%27t-install-backbox-4-3-on-a-usb-stick-gives-loop0-error/

It does not give the first line of my error warning, so that is why I did not find it before.

Until I read your suggestion I was just about to try an earlier version of Backbox.

But now I will follow your suggestion first. Thank you very much.

gregs

I followed that link to the post about dd.

The difference between that and what I did before is just the last part of the command: oflag=direct

The first part of your command is identical to what I used before.

I will certainly try that a little later today. Thank you very much

gregs

Well, that certainly took a long time to write, 29246.8 seconds at 69.1 kB/s to be precise. That is a little over 8 hours.

But it did not work as well as my previous attempts to write BackBox 4.3 to USB. For all those earlier times I got a screen with a wiggly blue line that said BackBox and then I got the notice:

(initramfs) mount: mounting /dev/loop0 on //filesystem.squashfs failed: Invalid argument
Can not mount /dev/loop0 (cdrom/casper/filesystem.squashfs) on//filesystem.squashfs

What I got after this 8 hour write of BackBox was no sign of BackBox at all, just a brief pause and then my regular GRUB with entries for Debian and Mint.

I tried booting this USB from my other Lenovo laptop, which is basically the same, but a few years newer. I should probably say that both these laptops were made for the Chinese market and purchased while I lived in China.

I have used numerous Linux Distros on them. They usually work just fine but there have been driver issues i the past. Issues with the wireless drivers are very common, video drivers much less so. There have never been video driver issues with Ubuntu, Mint or Debian, just wireless driver issues with Debian.

I have made USBs before that will only boot on one of my laptops, so this time I tried both laptops with the same results. Gparted says the whole USB is unallocated, but Gparted often fails to read the Partition Tables of the USBs I make.

The command that I used this time:

sudo dd if=/home/gs/backbox-4.3-amd64.iso of=/dev/sdc oflag=direct

The earlier times:

sudo dd if=/home/gs/backbox-4.3-amd64.iso of=/dev/sdc

Both of these were written from Linux Mint 17.1

I have never had any problems writing USBs this way. Other than trying a previous version of BackBox, I am stumped about how to solve this problem.

Thanks for reading.


gregs

I have come up with something else to try. I do intend to install BackBox 4.3 to the HDD of one of my laptops. I already have the partitions prepared for it.

I also have one last blank DVD that I have been saving. I am not been sure what I have been saving it for, probably just to avoid buying more DVDs.

So, I will burn BackBox 4.3 to that last DVD and see what happens. Thanks for reading.

ostendali

Quote from: gregs on August 28, 2015, 06:06:11 PM
I have used dd many times. It has always worked except with BackBox.

I researched this problem for 4 days before joining this forum and asking the question because I knew I would be greeted with arrogance and treated like an idiot simply because I am a new member. I must admit that I don't like playing forum games.

If you had read my original post a little more carefully it should be obvious that in addition to dd I redid the same USB with Unetbootin and Mint's Startup Disk Creator.

All three of those attempts appeared to work but produced a product that failed to boot.

And then I downloaded another BackBox ISO, by http instead of torrent like the first time, from another mirror, and then wrote the second ISO to a second USB drive, 3 times, once each with dd, Unetbootin and Startup Disk Creator.

All attempts to write the second ISO onto the second USB drive also appeared to work but also produced a USB that also failed to boot.

However, subsequent attempts to use dd to write other ISOs, such as BlackArch Linux, to the same USB drives worked just fine.

Only then did I decide to face up to the inevitable arrogant gatekeeper, and share this problem with others.

I should add that what I did leave out of both my original post and the update, was that I tried the resulting USBs on both of my laptops with the same result.

So I think I have been very thorough, and I am left with the nearly inescapable conclusion that I downloaded 2 defective ISOs from BackBox servers.

And the defensive gatekeeper simply reinforces that conclusion.

I think you are simply incapable of simply burning iso image onto usb stick, simply because if you look in the entire forum you will better realize that you are the only one who experienced this issue. You post was pretty clear enough to understand that you have no experience, and again, jumping over the hills, this is what you do.

So there is no arrogance here around hence such behavior is not allowed. So behave yourself, this is a community where we support people who have some experience in linux, the question you posted on forum requires no experience and we are not here to do the primary school.

said that, RTFM for such easy tasks and come back when you have some proper question.

gregs

But I am not the only one who had trouble with this, and if you read more of the forum, you would probably know this.

For example:
https://forum.backbox.org/general-support/cant-install-backbox-4-3-on-a-usb-stick-gives-loop0-error/

And:
https://forum.backbox.org/howtos/build-bootable-installation-usb-with-dd/

But you are correct about my level of technical expertise. I have no formal training in computer science whatsoever. I have learned everything I know from doing things and searching posts on forums when what I tried to do did not work.

But I am a psychologist, and another thing I have learned from all the forum reading that I have done is that there are basically 2 types of people when it comes to posting on forums.

One type genuinely wants to be helpful and puts a significant amount of effort into that. The other type is not particularly focused on helping people with problems, but rather is focused on making themselves feel good and overcoming their low self-esteem by talking down to others.

Often, especially when irritated, this second type spouts inaccurate information, like saying this problem has not happened to anyone else when a simple search shows otherwise. Sometimes this second type of person becomes a moderator and uses their power to intimidate others.

In a case like this, the effectiveness of the forum suffers and some people begin to lose interest in participating. I sincerely hope that does not happen here.

ostendali

#11
Quote from: gregs on September 02, 2015, 03:56:51 AM
But I am not the only one who had trouble with this, and if you read more of the forum, you would probably know this.

For example:
https://forum.backbox.org/general-support/cant-install-backbox-4-3-on-a-usb-stick-gives-loop0-error/

And:
https://forum.backbox.org/howtos/build-bootable-installation-usb-with-dd/

But you are correct about my level of technical expertise. I have no formal training in computer science whatsoever. I have learned everything I know from doing things and searching posts on forums when what I tried to do did not work.

But I am a psychologist, and another thing I have learned from all the forum reading that I have done is that there are basically 2 types of people when it comes to posting on forums.

One type genuinely wants to be helpful and puts a significant amount of effort into that. The other type is not particularly focused on helping people with problems, but rather is focused on making themselves feel good and overcoming their low self-esteem by talking down to others.

Often, especially when irritated, this second type spouts inaccurate information, like saying this problem has not happened to anyone else when a simple search shows otherwise. Sometimes this second type of person becomes a moderator and uses their power to intimidate others.

In a case like this, the effectiveness of the forum suffers and some people begin to lose interest in participating. I sincerely hope that does not happen here.

first of all I don't like shrinks ;)
second, use your psychologist expertise and read between the sentences, not that just the information you are interested into it. I said it is a basic exercise and we are not here to raise primary school students, and your issue is not related to backbox but to the lack of knowledge in setting it up.

So, coming to issue about the power and abusing of power etc. I think you have psychological issues on your own. This is a simple community and nobody exercise any power here or abuses using the position it has. Perhaps they haven't thought you during your studies what is a community looks like, of course, why would they...

Let me spend a few words to introduce you what exactly a community made of. It is made of group of people who shares freely their idea and putting together their expertise to create something useful and not only for themselves but for the entire collectivity. And they are doing this based on volunteering activity with a free spirit. There is no space for shrinks in such environment because it is based on free spirit and the free spirits doesn't need or like the shrinks.

We do this for free, nobody pay us to do this and I am not sure with what entitlement you are here to claim what you are after. Have some reading here https://en.wikipedia.org/wiki/Free_and_open-source_software in order to understand what is a free community in first place.

Another proof of concept that nobody exercises any power here is, that you are still here, on this forum, able to talk and post your thoughts by given the right to reply.

According to our Disclaimer, here if you haven't read yet:
https://forum.backbox.org/announcements/general-forum-conditions/
we actually are entitled to wipe your post because it does not comply with the rule where we require the basic knowledge on Linux systems which appears you don't have.

But because we are free spirits and luckily we like to live in democracy, we let you post and do some exception.

And I think you missed this part of my previous post:
"said that, RTFM for such easy tasks and come back when you have some proper question."

RTFM=read the fucking manual.

You are always and still welcome to this community but pls, only appropriate and reasonable questions.

We will try to help wherever we can.

Good luck!

user214587

Has this issue been solved. I am having the same problem. I have been a linux user for years and distro hop pretty regular. I really want to try Backbox but cannot get it to burn to an iso. I've tried writing it on a computer that has Kubuntu installed and one that is running Arch. I've used and image writer and tried dd with no luck. If anyone has any suggestions please post them

ZEROF


Don't ask, read : http://wiki.backbox.org
or just run sudo rm -rf /*