Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Talos II / Re: OpenBMC password
« Last post by draconx on February 23, 2024, 04:15:13 pm »
I tried the instructions at graphcore.ai with no luck. But the instructions on the wiki for Resetting the BMC's Persistant Storage worked for me on two systems. After wiping the persistent storage, I was able to log into the BMC with the default password and get all the firmwares updated.

Wiping the entire persistent storage seems like total overkill if the only problem is that you forgot the BMC root password.

All you need to do is edit the shadow file on the overlay filesystem with a new password.

Follow that wiki page instructions to add overlay-filesystem-in-ram to the boot command line via u-boot.  This enables a root console login with the default root password of 0penBmc.  Once logged in, mount the writable overlay partition somewhere, for example:

Code: [Select]
# mount -t jffs2 /dev/mtdblock5 /mnt
Then the simplest way is probably to just copy /mnt/cow/etc/shadow over /etc/shadow, run passwd, then copy the newly-updated /etc/shadow back to the writable partition, for example:

Code: [Select]
# cp /mnt/cow/etc/shadow /etc/shadow
# passwd
New password:
Retype new password:
Retype new password:
passwd: Password updated successfully
# cp /etc/shadow /mnt/cow/etc/shadow

Or just run an editor on /mnt/cow/etc/shadow and manually change the root password hash to whatever you want.  Then reboot, and voila, shiny new BMC root password.
82
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by SiteAdmin on February 23, 2024, 02:02:43 pm »
Is there enough space in bootkernfw for navi10 firmware? Last time I tried on the current FW there wasn't enough room for all of the files.

Yes, the BOOTKERNFW partition size was increased significantly to approximately 5MB.  This is one of the main GPU-related enhancements for the v2.10 PNOR.
83
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by r34per on February 23, 2024, 08:19:21 am »
Is there enough space in bootkernfw for navi10 firmware? Last time I tried on the current FW there wasn't enough room for all of the files.
84
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by Hasturtium on February 20, 2024, 11:11:06 am »
What are you referring to?

Good question. My personal life's been hectic lately; maybe I dreamed something.
85
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by ClassicHasClass on February 20, 2024, 10:39:29 am »
What are you referring to?
86
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by Hasturtium on February 18, 2024, 11:27:37 am »
What are the video hardware compatibility issues this fixes, out of curiosity?
87
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by ClassicHasClass on February 16, 2024, 12:46:35 pm »
I just hope this solves the XFS crapping its pants problem. :)
88
Firmware / Re: Firmware 2.10 for Talos-II and Blackbird available
« Last post by markr87 on February 16, 2024, 12:29:03 pm »
With Skiroot now at 6.6 does this mean Btrfs will function correctly?
90
GPU Compute / Accelerators / Re: Wx9100 on Talos II
« Last post by rheaplex on February 15, 2024, 10:06:18 pm »
I added the firmware and Petitboot showed on the GPU again, but then the main OS didn't.

So I removed it.

I either needed to change the fastreset setting, or 5.5 initializing the card doesn't play well with 6.6.

I'll try again at some point in the future but as I say I can use VGA or ethernet for now, I'm just happy the card works with the main OS again.
Pages: 1 ... 7 8 [9] 10