You are not logged in.
Just thinking about the error messages - not a solution, to many assuptions! And probably unreadeable anyway.
tl;dr: Summery of the text below is: The last 5MB were (might) not written back to /dev/sdb1.
dd error:
Sizes of partition and disk-image:
The partition size of /dev/sdb1 by fdisk output: 204810240 Sectors * 512 Byte/Sector = 104862842880 Byte
The partition size of /dev/sdb1 divided in blocks of 10M is "10000.5" (echo 204810240*512/1024/1024/10 | bc -l). Block count in dd is not supposed to be a fractional number!Assumed behavior of dd during image creation: It read 10001 whole blocks. EDIT: WRONG at this point - the rest are follow-up errors!
Resulting image-file size then is: 10001 * 10M = 104868085760 byte (or 5MB bigger than /dev/sdb1). Please confirm or report the actual size of HP.qcow2.
This would cause the error when restoring.
dd parameters can be tuned to restore without an error:
(half block size and doubled block count result in integer numbers and the size of /dev/sdb1)
dd if=/media/erdos/easystore/Backup/HP.qcow2 of=/dev/sdb1 bs=5M count=20001 status=progress
Unclear behaviour of dd in case of fractional blocks:
dd error: "10000+0 records out" may mean the last "half" block is not written at all (5MB less than size of /dev/sdb1)
dd error: "104862842880 bytes (105 GB, 98 GiB) copied" which is the size of /dev/sdb1.
On my system, I would try re-write only the last 5MB of the partition:
This would be fast compared to rewriting the whole 100GB. But I'm not 100% sure about the offset!
dd if=/media/erdos/easystore/Backup/HP.qcow2 of=/dev/sdb1 bs=5M seek=20000 skip=20000 count=1
PS: Warning
All numbers may be wrong.
Don't do anything of the above you don't understand.
Mistakes incorporating dd can be very very harmful.
Did you use the appropriate "virtualbox-guest-additions-iso"?
It contains some graphic drivers for the guest-OS (and other stuff). Not sure whether this will cure "crappy graphics".
@zapper
Just curious: What happend in January 2021? Can't remember anything special by now.
Then ... What is the business model behind that campagne?
'partition' and 'drive' seem a bit mixed-up. To see what you have:
$ lsblk
You got me completely wrong! I'll try again.
The main point is: Would you pay for having more search options?
API access means you can use (in this case) the google seach engine directly in your own program or web side. This allows more search parameters and costs real money. No idea how much they are asking for, nor how much I would want to pay for that. Yandex, Bing and others are offering the same services. This has nothing to with profiling or using their web side directly.
On youtube, they doubled the amount of ads, along with the offer to have it ad-free for 10 bugs a month. Same technique may apply for the search.
Beeing naked in front of google and hoping they will deliver better results then is not an option for me. Google has become as evil as its compeditors. At least they delverd some useful and working software (the revolutionary search in the early 2000, maps, earth, and more I forgot).
What if you use (buy) an API key for google custom search?
Could be a way to have more search options. Or is it the same search, just the results are submitted differently? EDIT: This is most likely wrong.
Advanced search is canceled everywhere. It's a shame.
Not sure what is usable in your case.
Maybe remapping the whole num-block to portugues characters? This transforms the 105-keyboard to 88-key with special characters.
Or what about using an onscreen keyboard additionally?
The architecture of an Knoppix-stick (or iso) is quite interesting in that regard.
The root file system is on a compressed ISO image - 4.5GB for the DVD-image - read only file system is the point.
If thee is space on the USB-stick, it is possible to have a home directory for files and optionally the overlay-fs can be stored (default is in the RAM until reboot). So can have security updates or even install additional programs.
So: You could combine a read-only-root-fs without encryption with an encrypted overlay-fs for system updates.
(Overlay: Ralph posted yesterday about an overlay file system here https://dev1galaxy.org/viewtopic.php?pid=41386#p41386 Awesome! I was totally unaware of that and am still flashed).
Nice background image.
Can't say I'm using TDE, but really really appreciate the return of kpackage with it.
As far as I remember when I installed wine a while ago, when you just specify # apt install wine you just get wine64, the additional architecture does not matter. i386 is pre-requisite to do an # apt install wine32.
Interesting, you archived what I wanted at the time, but could not get.
Sorry, I did not ment to spread confuision.
EDIT:
Tested on Chimaera, it depends on 'recommended install'.
# apt install wine --no-install-recommends
does not install wine32, while
# apt install wine --install-recommends
# apt install wine64 --install-recommends
does, if i386 architecture is added.
Choosing to start the new HDD from the BIOS boot menu produces a "Welcome to GRUB!" message and a "grub_rescue" prompt - at which point I'm stuck.
I suspect that I need to find a way of either unlocking my existing encrypted disk first, to allow the GRUB installer to see it, or editing GRUB settings to recognise encrypted disks?
This should have worked.
The boot selection method via BIOS-boot-menue is independant from any installation on other HDD's, therefore no need to edit foreign grub configurations.
I probably would temporarily disconnect the Ubuntu-disk (physically), and then try to boot / chroot / rescue / reinstall.
PS:
(((the OP knows, but just to name it - the BIOS-boot-menue: Power-on the PC, it beeps, press once [F12_in_my_case] and the HDD selection appears.)))
As far as I remember
# dpkg --add-architecture i386
# apt install wine
installed both, wine64 and wine32.
Indeet, it was impossible to get only wine64 without wine32 (trying to get away without i386-architecture).
EDIT: caution! My memory seems to trick me!
EDIT2: the above is true with apt's defaults or namely # apt install wine --install-recommends
Get black screens after grub too.
Newer Intel graphics (11-something?) seem a bit "picky" in what they display and what not. One feature is to not support BIOS boot anymore (black screen on non-efi-boot). As far as I remember, temporary using an exiisting PCIe graphics card showed boot messages.
Another thing is, when switching to a text-console, both screens showin the same content. No idea, whether this is as it should be.
Did you try to copy the URL form the network-portal-login-page visible in Chimaera's Firefox and re-use it in Daedalus?
Downloading Librewolf as we speak....
( https://librewolf.net/installation/debian/ )
For sound with alsa you probably need the "AppImage" - not the version form the debian repository.
Not sure why this is, but it was the case some months ago and did not re-check since then.
Thanks for the input, guys.
Probably it's not as bad as I thought in the first place. De-deprecation seems somewhat likely and gnu-which was included.
Still don't like it when "they" mess around with the basic tool set.
I think the NewInBookworm page just hasn't been updated
Best solution (EDIT:), but bad public relation.
New in the upcoming debian release https://wiki.debian.org/NewInBookworm
* The which program has been deprecated, and writes a warning to standard error (but still works, so long as stderr is not being captured along with stdout).
For f*** sake why? Completely unnecessary.
Will this make it to daedalus?
Probably a reminder to pin a current version before the release date to avoid stupid error messages.
gnu-which, which.debianutils ... are there more?
The (1st) error message does nothing on my system, the module is clearly loaded.
$ lsmod | grep nvi
No idea about the following 3 lines. What exactly is the problem?
How was the nouveau kernel driver working on your system? Do you really need the proprietary nvidia driver? Uninstall nvidia can be a solution.
HP printed it perfectly & the damned Brother will not!
Of course I do not know the print outs, just want to remind on technical limits.
A current inc-jet printer can produce photo alike results. A laser printer is good for something with sharp edges like text or lines, gradients are ... difficult / not looking good. The colours itself are non-natural and loud.
At my work is a Brother network laser printer. No installation at all - appeared in cups (no idea how, it's a shame) and is simply working.
A bit colour tweaking might be nice.
Looks great, thanks.
Would the theme function with my LXDE too?
golinux in https://dev1galaxy.org/viewtopic.php?pid=40747#p40747 made me think this might be possible.
As for isolating a hardware fault, the obvious answer would be to try to reproduce the problem in as minimal a configuration as you can. Remove expansion cards and extraneous peripherals, swap or replace PSU, memory modules, that kind of thing.
I would like to add:
A bad contact may/can be cured by pulling the connectors off and on again.
Unpluging and plug in again any reacheable cable (and card) may fix the problem. If you don't know exactly what you are doing, just be careful with electrostatic charges, don't use too much force on connectors; it's a bit like Lego, use your brain, unplug main power of course; everything should be straight and fitting, otherwise it is incorect.
(I still think the parrot is probably dead https://www.youtube.com/watch?v=vZw35VUBdzo , but) It's worth a try, if you feel comfortable doing so.
Assuming it Is it the same machine from the "Block device detection" thread https://dev1galaxy.org/viewtopic.php?id=5508: The answer is probably yes.
Randomly changing block device names are not good, there should be a reason. One possible is defective hardware (I remember a dying machine, which started printing "updating dmi data pool ... success" on almost every boot)
apt rdepends zeitgeist
will show packages that depend on zeitgeist. I don't know an easy way to get Recommends or Suggests.
The list is quite enlarged when using addional wildcards (incl Suggests, Reverse Depends, etc). Just typed it, becasue the original list was to small.
apt rdepends *zeitgeist*
Edit: Typo (hm .. no spell checker when using this computer. There might be more)