Now that I think of it. Didn't some one suggest that in another thread?
Now that I think of it. Didn't some one suggest that in another thread?
vinny@vinny-Bonobo-Extreme:/media/vinny/ff5d66d4-35b6-4c9c-a64e-8dfbe2aa1e31$ ls @ @17.04 @17.04snap @home @home17.04 @home17.04snap ubiquity-apt-clone var
I don't mind -to much-, having to reinstall as I have learned that occasionaly all Linux true Linux users hose themselves every now and then.
. I just want to know what I did wrong and how to do it the correct way. Now I will go run the 16.04 install so I can try again hopfully with out borking my system this time. I look at it this way, So I made a silly mistake. Now I can help others to avoid the mistake and look like I know what I am doing to a Linux newbie.
I just hope I have internet after the install.
menuentry 'Kubuntu' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root <YOUR BTRFS UUID HERE>
configfile /@Kubuntu/boot/grub/grub.cfg
}
menuentry 'Lubuntu 17.04' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root <YOUR BTRFS UUID HERE>
configfile /@Lubuntu/boot/grub/grub.cfg
}
menuentry 'Manjaro' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root <YOUR BTRFS UUID HERE>
configfile /@Manjaro/boot/grub/grub.cfg
}
[FONT=monospace][COLOR=#000000]### BEGIN Custom menu ### [/COLOR]
menuentry 'KDE Neon' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root 8f0c1661-4e84-4512-b875-23bcfd5be1d8
configfile /@KDEneon/boot/grub/grub.cfg
}
menuentry 'KDE Neon - new' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root fcc94981-05e4-4846-92e7-87bf9885178d
configfile /@KDEneon_new/boot/grub/grub.cfg
}
menuentry 'Kubuntu 16.04' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root 8f0c1661-4e84-4512-b875-23bcfd5be1d8
configfile /@Kubuntu_16_04/boot/grub/grub.cfg
}
menuentry 'Ubuntu 16.04' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root 8f0c1661-4e84-4512-b875-23bcfd5be1d8
configfile /@Ubuntu_16_04/boot/grub/grub.cfg
}
menuentry 'Manjaro free' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root 8f0c1661-4e84-4512-b875-23bcfd5be1d8
configfile /@Manjaro_free/boot/grub/grub.cfg
}
menuentry 'Manjaro nonfree' {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root 8f0c1661-4e84-4512-b875-23bcfd5be1d8
configfile /@Manjaro_nonfree/boot/grub/grub.cfg
}
menuentry 'Memory test (memtest86+)' {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 4bd4447b-48df-43d8-9781-d444d68ce462
knetbsd /boot/memtest86+.elf
}
menuentry 'Memory test (memtest86+, serial console 115200)' {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 4bd4447b-48df-43d8-9781-d444d68ce462
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry 'KDEneon ISO' {
set isofile="/neon-useredition-20170608-2351-amd64.iso"
loopback loop (hd0,2)$isofile
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noeject
initrd (loop)/casper/initrd.lz
}
### END Custom menu###
[/FONT]
There are 0 users viewing this topic.
Leave a comment: