Menu

Live USB - UEFI cifs parameter not working

Help
2019-09-17
2019-09-22
  • Landy Grundhoefer

    See menu entry below.

    DCHP works, but it's not parsing the mount -t cifs command. (see screenshot)

    I've seen this posted a few times with no real resolution?

    Any help is appreciated

    This is 2.6.3-7

    Here is the menu entry

    menuentry "Clonezilla live (Default settings, VGA 800x600)"{
    search --set -f /live/vmlinuz
    linux /live/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset locales="en_US.UTF-8" keyboard-layouts="NONE" ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun2=" mount -t cifs -o user=clonezilla,password=Cl0neZ1lla //192.168.204.105/images /home/partimag" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -r -icds -k1 -j2 -c -p poweroff restoredisk ask_user sda" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0 splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1
    initrd /live/initrd.img
    }

     

    Last edit: Landy Grundhoefer 2019-09-17
  • Steven Shiau

    Steven Shiau - 2019-09-22

    It seems that you did not put the following in ONE line:
    linux /live/vmlinuz boot=live union=overlay username=user config components quiet noswap edd=on nomodeset locales="en_US.UTF-8" keyboard-layouts="NONE" ocs_prerun1="dhclient -v eth0" ocs_prerun2="sleep 2" ocs_prerun2=" mount -t cifs -o user=clonezilla,password=Cl0neZ1lla //192.168.204.105/images /home/partimag" ocs_live_run="ocs-sr -g auto -e1 auto -e2 -r -icds -k1 -j2 -c -p poweroff restoredisk ask_user sda" ocs_live_extra_param="" ocs_live_batch="no" vga=788 ip= net.ifnames=0 splash i915.blacklist=yes radeonhd.blacklist=yes nouveau.blacklist=yes vmwgfx.enable_fbdev=1

    Make sure it's in ONE line only.

    Steven

     

    Last edit: Steven Shiau 2019-09-22

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.