• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. electronico_nc
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    electronico_nc

    @electronico_nc

    0
    Reputation
    392
    Profile views
    17
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    electronico_nc Unfollow Follow

    Latest posts made by electronico_nc

    • RE: import /images

      each image folder looks like this:

      ./win7_64:
      total 19743952
      -rwxrwxrwx 1 fogproject root           4 juin   9  2020 d1.fixed_size_partitions
      -rwxrwxrwx 1 fogproject root     1048576 juin   9  2020 d1.mbr
      -rwxrwxrwx 1 fogproject root         266 juin   9  2020 d1.minimum.partitions
      -rwxrwxrwx 1 fogproject root          15 juin   9  2020 d1.original.fstypes
      -rwxrwxrwx 1 fogproject root           0 juin   9  2020 d1.original.swapuuids
      -rwxrwxrwx 1 fogproject root   174989773 juin   9  2020 d1p1.img
      -rwxrwxrwx 1 fogproject root 15691190007 juin   9  2020 d1p2.img
      -rwxrwxrwx 1 fogproject root  4350547200 juin   9  2020 d1p3.img
      -rwxrwxrwx 1 fogproject root         266 juin   9  2020 d1.partitions
      
      posted in FOG Problems
      E
      electronico_nc
    • import /images

      Hi all,
      I lost this fog 1.5.9 VM.
      The /images is still OK.
      New fog install, then mount of /images
      Is there a way to import the content of /images into fog ?
      Thanks in advance for your time.

      posted in FOG Problems
      E
      electronico_nc
    • RE: Lenovo Thinkcentre Edge 72 issues

      @danvaida : by curiosity, have you been able to use FOG with these Lenovo ?

      posted in Hardware Compatibility
      E
      electronico_nc
    • RE: Lenovo Thinkcentre Edge 72 issues

      [quote=“Tom Elliott, post: 23505, member: 7271”]It’s not fog thinking every MBR is 512 “BYTES” not Kilobytes
      …
      [/quote]
      Hi Tom,
      Sorry about typo on MBR unity :oops: .
      I was too hurry when I posted, I have edited the previous post.
      Nicolas

      posted in Hardware Compatibility
      E
      electronico_nc
    • RE: Lenovo Thinkcentre Edge 72 issues

      Using standard FOG 0.32 :

      In any case : if you choose PXE as first boot option, workstation will never boot on HD as fallback. [S]This seems to be due to FOG thinking every MBR is 512K large wich is false (2048 for these Lenovo).[/S]
      You can try to modify chain loader but you won’t be able to boot on anything else than PXE and sda ( [url]http://fogproject.org/forum/threads/lenovo-m72e.3709/[/url] ).

      If you want to keep the original Lenovo MBR :
      Manual image creation of [U]ONLY SDA2[/U] & upload :

      • Launch workstation to image in FOG upload-debug mode (select PXE @ boot), then create and upload the sda2 image to FOG :
        [CODE]mkdir /images
        mount -o nolock,proto=tcp <IP.OF.FOG.SERVER>:/images/dev/ /images
        mkdir /images/{temporarynameofimageupload}
        mkfifo /tmp/pigz1
        pigz -p 1 -3 < /tmp/pigz1 > /images/{temporarynameofimageupload}/sys.img.000 & partimage save /dev/sda2 /tmp/pigz1 -V9900000000 -z0 -o -d -f3 -b 2>/tmp/status.fog
        [/CODE]
      • On FOG server, move the uploaded image to the proper location :
        [CODE]mv /images/dev/{temprorarynameofimageupload} /images/mygoodpc/sys.img.000[/CODE]

      Manual image download of [U]ONLY SDA2[/U] to new workstation :

      • Launch new workstation in FOG debug mode and copy image to sda2 :
        [CODE]mkdir /images
        mount -o nolock,proto=tcp <IP.OF.FOG.SERVER>:/images/ /images
        partimage restore /dev/sda2 /images/mygoodpc/sys.img.000 -f3 -b[/CODE]

      This way, you keep the original MBR and possibility to launch the factory Lenovo system restoration, but it is an “all manual” process…
      I have modified Tom’s kernel to include a small ‘image2sda2.sh’ that avoids typing all commands to restore but it keeps being a pain to work with these Lenovo.

      posted in Hardware Compatibility
      E
      electronico_nc
    • RE: Modify init.gz

      Thank Tom !
      worked as expected 🙂
      Nicolas
      PS : sorry for the delay, motorbike fall has taken me away from computers these days.

      posted in General
      E
      electronico_nc
    • Modify init.gz

      Brief resume :
      Lenovos don’t have a standard 512B MBR. (/dev/sda1 starts @ 2048)
      So no integrated FOG function can clone an HD (as MBR is replaced by standard Win7 one).
      PXE boot can’t be used as first boot device neither as the chainloader (booting from local HD) is broken (probably because of this long MBR too).
      Way found (thanks to Tom Elliott) is to debug-upload a well configured /dev/sda2 to FOG, and to debug-deploy it to destination HD using partimage.
      Tom has kindly (and fast) built an init.gz that has all the keymaps, so debug mode is now easy for a non-QWERTY keyboard.
      As I would like to keep the original MBR (which allows to boot from /dev/sda3 : Recovery partition by pressing F11 key at startup), I have to use debug mode.
      So I need to add a small restore_pc1sda2.sh script in /root that mounts FOG_SERVER:/images and starts the restore process of ONLY /dev/sda2
      FOG Wiki is telling to gunzip init.gz, but I’m told :
      [QUOTE]gzip: init.gz: not in gzip format[/QUOTE]Could someone please assist on how to decompress init.gz and recompress it ?
      Thanks (once more) for your time.
      Nicolas

      posted in General
      E
      electronico_nc
    • RE: Debug mode : can't load keymap

      🙂 Congratulations, keymap is well loaded !
      Thanks again !
      Nicolas

      posted in FOG Problems
      E
      electronico_nc
    • RE: Debug mode : can't load keymap

      Thanks Tom, init.gz is downloading.
      Could you please tell where I may get your 3.12 kernel ?
      Thanks again.
      Nicolas

      posted in FOG Problems
      E
      electronico_nc
    • RE: Debug mode : can't load keymap

      Yes it is well a 0.32 version

      posted in FOG Problems
      E
      electronico_nc