<div dir="ltr"><div>there may be a way I can check tonight normally I burn Plop to a cd boot the cd and the plop menu will offer up usb options to install</div><div>I also suspect your bios can boot to usb directly but usb options will only be shown if the usb is plugged in and and sometimes shows up as a harddrive not a usb</div><div>also check as usb devices are often disabled by bios as a boot option by default sometimes are well hidden in menus and hard to find<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 10, 2019 at 2:33 PM Jim <<a href="mailto:azanorak@gmail.com">azanorak@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">My system normally boots from /dev/sdd1.  I've installed Plop to <br>
/dev/sda1. If I switch on the machine and press F12 to select a boot <br>
device, then pick /dev/sda1, Plop loads.   When I installed Plop, I <br>
chose the MBR of /dev/sda1.<br>
<br>
<br>
Is there a way to put a menu entry in Grub2 that would tell the system <br>
to boot from /dev/sda1?<br>
<br>
<br>
I did manage to create a menu entry in /etc/grub.d/40_custom that lets <br>
me load plop, but when I do, it gives me a warning that I can't save <br>
changes.  Is there a way to fix it so I can save changes?  Here is my <br>
40_custom file.<br>
<br>
<br>
#!/bin/sh<br>
exec tail -n +3 $0<br>
# This file provides an easy way to add custom menu entries. Simply type the<br>
# menu entries you want to add after this comment.  Be careful not to change<br>
# the 'exec tail' line above.<br>
<br>
<br>
menuentry "Plop bootloader" {<br>
insmod ext2<br>
         set root='hd3,msdos1'<br>
         if [ x$feature_platform_search_hint = xy ]; then<br>
           search --no-floppy --fs-uuid --set=root <br>
--hint-bios=hd3,msdos1 --hint-efi=hd3,msdos1 <br>
--hint-baremetal=ahci3,msdos1 15d4e39e-2e6c-4ee4-9a24-67fd9ccab8f9<br>
         else<br>
           search --no-floppy --fs-uuid --set=root <br>
15d4e39e-2e6c-4ee4-9a24-67fd9ccab8f9<br>
         fi<br>
         linux   /boot/vmlinuz-4.15.0-47-generic <br>
root=UUID=15d4e39e-2e6c-4ee4-9a24-67fd9ccab8f9<br>
         linux16 /boot/plpbt.bin<br>
}<br>
<br>
thanks<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Todd Cole<br>Ubuntu Arizona Team<br>2928 W El Caminito<br>Phoenix AZ  85051-3957<br><a href="mailto:toddc@azloco.com" target="_blank">toddc@azloco.com</a><br>602-677-9402<br></div></div></div>