Skip to content

Instantly share code, notes, and snippets.

@masterzorag
Last active November 9, 2018 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masterzorag/1fad810ad51136240958af673d371fe5 to your computer and use it in GitHub Desktop.
Save masterzorag/1fad810ad51136240958af673d371fe5 to your computer and use it in GitHub Desktop.
  • No video output, use ssh
# ssh 10.0.0.24 -p 2020

Welcome to better-initramfs master-d0acfbe-2017-03-04. Linux kernel 4.14.74.

>>> The lockfile was created.
>>> In order to resume boot proces, run 'resume-boot'.
>>> Be aware that it will kill your connection which means
>>> you will no longer be able work in this shell.

remote rescueshell ~ # uname -a
Linux ps4 4.14.74 #17 SMP PREEMPT Fri Nov 9 22:09:49 UTC 2018 x86_64 GNU/Linux

remote rescueshell ~ # blkid
/dev/sda2: LABEL="ps4linux" UUID="31239142-214f-45dd-b070-7c9d1d1f4f45" TYPE="ext4"
/dev/sda1: LABEL="ps4boot" UUID="B83A-37AE" TYPE="vfat"

remote rescueshell ~ # mount /dev/sda2 /newroot

remote rescueshell ~ # resume-boot 
remote rescueshell ~ # Connection to 10.0.0.24 closed by remote host.
Connection to 10.0.0.24 closed.

blacksun #
  • Fedora 29 boots up, finding modules from ps4linux rootfs
blacksun # ssh 10.0.0.15
root@10.0.0.15's password: 

Last login: Mon Oct 29 00:29:51 2018 from 10.0.0.2
[root@ps4 ~]# lsmod
Module                  Size  Used by
radeon               1585152  1
snd_hda_codec_hdmi     57344  1
snd_hda_intel          32768  0
snd_hda_codec         114688  2 snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
i2c_algo_bit           20480  1 radeon
drm_kms_helper        155648  1 radeon
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
snd_hda_core           61440  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_pcm                98304  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hda_core
snd_timer              32768  1 snd_pcm
snd                    81920  6 snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm
ttm                    98304  1 radeon
drm                   352256  4 drm_kms_helper,radeon,ttm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment