Skip to main content

mount some img file

 

#mount img with partition P=create partitioned loop device f=find first unused loop device

doas losetup  -fP chrome.img 

ls /dev/loop*
/dev/loop0  /dev/loop0p1  /dev/loop0p10  /dev/loop0p11  /dev/loop0p12  /dev/loop0p2  /dev/loop0p3  /dev/loop0p4  /dev/loop0p5  /dev/loop0p6  /dev/loop0p7  /dev/loop0p8  /dev/loop0p9  /dev/loop-control


 sudo cgpt show /dev/loop0

       start        size    part  contents
           0           1          PMBR (Boot GUID: 1777E1D8-D6B6-A145-8D37-1476C93A350A)
           1           1          Pri GPT header
           2          32          Pri GPT table
     5152768     8401025       1  Label: "STATE"
                                  Type: Linux data
                                  UUID: DF2075B2-BEF2-6E4C-B4EC-80612230225A
          69       32768       2  Label: "KERN-A"
                                  Type: ChromeOS kernel
                                  UUID: 94B3221B-F6C8-8045-9864-4CF18CA6BD5F
                                  Attr: priority=1 tries=15 successful=1
      237568     4915200       3  Label: "ROOT-A"
                                  Type: ChromeOS rootfs
                                  UUID: 7D7F5C6E-7C3E-0B41-BCE2-CD0398F9E7B5
       32837       32768       4  Label: "KERN-B"
                                  Type: ChromeOS kernel
                                  UUID: 79B4418D-20E5-1349-A4C1-08BFB40F8AA2
                                  Attr: priority=2 tries=0 successful=1
      233472        4096       5  Label: "ROOT-B"
                                  Type: ChromeOS rootfs
                                  UUID: C8ECA5F6-AD42-534C-8263-2B8B71591B9C
          65           1       6  Label: "KERN-C"
                                  Type: ChromeOS kernel
                                  UUID: 41980C0A-AA9A-844F-B657-7430E1FD3706
                                  Attr: priority=0 tries=0 successful=0
          66           1       7  Label: "ROOT-C"
                                  Type: ChromeOS rootfs
                                  UUID: AAC2E183-3A93-C94C-AAFB-5205C94334E1
       69632       32768       8  Label: "OEM"
                                  Type: Linux data
                                  UUID: 74295980-5D62-754B-B936-1351CA273141
          67           1       9  Label: "reserved"
                                  Type: ChromeOS reserved
                                  UUID: 1E4720C1-0907-E54B-8180-D8071A4176A2
          68           1      10  Label: "reserved"
                                  Type: ChromeOS reserved
                                  UUID: 1A0AE30A-8C6D-0941-AA83-748CDDAB2CDC
          64           1      11  Label: "RWFW"
                                  Type: ChromeOS firmware
                                  UUID: 0B197A55-8EC4-1443-A56C-B845C2DB5A17
      102400      131072      12  Label: "EFI-SYSTEM"
                                  Type: EFI System Partition
                                  UUID: 1777E1D8-D6B6-A145-8D37-1476C93A350A
                                  Attr: legacy_boot=1
    13553808          32          Sec GPT table
    13553840           1          Sec GPT header


#detach loop device

sudo losetup -d /dev/loop0

#detach all loop device 

sudo losetup -D

 

sudo cgpt show /dev/loop0p1

WARNING: Primary GPT header is invalid
WARNING: Secondary GPT header is invalid
ERROR: GptSanityCheck() returned 2: GPT_ERROR_INVALID_HEADERS


 mkdir -p chrome/roota/

mount   /dev/loop0p3  chrome/roota/ -o loop,ro
sudo chroot chrome/roota
bash: /dev/null: Is a directory

 cd  /opt/google/chrome
 /opt/google/chrome # ./chrome
./chrome: error while loading shared libraries: libassistant.so: cannot open shared object file: No such file or directory


 



Comments

Popular posts from this blog

sxhkd volume andbrightness config for dwm on void

xbps-install  sxhkd ------------ mkdir .config/sxhkd cd .config/sxhkd nano/vim sxhkdrc -------------------------------- XF86AudioRaiseVolume         amixer -c 1 -- sset Master 2db+ XF86AudioLowerVolume         amixer -c 1 -- sset Master 2db- XF86AudioMute         amixer -c 1 -- sset Master toggle alt + shift + Escape         pkill -USR1 -x sxhkd XF86MonBrightnessUp          xbacklight -inc 20 XF86MonBrightnessDown          xbacklight -dec 20 ------------------------------------------------------------- amixer -c card_no -- sset Interface volume run alsamixer to find card no and interface names xbps-install -S git git clone https://git.suckless.org/dwm xbps-install -S base-devel libX11-devel libXft-devel libXinerama-devel  vim config.mk # FREETYPEINC = ${X11INC}/freetype2 #comment for non-bsd make clean install   cp config.def.h config.h vim config.h xbps-install -S font-symbola #for emoji on statusbar support     void audio config xbps-i

Hidden Wiki

Welcome to The Hidden Wiki New hidden wiki url 2015 http://zqktlwi4fecvo6ri.onion Add it to bookmarks and spread it!!! Editor's picks Bored? Pick a random page from the article index and replace one of these slots with it. The Matrix - Very nice to read. How to Exit the Matrix - Learn how to Protect yourself and your rights, online and off. Verifying PGP signatures - A short and simple how-to guide. In Praise Of Hawala - Anonymous informal value transfer system. Volunteer Here are five different things that you can help us out with. Plunder other hidden service lists for links and place them here! File the SnapBBSIndex links wherever they go. Set external links to HTTPS where available, good certificate, and same content. Care to start recording onionland's history? Check out Onionland's Museum Perform Dead Services Duties. Introduction Points Ahmia.fi - Clearnet search engine for Tor Hidden Services (allows you

download office 2021 and activate

get office from here  https://tb.rg-adguard.net/public.php open powershell as admin (win+x and a ) type cmd  goto insall dir 1.         cd /d %ProgramFiles(x86)%\Microsoft Office\Office16 2.           cd /d %ProgramFiles%\Microsoft Office\Office16 try 1 or 2 depending on installation  install volume license  for /f %x in ('dir /b ..\root\Licenses16\ProPlus2021VL_KMS*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%x" activate using kms cscript ospp.vbs /setprt:1688 cscript ospp.vbs /unpkey:6F7TH >nul cscript ospp.vbs /inpkey:FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH cscript ospp.vbs /sethst:s8.uk.to cscript ospp.vbs /act Automatic script (windefender may block it) ------------------------------------------------------------------------------------------------------------------- @echo off title Activate Microsoft Office 2021 (ALL versions) for FREE - MSGuides.com&cls&echo =====================================================================================&