Originally posted by jlittle
View Post
Announcement
Collapse
No announcement yet.
problem using incremental backup to external hd
Collapse
This topic is closed.
X
X
-
- Top
- Bottom
-
When you say you get a Grub screen, do you mean you are presented with a Grub Menu, or something else?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
OK, sorry to waste people's time, but the error was mine. I'm not familiar with the Bios menu, and there is a selection to boot from from UEFI. I did that, and got into the live USB. So I tried to do the relink method using the jlittle's suggestions (post 4) but couldn't get past this line: sudo btrfs create @home_new. Instead, I got an error message saying there was no token create. What happened?
- Top
- Bottom
Comment
-
Update: After fiddling around a little, I finally got everything to work, including the reflink procedure in post #4. However, after finishing, I was unable to umount /mnt/top, a message said it was busy. It kept being busy for quite awhile afterwards, and then I accidentally closed Konsole before finishing everything. I could not boot past the login screen after that, until I did the rollback procedure and got it up and working again. So I presume I'm where I was before the problem with incremental backups started. What I need to know is why I couldn't unmount /mnt/top after following the procedure for reflink? I am also unable to delete the @old subvolume created when I did the rollback..again, it says it can't destroy it because it's not empty. Why is my filesystem so hyperactive?
- Top
- Bottom
Comment
-
Yesterday I said I'd do a custom.cfg that would let you do an iso boot to get around USB problems. I didn't get to it till quite late, and I always try to test code that I post, and it didn't work. I wasted a lot of time I should have been sleeping. Today, I've worked out what was wrong. I'd struck a bug in the version of grub I was running, that I knew all about in April 2020, but had completely forgotten. I'd made notes back then, but it just didn't occur to me to check them. Anyway, I see that oldgeek has got past the booting of the USB, but it will be good to have this on KFN so that I can suggest it to others, so here it is. Put the following in a file called /boot/grub/custom.cfg:Code:menuentry "ubuntu iso" { search --set=root --label "main" set isofile="jammy-desktop-amd64.iso" set isopath="/@/boot/$isofile" loopback loop ($root)$isopath linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isopath noprompt noeject initrd (loop)/casper/initrd }
Regards, John Little
- Top
- Bottom
- Likes 1
Comment
Comment