Table of Contents

What?

Notes about running Red Star 3.0 Desktop, a North Korean linux distro. Word has it that it's used along with Windows in North Korea. Trying it out on KVM.

See also:

installation

observations

Mozilla/5.0 (X11; U; Linux i686; ko-KP; rv:1.9.1b4) Gecko/20130508 Fedora/1.9.1-2.5.rs3.0 NaenaraBrowser/3.5b4
$ cat /etc/buildtime
[Build Info]
Time=2013년 6월 3일 월요일 21:42:32
Number=3481
CoreNumber=17634
InstallTime=2014. 12. 31. (수) 22:58:11 KST

first steps

# I use guestfish to modify the grub.cf
guestfish -i -a /var/lib/libvirt/images/vm1.qcow2
><fs> edit /etc/grub.conf
kernel /boot/vmlinuz-2.6.38.8-24.rs3.0.i686 ro root=[..] console=tty0 console=ttyS0,19200n8
><fs> exit

# start system, login via serial console
passwd root
usermod -s /bin/bash root
chkconfig sshd on
reboot

# now login as root via ssh or serial is possible, X can be started
startx