I'm in the process of reinstalling everything. A friend suggested putting Win 7 by itself on one hard drive. I currently have Sabayon on the other. Mint 18.3 errored out between setting the partitions and putting user info in. I don't remember what the error was. Now I will be installing Ubuntu after my upgrade and putting the Ubuntu on my thumb drive. If I have any further issues, I'll let you know.
On Tue, Feb 6, 2018 at 5:08 PM, Jeremiah Bess <[email protected]> wrote: > So a couple of things: > > First, the update-grub command is just a stub for "grub-mkconfig -o > /boot/grub/grub.cfg". I opened /usr/sbin/update-grub, and here's the > contents, maybe compare it to yours? > #!/bin/sh > set -e > exec grub-mkconfig -o /boot/grub/grub.cfg "$@" > > Second, if you remove that 11_linux file, will it run properly? If so, can > you post the full 11_linux file here, since the ix.io page only captured > so many characters on the line (ending several with $). > > > > > > On Tue, Feb 6, 2018 at 7:22 AM Scott Vargovich <[email protected]> > wrote: > >> That wasn't it. The first few times I did this, I didn't have to add the >> 11_linux file. Just the 'update-grub' command worked and identified the >> 4.10 kernel as Sabayon and it showed up in the boot menu. I don't know >> what changed. Maybe the 'update-grub' was updated on an 'apt-upgrade'??? >> I'm out of ideas to throw at it. >> >> On Mon, Feb 5, 2018 at 10:25 PM, Jeremiah Bess <[email protected]> >> wrote: >> >>> Hey Scott, >>> >>> I suspect this part is what's causing the out of memory and syntax >>> errors, specifically the variable equals variable equals setting.: >>> >>> rootflags=subvol=roo<whatever is after this...> >>> >>> Try removing just the "rootflags=" part and see if that helps. >>> https://github.com/Antynea/grub-btrfs/issues/15 >>> >>> >>> >>> On Mon, Feb 5, 2018 at 8:01 PM Scott Vargovich <[email protected]> >>> wrote: >>> >>>> I have Win 7 and Mint 18.3 installed on sda. I have Sabayon 16.11 on >>>> sdb. Per this website: https://unix.stackexchange.com/questions/ >>>> 252936/grub2-boot-to-a-second-another-hard-disk - I have created a >>>> /etc/grub.d/11_linux file: http://ix.io/Fl1 . grub-mkconfig -o >>>> /boot/grub/grub.cfg produces this output: >>>> >>>> Generating grub configuration file ... >>>> Found linux image: /boot/vmlinuz-4.13.0-32-generic >>>> Found initrd image: /boot/initrd.img-4.13.0-32-generic >>>> Found linux image: /boot/vmlinuz-4.10.0-38-generic >>>> Found initrd image: /boot/initrd.img-4.10.0-38-generic >>>> Found memtest86+ image: /memtest86+.elf >>>> Found memtest86+ image: /memtest86+.bin >>>> Found Windows 7 (loader) on /dev/sda1 >>>> error: out of memory. >>>> error: syntax error. >>>> error: Incorrect command. >>>> error: syntax error. >>>> Syntax error at line 355 >>>> Syntax errors are detected in generated GRUB config file. >>>> Ensure that there are no errors in /etc/default/grub >>>> and /etc/grub.d/* files or please file a bug report with >>>> /boot/grub/grub.cfg.new file attached. >>>> done >>>> >>>> I don't even know how to google for what is wrong with this. The >>>> Sabayon kernel is 4.10.0-38-generic. a fix for this would be greatly >>>> appreciated. I'm very much not a grub2 expert. >>>> >>>> -- >>>> <>< Scott Vargovich <>< >>>> ------------------------------------------ >>>> OpenPGP Key ID: 29C36884 >>>> ========================== >>>> Ham Radio Call Sign: KE8CQC >>>> ========================== >>>> GMRS Call Sign: WQXJ287 >>>> ------------------------------------------ >>>> >>>> -- >>>> -- >>>> You received this message because you are subscribed to the Linux Users >>>> Group. >>>> To post a message, send email to [email protected] >>>> To unsubscribe, send email to linuxusersgroup+unsubscribe@ >>>> googlegroups.com >>>> For more options, visit our group at http://groups.google.com/ >>>> group/linuxusersgroup >>>> References can be found at: http://goo.gl/anqri >>>> Please remember to abide by our list rules ( >>>> http://tinyurl.com/LUG-Rules) >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Linux Users Group" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> >>> Jeremiah Bess >>> >>> -- >>> -- >>> You received this message because you are subscribed to the Linux Users >>> Group. >>> To post a message, send email to [email protected] >>> To unsubscribe, send email to linuxusersgroup+unsubscribe@ >>> googlegroups.com >>> For more options, visit our group at http://groups.google.com/ >>> group/linuxusersgroup >>> References can be found at: http://goo.gl/anqri >>> Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules >>> ) >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Linux Users Group" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> <>< Scott Vargovich <>< >> ------------------------------------------ >> OpenPGP Key ID: 29C36884 >> ========================== >> Ham Radio Call Sign: KE8CQC >> ========================== >> GMRS Call Sign: WQXJ287 >> ------------------------------------------ >> >> -- >> -- >> You received this message because you are subscribed to the Linux Users >> Group. >> To post a message, send email to [email protected] >> To unsubscribe, send email to linuxusersgroup+unsubscribe@ >> googlegroups.com >> For more options, visit our group at http://groups.google.com/ >> group/linuxusersgroup >> References can be found at: http://goo.gl/anqri >> Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules) >> --- >> You received this message because you are subscribed to the Google Groups >> "Linux Users Group" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > > Jeremiah Bess > > -- > -- > You received this message because you are subscribed to the Linux Users > Group. > To post a message, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit our group at http://groups.google.com/ > group/linuxusersgroup > References can be found at: http://goo.gl/anqri > Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules) > --- > You received this message because you are subscribed to the Google Groups > "Linux Users Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- <>< Scott Vargovich <>< ------------------------------------------ OpenPGP Key ID: 29C36884 ========================== Ham Radio Call Sign: KE8CQC ========================== GMRS Call Sign: WQXJ287 ------------------------------------------ -- -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup References can be found at: http://goo.gl/anqri Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules) --- You received this message because you are subscribed to the Google Groups "Linux Users Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
