Announcement
Collapse
No announcement yet.
REVISITING - More BTRFS fun Multibooting to subvolumes - FIXING GRUB
Collapse
This topic is closed.
X
X
-
Never mind the wifi problem. I already found the fix on the Ubuntu forums.There is a bug in Lubuntu17.04.
- Top
- Bottom
-
Originally posted by steve7233 View PostMaybe that happened.
Can I use my @Kubuntu17.04 with Lbuntu 17.04 or would that not work with different windows managers?
As long as you're using Kubunutu 17.04 and Lubuntu 17.04 or any other *buntu based distros and they're on 17.04, I doubt you'll have any issues at all.
To do this - following post number 1, you can simply edit the fstab using the same home subvolume in every distro. I would be easier because you wouldn't have to rename all the @home subvolumes.Last edited by oshunluvr; Sep 29, 2017, 11:49 AM.
- Top
- Bottom
Leave a comment:
-
Originally posted by vinnywright View Postif you clicked "go advanced" to see the post then posted it ,,,,,,,,,without scrolling down and unchecking "disable smilies in text" ,,,,,,,thiswould happen
VINNY
Can I use my @Kubuntu17.04 with Lbuntu 17.04 or would that not work with different windows managers?
- Top
- Bottom
Leave a comment:
-
Originally posted by steve7233 View PostProbably an Internet glitch then.would happen
VINNY
- Top
- Bottom
Leave a comment:
-
Originally posted by GreyGeek View PostFour emotes -Last edited by steve7233; Sep 28, 2017, 09:05 PM.
- Top
- Bottom
Leave a comment:
-
Thanks but I just found it. I should have re-read because he says where it is in the first paragraph of post #1.
- Top
- Bottom
Leave a comment:
-
Originally posted by steve7233 View PostCouldn't I just install the other distro without grub then boot into Kubuntu17.04 then run grub-update?
Short version: Install a new distro, then edit the 40_custom file as I explained. Then, after updating grub, you will be able to select either install from grub.
You can test/practice this using your current setup. Edit your 40_custom file in your current install and add your original subvolume "@" . Something like this:
Code:menuentry 'Original 17.04 install' { insmod part_gpt insmod btrfs search --no-floppy --fs-uuid --set=root [COLOR=#333333]27a9a212-d177-4665-b6bc-bf304e8c1f3e[/COLOR] configfile /@/boot/grub/grub.cfg }
- Top
- Bottom
Leave a comment:
-
Originally posted by vinnywright View PostI do not recall ever seeing your subvolume names been shown to us/everyone in any konsole output .
glad you got it sorted however ,,,welcome to the wonderful world of btrfs
and all the headaches yet to come ,,,,,,,,
hears one for you now ,,,,,a headache that is .
for your next install ,,,,do it without grub .
you can use something like this placed in the current install that controls grub now , in /etc/grub.d/40_custom to boot it.
Code:menuentry 'Neon-lts' { insmod btrfs set root='(hd0,msdos1)' linux /@/vmlinuz root=UUID=ff5d66d4-35b6-4c9c-a64e-8dfbe2aa1e31 rootflags=subvol=@ ro quiet splash initrd /@/initrd.img }
aspirin anyone
VINNY
- Top
- Bottom
Leave a comment:
-
Congrats steve72233 !!!
Welcome to the Btrfs club!
Sent from my iPhone using Tapatalk
- Top
- Bottom
Leave a comment:
-
Originally posted by steve7233 View Postgrub.cfg had a couple of typos that everyone kept overlooking. Uppercase K when lower was used in the sub volume name.
glad you got it sorted however ,,,welcome to the wonderful world of btrfs
and all the headaches yet to come ,,,,,,,,
hears one for you now ,,,,,a headache that is .
for your next install ,,,,do it without grub .
you can use something like this placed in the current install that controls grub now , in /etc/grub.d/40_custom to boot it.
Code:menuentry 'Neon-lts' { insmod btrfs set root='(hd0,msdos1)' linux /@/vmlinuz root=UUID=ff5d66d4-35b6-4c9c-a64e-8dfbe2aa1e31 rootflags=subvol=@ ro quiet splash initrd /@/initrd.img }
aspirin anyone
VINNY
- Top
- Bottom
Leave a comment:
Leave a comment: