#6 No usable path error when using the script on devuan

Ditutup
dibuka 7 tahun lalu oleh newtodevuan · 31 komentar

I am trying to use your script. I have installed Devuan in an amd64 machine just to run it, but I am getting an error. This are the last messages before returning.

checking for struct pst_processor.psp_iticksperclktick... no

checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).

Makefile:145: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built' failed

make: *** [/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built] Error 1

  • cleanup
  • set +e
  • umount -l /home/devuan/devsus/tmp.IisSEPb0Fo
  • rmdir /home/devuan/devsus/tmp.IisSEPb0Fo
  • losetup -d /dev/loop7
  • umount -l /home/devuan/devsus/tmp.j7XLA8R5gZ
  • rmdir /home/devuan/devsus/tmp.j7XLA8R5gZ
  • losetup -d /dev/loop6

I have this issue #5 , and I have tried saying Y and N. Both produce the same result at the end and no images. Also, I get no config.log.

I am trying to use your script. I have installed Devuan in an amd64 machine just to run it, but I am getting an error. This are the last messages before returning. >checking for struct pst_processor.psp_iticksperclktick... no >checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons). >Makefile:145: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built' failed >make: *** [/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/build/gmp-6.1.1/.built] Error 1 >+ cleanup >+ set +e >+ umount -l /home/devuan/devsus/tmp.IisSEPb0Fo >+ rmdir /home/devuan/devsus/tmp.IisSEPb0Fo >+ losetup -d /dev/loop7 >+ umount -l /home/devuan/devsus/tmp.j7XLA8R5gZ >+ rmdir /home/devuan/devsus/tmp.j7XLA8R5gZ >+ losetup -d /dev/loop6 I have this issue https://notabug.org/dimkr/devsus/issues/5 , and I have tried saying Y and N. Both produce the same result at the end and no images. Also, I get no config.log.

Hi,

It looks like you need to install m4

# apt install m4

Issue #5 is unrelated step, the config file does not have CONFIG_ARM_ERRATA_CR711784 entry so it prompts. Both paths Y and N will actually produce images (I tried both because I was unsure).

Hi, It looks like you need to install m4 # apt install m4 Issue #5 is unrelated step, the config file does not have CONFIG_ARM_ERRATA_CR711784 entry so it prompts. Both paths Y and N will actually produce images (I tried both because I was unsure).
newtodevuan komentar 7 tahun lalu
Poster

@creoflux thanks, I'll try with m4 installed. Any reason why it is not in the list of packages to install in the README? Also, there is a '/' missing in the apt install line in the README, after u-boot-tools.

As for issue #5, you probably have not had time to look into it, but any suggestion on what option could be better?

@creoflux thanks, I'll try with m4 installed. Any reason why it is not in the list of packages to install in the README? Also, there is a '/' missing in the apt install line in the README, after u-boot-tools. As for issue #5, you probably have not had time to look into it, but any suggestion on what option could be better?
newtodevuan komentar 7 tahun lalu
Poster

After installing m4, now I get a different error:

Saving to: '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2'

/home/devuan/devsus/open-ath9k-htc-fi 100%[=========================================================================>] 24.89M 7.39MB/s in 4.0s

2017-07-24 09:02:33 (6.20 MB/s) - '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2' saved [26099568/26099568]

printf "%s %s\n" 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2 | shasum -a 256 -c /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2: OK

tar -C /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl -xjf /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2

cat local/patches/binutils.patch local/patches/binutils-2.27_fixup.patch | patch -p1 -d /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27

/bin/sh: 1: patch: not found

Makefile:148: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27/.prepared' failed

make: *** [/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27/.prepared] Error 127

  • cleanup
  • set +e
  • umount -l /home/devuan/devsus/tmp.AzaulL7ZJH
  • rmdir /home/devuan/devsus/tmp.AzaulL7ZJH
  • losetup -d /dev/loop7
  • umount -l /home/devuan/devsus/tmp.Kl7xpyPacC
  • rmdir /home/devuan/devsus/tmp.Kl7xpyPacC
  • losetup -d /dev/loop6

The error happens independently from the option I chose from issue #5.

After installing m4, now I get a different error: >Saving to: '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2' >/home/devuan/devsus/open-ath9k-htc-fi 100%[=========================================================================>] 24.89M 7.39MB/s in 4.0s >2017-07-24 09:02:33 (6.20 MB/s) - '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2' saved [26099568/26099568] >printf "%s %s\n" 369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2 | shasum -a 256 -c /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2: OK >tar -C /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl -xjf /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27.tar.bz2 >cat local/patches/binutils.patch local/patches/binutils-2.27_fixup.patch | patch -p1 -d /home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27 >/bin/sh: 1: patch: not found >Makefile:148: recipe for target '/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27/.prepared' failed >make: *** [/home/devuan/devsus/open-ath9k-htc-firmware/toolchain/dl/binutils-2.27/.prepared] Error 127 >+ cleanup >+ set +e >+ umount -l /home/devuan/devsus/tmp.AzaulL7ZJH >+ rmdir /home/devuan/devsus/tmp.AzaulL7ZJH >+ losetup -d /dev/loop7 >+ umount -l /home/devuan/devsus/tmp.Kl7xpyPacC >+ rmdir /home/devuan/devsus/tmp.Kl7xpyPacC >+ losetup -d /dev/loop6 The error happens independently from the option I chose from issue #5.

Any reason why it is not in the list of packages to install in the README?

I am not sure, I just started using this script... just pure speculation, but I think depending on what version of Devuan you install perhaps this comes with.

The other issue:

/bin/sh: 1: patch: not found

This looks like you are missing patch also

# apt install patch

> Any reason why it is not in the list of packages to install in the README? I am not sure, I just started using this script... just pure speculation, but I think depending on what version of Devuan you install perhaps this comes with. The other issue: > /bin/sh: 1: patch: not found This looks like you are missing patch also # apt install patch
newtodevuan komentar 7 tahun lalu
Poster

@creoflux I assumed you were the maintainer, I realize now that is not the case. Thanks for the help. I have installed in an spare HD Devuan 1 (Jessie) on x86_64 as recommended in the README.

After installing patch, I got a new error:

  • parted --script devuan-jessie-c201-libre-2GB.img mklabel gpt

./devsus.sh: 77: ./devsus.sh: parted: not found

I realized I need to run the script as root so it can find parted.

I have finally finished the script without errors, but it has only created the 2GB image file. No 16GB image file as the README seems to indicate. What could be wrong?

EDIT: After burning the 2GB image in a 4GB usb device using dd as indicated in the README, the image will not boot in the C201. Also, GParted says there is some problem with the created partitions and can not recognize them. I will paste the end of the devsus.sh script output later on.

@creoflux I assumed you were the maintainer, I realize now that is not the case. Thanks for the help. I have installed in an spare HD Devuan 1 (Jessie) on x86_64 as recommended in the README. After installing patch, I got a new error: >+ parted --script devuan-jessie-c201-libre-2GB.img mklabel gpt >./devsus.sh: 77: ./devsus.sh: parted: not found I realized I need to run the script as root so it can find parted. I have finally finished the script without errors, but it has only created the 2GB image file. No 16GB image file as the README seems to indicate. What could be wrong? EDIT: After burning the 2GB image in a 4GB usb device using dd as indicated in the README, the image will not boot in the C201. Also, GParted says there is some problem with the created partitions and can not recognize them. I will paste the end of the devsus.sh script output later on.
newtodevuan komentar 7 tahun lalu
Poster

���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

The fact that it didn't produce the 16GB image is indication of an issue, it appears you have all of the proper dependencies now.

Maybe there are other suggestions from someone that has a more fundamental understanding of the script but my naive approach has been to reboot (cleaning up everything) and try running it again with a fresh git in a new directory.

The fact that it didn't produce the 16GB image is indication of an issue, it appears you have all of the proper dependencies now. Maybe there are other suggestions from someone that has a more fundamental understanding of the script but my naive approach has been to reboot (cleaning up everything) and try running it again with a fresh git in a new directory.
Dima Krasner komentar 7 tahun lalu
Pemilik

Either skim through the script output to find the error, or attach it here so we can take a look too.

Either skim through the script output to find the error, or attach it here so we can take a look too.
newtodevuan komentar 7 tahun lalu
Poster

I re-installed Devuan Jessie again in the amd64 machine and that solved the problems but it is still not working. These are the steps I have taken:

  1. Re-installed Devuan Jessie in an spare HD in an amd64 system
  2. apt update and upgrade
  3. apt install the packages in the README plus 'm4' and 'patch'
  4. git clone this repository
  5. As root, run devsus.
  6. As root, dd the 2GB image into sdb (the usb stick).

Now both images, the 2GB and the 16GB one, are created. I think the problem was that previously missing m4 and patch would stop the installation of something half way and that would not get solved on re-run. In any case, its working now.

The problem now: I dd the 2GB image into the usb stick and boot the c201 with it. I login as root, go to the folder with the 16Gb image and run 'dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0 bs=50M'. It completes but when I reboot and try to run from internal media, devuan does not load and appears a text message prompting me to install a recovery usb.

Also, when I run Gparted after I have dd'ed the 2Gb image in the usb device, I get a warning dialog:

Libparted warning

Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 3723264 blocks) or continue with the current setting?

I have to select Ignore. If I select fix, the usb device will not be bootable.

Still, Gparted tells me the small 32Mb partition with the label Kernel is unknown and does not recognize it. The big 1.92Gb partition is now recognized as ext4.

So it seems there is still something wrong with the image.

Whether I select 'y' or 'n' in the issue #5 seems to make no difference at all.

I am going to post the final part of the output in the next comment. If someone else is needed please ask.

I re-installed Devuan Jessie again in the amd64 machine and that solved the problems but it is still not working. These are the steps I have taken: 1. Re-installed Devuan Jessie in an spare HD in an amd64 system 2. apt update and upgrade 3. apt install the packages in the README plus 'm4' and 'patch' 4. git clone this repository 5. As root, run devsus. 6. As root, dd the 2GB image into sdb (the usb stick). Now both images, the 2GB and the 16GB one, are created. I think the problem was that previously missing m4 and patch would stop the installation of something half way and that would not get solved on re-run. In any case, its working now. The problem now: I dd the 2GB image into the usb stick and boot the c201 with it. I login as root, go to the folder with the 16Gb image and run 'dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0 bs=50M'. It completes but when I reboot and try to run from internal media, devuan does not load and appears a text message prompting me to install a recovery usb. Also, when I run Gparted after I have dd'ed the 2Gb image in the usb device, I get a warning dialog: >Libparted warning >Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 3723264 blocks) or continue with the current setting? I have to select Ignore. If I select fix, the usb device will not be bootable. Still, Gparted tells me the small 32Mb partition with the label Kernel is unknown and does not recognize it. The big 1.92Gb partition is now recognized as ext4. So it seems there is still something wrong with the image. Whether I select 'y' or 'n' in the issue #5 seems to make no difference at all. I am going to post the final part of the output in the next comment. If someone else is needed please ask.
newtodevuan komentar 7 tahun lalu
Poster

�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
Dima Krasner komentar 7 tahun lalu
Pemilik

devuan does not load and appears a text message prompting me to install a recovery usb.

That's when you're supposed to press CTRL+D.

> devuan does not load and appears a text message prompting me to install a recovery usb. That's when you're supposed to press CTRL+D.
Dima Krasner komentar 7 tahun lalu
Pemilik

Also, try to kick the bs=50M when you dd the 16 GB image to the SSD.

Also, try to kick the `bs=50M` when you `dd` the 16 GB image to the SSD.
newtodevuan komentar 7 tahun lalu
Poster

@dimkr Pressing CTRL+D does nothing. I have tried with and without the usb inserted.

By "try to kick the bs=50M when you dd the 16 GB image to the SSD", you mean remove the bs=50M part from the command?

@dimkr Pressing CTRL+D does nothing. I have tried with and without the usb inserted. By "try to kick the bs=50M when you dd the 16 GB image to the SSD", you mean remove the bs=50M part from the command?
Dima Krasner komentar 7 tahun lalu
Pemilik

That recovery screen you're talking about - does it appear immediately once you start the machine? Have you enabled developer mode or flashed Libreboot?

Regarding that command-line - try to use dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0 instead of dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0 bs=50M.

That recovery screen you're talking about - does it appear immediately once you start the machine? Have you enabled developer mode or flashed Libreboot? Regarding that command-line - try to use `dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0` instead of `dd if=devuan-jessie-c201-libre-16GB.img of=/dev/mmcblk0 bs=50M`.
Dima Krasner referenced this issue from a commit 7 tahun lalu
newtodevuan komentar 7 tahun lalu
Poster

Yes, I have flashed libreboot. Also, Kernels signature verification is disabled and External media boot is enabled, all as per this page: https://libreboot.org/docs/install/c201.html .

When I boot I get the libreboot screen with text:

Welcome to developer mode!

Useful key combinations:

  • Ctrl + H: Hold devel

... (more options, 3 second message, warnings about kernel without signature and external media boot)

Default boot medium: internal storage

Active firmware id: libreboot-r20160907 (RO)

If I press Ctrl + D for internal media (or do nothing, its the default) after having dd'ed the image into the ssd, I get the screen prompting me to provide a recovery usb. Before I dd'ed the sdd, I got ChromeOS obviously.

I have just dd'ed without the 'bs=50M' and get the same results as before. After pressind Ctrl+D in the libreboot screen, I get a new text screen, like this:

Welcome to recovery mode!

Useful key combinations:

-Ctrl + D: Enable developer mode (if possible)

(in the center of the screen)

Invalid recovery media, please insert a valid one

Pressing ctrl+d here does nothing.

Yes, I have flashed libreboot. Also, Kernels signature verification is disabled and External media boot is enabled, all as per this page: https://libreboot.org/docs/install/c201.html . When I boot I get the libreboot screen with text: >Welcome to developer mode! >Useful key combinations: > - Ctrl + H: Hold devel ... (more options, 3 second message, warnings about kernel without signature and external media boot) > Default boot medium: internal storage > Active firmware id: libreboot-r20160907 (RO) If I press Ctrl + D for internal media (or do nothing, its the default) after having dd'ed the image into the ssd, I get the screen prompting me to provide a recovery usb. Before I dd'ed the sdd, I got ChromeOS obviously. I have just dd'ed without the 'bs=50M' and get the same results as before. After pressind Ctrl+D in the libreboot screen, I get a new text screen, like this: > Welcome to recovery mode! >Useful key combinations: > -Ctrl + D: Enable developer mode (if possible) (in the center of the screen) >Invalid recovery media, please insert a valid one Pressing ctrl+d here does nothing.
Dima Krasner komentar 7 tahun lalu
Pemilik

Boot from USB using the 2GB image and run these:

cgpt show /dev/mmcblk0
fdisk -l

1) Make sure the SSD is exactly 15762194432 bytes 2) Do you see any errors? 3) Try to mount /dev/mmcblk0p2

Boot from USB using the 2GB image and run these: ``` cgpt show /dev/mmcblk0 fdisk -l ``` 1) Make sure the SSD is exactly 15762194432 bytes 2) Do you see any errors? 3) Try to mount /dev/mmcblk0p2
newtodevuan komentar 7 tahun lalu
Poster

fdisk -l says the size of the ssd is exactly that.

I get errors. When I run fdisk -l it says:

The primary GPT table is corrupt, but the backup appears OK, so taht will be used

After some more output another mistake:

GPT PMBR size mismatch (4095999 != 7819263) will be corrected by w(rite).

When I run cgpt show /dev/mmcblk0, at the end it says:

WARNING: one of the GPT header/entries is invalid, please run 'cgpt repair'

Should I try that?

Can all this be connected with the GPT problem in the small partition of the usb after flashing the 2GB image?

fdisk -l says the size of the ssd is exactly that. I get errors. When I run fdisk -l it says: > The primary GPT table is corrupt, but the backup appears OK, so taht will be used After some more output another mistake: > GPT PMBR size mismatch (4095999 != 7819263) will be corrected by w(rite). When I run cgpt show /dev/mmcblk0, at the end it says: >WARNING: one of the GPT header/entries is invalid, please run 'cgpt repair' Should I try that? Can all this be connected with the GPT problem in the small partition of the usb after flashing the 2GB image?
Dima Krasner komentar 7 tahun lalu
Pemilik

You're making a mess. Let's do things step-by-step, without retrying things without understanding why they didn't work in first place or running stuff blindly without understanding what they do.

What device do these errors occur on? Is that the flash drive or the SSD?

You're making a mess. Let's do things step-by-step, without retrying things without understanding why they didn't work in first place or running stuff blindly without understanding what they do. What device do these errors occur on? Is that the flash drive or the SSD?
newtodevuan komentar 7 tahun lalu
Poster

When I boot from the usb device using the 2GB image,

the output of 'cgpt show /dev/mmcblk0': https://paste.ubuntu.com/25191085/

and the output of 'fdisk -l': https://paste.ubuntu.com/25191103/

When I boot from the usb device using the 2GB image, the output of 'cgpt show /dev/mmcblk0': https://paste.ubuntu.com/25191085/ and the output of 'fdisk -l': https://paste.ubuntu.com/25191103/
Dima Krasner komentar 7 tahun lalu
Pemilik

That's weird, it seems the beginning of the disk is corrupt. Do you see any errors in the output of dmesg when you run dd?

That's weird, it seems the beginning of the disk is corrupt. Do you see any errors in the output of `dmesg` when you run `dd`?
newtodevuan komentar 7 tahun lalu
Poster

Which one do you want me to look for, when I dd the usb stick or when I dd the internal memory of the c201?

Which one do you want me to look for, when I dd the usb stick or when I dd the internal memory of the c201?
Dima Krasner komentar 7 tahun lalu
Pemilik

Both

Both
newtodevuan komentar 7 tahun lalu
Poster

After dd to the c201 internal memory, dmesg shows this:

Primary GPT is being ignored, using alterante GPT

mmcblk0: p1 p2

Which is similar to what fdisk -l said.

Tomorrow I'll do the other one. You might have missed from previous comments, but after I burn the 2Gb image into the usb stick, if I load gparted it brings up a dialog saying this:

Libparted warning

Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 3723264 blocks) or continue with the current setting?

I have to select Ignore. If I select fix, the usb device will not be bootable.

Still, Gparted tells me the small 32Mb partition with the label Kernel is unknown and does not recognize it. The big 1.92Gb partition is now recognized as ext4.

Is it possible there is something wrong with the image? Anyway tomorrow when I wake up Ill do the dmesg of dd of the 2Gb in the usb.

After dd to the c201 internal memory, dmesg shows this: > Primary GPT is being ignored, using alterante GPT > mmcblk0: p1 p2 Which is similar to what fdisk -l said. Tomorrow I'll do the other one. You might have missed from previous comments, but after I burn the 2Gb image into the usb stick, if I load gparted it brings up a dialog saying this: >Libparted warning >Not all of the space available to /dev/sdb appears to be used, you can fix the GPT to use all of the space (an extra 3723264 blocks) or continue with the current setting? I have to select Ignore. If I select fix, the usb device will not be bootable. Still, Gparted tells me the small 32Mb partition with the label Kernel is unknown and does not recognize it. The big 1.92Gb partition is now recognized as ext4. Is it possible there is something wrong with the image? Anyway tomorrow when I wake up Ill do the dmesg of dd of the 2Gb in the usb.
newtodevuan komentar 7 tahun lalu
Poster

Here is the dmesg output that appears after dd the 2Gb image into the usb device: http://paste.ubuntu.com/25195821/

Here is the dmesg output that appears after dd the 2Gb image into the usb device: http://paste.ubuntu.com/25195821/
Dima Krasner komentar 7 tahun lalu
Pemilik

The image could be faulty but I doubt that. It seems more like that the flash drive is. Do you have another flash drive?

The image could be faulty but I doubt that. It seems more like that the flash drive is. Do you have another flash drive?
newtodevuan komentar 7 tahun lalu
Poster

Using a different usb and dd the 2Gb image, this is the dmesg output: http://paste.ubuntu.com/25196072/

Also, same as with previous usb memory stick when loading Gparted.

EDIT: I have tested a third usb and same results. All 3 usb's were working fine previously as far as I could see.

Using a different usb and dd the 2Gb image, this is the dmesg output: http://paste.ubuntu.com/25196072/ Also, same as with previous usb memory stick when loading Gparted. EDIT: I have tested a third usb and same results. All 3 usb's were working fine previously as far as I could see.
Dima Krasner komentar 7 tahun lalu
Pemilik

If you copy the image, do you see the same errors in dmesg? Those errors may indicate there is a problem with at least one of your disks.

If you copy the image, do you see the same errors in `dmesg`? Those errors may indicate there is a problem with at least one of your disks.
newtodevuan komentar 7 tahun lalu
Poster

I have copied (not moved, copied) both the 2Gb and the 16Gb images to another folder. Now I have 2 copies of each in the HD. Dmesg output nothing.

I have copied (not moved, copied) both the 2Gb and the 16Gb images to another folder. Now I have 2 copies of each in the HD. Dmesg output nothing.
newtodevuan komentar 7 tahun lalu
Poster

@dimkr so in your opinion the most probable explanation is that there is something wrong with the HDD where Devuan amd64 is installed?

The script is working correctly in your computer?

@dimkr so in your opinion the most probable explanation is that there is something wrong with the HDD where Devuan amd64 is installed? The script is working correctly in your computer?
Dima Krasner komentar 7 tahun lalu
Pemilik

Yes, it works correctly and the last build (which I use right now on my C201) is several days old. I don't know why things don't work on your machine, but those kernel errors are a very bad sign.

Yes, it works correctly and the last build (which I use right now on my C201) is several days old. I don't know why things don't work on your machine, but those kernel errors are a very bad sign.
newtodevuan komentar 7 tahun lalu
Poster

Ok, so I have no idea what could be wrong.

I have a HDD where I have Windows installed and I use it when I need to flash something that needs windows and stuff like that. It has been working without a problem. I installed Devuan amd64 on it, update and upgrade, ... When I dd'ed the usb device same warning in dmesg and same results in the c201.

I though that maybe my computer usb and devuan were not playing nice and that was the problem, so I burned the image as a file in a dvd. I booted into Ubuntu and dd'ed the image. Same warning in dmesg and same results in the cc201.

So at this point I am kind of at a lost at what could be happening. I have tried 3 usb devices that seem to work otherwise, 2 HDD, one which was working recently, and even dd'ing from different operating systems.

Any suggestion welcome. But at this point, if anyone could upload the 2Gb image somewhere in the internet so I can compare it to the one I generate I would be very thankful.

Ok, so I have no idea what could be wrong. I have a HDD where I have Windows installed and I use it when I need to flash something that needs windows and stuff like that. It has been working without a problem. I installed Devuan amd64 on it, update and upgrade, ... When I dd'ed the usb device same warning in dmesg and same results in the c201. I though that maybe my computer usb and devuan were not playing nice and that was the problem, so I burned the image as a file in a dvd. I booted into Ubuntu and dd'ed the image. Same warning in dmesg and same results in the cc201. So at this point I am kind of at a lost at what could be happening. I have tried 3 usb devices that seem to work otherwise, 2 HDD, one which was working recently, and even dd'ing from different operating systems. Any suggestion welcome. But at this point, if anyone could upload the 2Gb image somewhere in the internet so I can compare it to the one I generate I would be very thankful.
Masuk untuk bergabung dalam percakapan ini.
Tidak ada Label
Tidak ada tonggak
Tidak ada penerima
3 Peserta
Memuat...
Batal
Simpan
Belum ada konten.