Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

google/zeroshell-linode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

This is not an official Google product.

zeroshell-linode

Automate running ZeroShell (http://zeroshell.org) under Xen (Linode in particular)

If you're asking yourself how to run ZeroShell on Linode (or Xen in general) I've got an answer for you, an automted script for installation.

Biggest problem with ZeroShell 3.2.1 is that it does not have Xen support compiled in. So we need to recompile a kernel. Another thing is that Linode pv-grub only supports /boot/grub/menu.lst file, which we need to create on the root filesystem. And Linode does not like multipartitioned disks.

Installation ZeroShell 3.2.1 onto Linode

Just for reference here are instructions from Linode: https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-custom-compiled-kernel-with-pvgrub

I would expect that you've read Linode documentation and know the basics.

  1. Create new Linode
  2. Create ZeroShell ext3 disk of at least 1GB
  3. Create Installation etx4 disk of at least 2GB
  4. Create Profiles ext3/4 disk of at least 1GB (order of creation is important)
  5. Go into the Rescue Mode
  6. Grab installation files from github: 1. apt-get update 2. apt-get install --yes git 3. git clone https://github.com/timothybasanov/zeroshell-linode.git 4. cd zeroshell-linode.git
  7. ./install.sh
  8. Wait for several hours... until it's ready
  9. Create new Configuration Profile 8. pv-grub-x86-32 9. /dev/xvda: ZeroShell 10. /dev/xvdb: Profiles 11. Root device: /dev/xvda 12. All Filesystem/Boot Helper knobs enabled
  10. Restart into new configuration and wait for ZeroShell to start in lish console
  11. Go to IP Manager and enable DHCP client: ihEnabledq
  12. Enable Fail-Safe Mode
  13. Your ZeroShell should be accessible by http now

About

Script for Zeroshell installation on Linode (Xen)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages