Jump to content
capitanbelico

Issues AR9520 macOS BigSur

Recommended Posts

1 hour ago, capitanbelico said:

hi everyone , 

I got work macOS Big Sur public beta, but wifi doesn't works.

my card is AR9280 Atheros, so I could not use sudo mount -uw /, can anybody helpme with that?

 

Does the wifi works before in catalina? I think in big sur you should disable SIP on recovery mode the create snapshot to get sudo mount -uw / works. @MaLd0n ever told about it

HP Probook 430 G6 | Core i5-8265u | Intel UHD 620

Link to comment
Share on other sites

2 hours ago, revans said:

Does the wifi works before in catalina? I think in big sur you should disable SIP on recovery mode the create snapshot to get sudo mount -uw / works. @MaLd0n ever told about it

Yes, it works on Catalina, Mojave, High Sierra, etc. 

in Big Sur I can't get it works because I could not get rights R/W on disk.

Link to comment
Share on other sites

40 minutes ago, capitanbelico said:

Yes, it works on Catalina, Mojave, High Sierra, etc. 

in Big Sur I can't get it works because I could not get rights R/W on disk.

Found on site out there :

 

Fixing APFS Snapshot Procedure

  1. Boot into the Big Sur installer USB or run Big Sur in recovery mode
  2. Open a terminal, type `csrutil disable` and reboot
  3. When back into the installer, run `diskutil list` to find the location of the "Macintosh HD" disk, such as disk2s5
  4. Mount it using `diskutil mountDisk ` such as `diskutil mountDisk disk2s5` then run `mount -uw ` such as `mount -uw /Volumes/Macintosh\ HD/` to mount it as read write
  5. Run `/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs_systemsnapshot -v -r “”`
  6. Then, to delete the snapshots on the disk, run `diskutil apfs listSnapshots ` and take note of each UUID of the snapshots
  7. Run `diskutil apfs deleteSnapshot -uuid ` for all snapshots on the disk.
  8. Verify that there are no more snapshots by running `diskutil apfs listSnapshots ` it should return "No Snapshots for disk"
  9. Reboot into the Big Sur desktop and make sure that running `sudo mount -uw /` returns no errors and that running `diskutil info /` returns a disk such as disk2s5 and not a snapshot such as disk2s5s1

Make sure in step 5. you re-type (") before enter in your terminal

HP Probook 430 G6 | Core i5-8265u | Intel UHD 620

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...