GithubHelp home page GithubHelp logo

ubuntuatarivcs's Introduction

Atari VCS

[TOC]

UbuntuAtariVCS

Ubuntu Atari VCS tools

HW

Instal Ubuntu

Particion table

Is important the /boot mount pount owns a primary pertition (ext4) for use grub-reboot to boot on Atari VCS OS

lsblk

Affter install Ubuntu

add Atari boot menu entry on Ubuntu Grub

Set custom entry

/etc/grub.d/40_custom

#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry 'Atari VCS' {
    search --fs-uuid --no-floppy --set=root 0722-6756
    chainloader (${root})/EFI/BOOT/BOOTX64.EFI
}
menuentry 'Atari VCS linux' {
    search --fs-uuid --no-floppy --set=root 0722-6756
    chainloader (${root})/EFI/Linux/linux.efi
}

Detect UUID for atari partition

where 0722-6756 is de UUID from disk

sudo cat /media/${USER}/rootfs/etc/fstab

example result

UUID=0722-6756	/boot/efi	vfat	defaults	0	2
/dev/mapper/root	/	ext4	defaults,noatime,ro,errors=remount-ro	0	0
/dev/disk/by-partlabel/var	/var   ext4    defaults,rw     0       2
/dev/disk/by-partlabel/storage	/home	ext4	defaults,rw	0	2

or

blkid /dev/mmcblk0p2

example result

/dev/mmcblk0p2: LABEL_FATBOOT="efi" LABEL="efi" UUID="0722-6756" TYPE="vfat" PARTLABEL="EFI-B" PARTUUID="d0755709-8dc6-419d-8abb-2d70ee388c5e"

Update Grub

update-grub
reboot 

Disable default UEFI devices

https://www.youtube.com/watch?t=579&v=wSKTYPXgWsU&feature=youtu.be

{%youtube https://www.youtube.com/watch?t=579&v=wSKTYPXgWsU&feature=youtu.be %}

https://www.youtube.com/watch?v=xU42H-A4FFQ TimeCode 3:50 shows the screen

Set default Grub Option

https://rastating.github.io/creating-a-reboot-into-windows-button-in-ubuntu/

In order for the grub-reboot command to work, several required configuration changes must be in place:

The default entry for grub must be set to saved. One possible location for this is the GRUB_DEFAULT= line in /etc/default/grub Use grub-set-default to set your default entry to the one you normally use. Update your grub config (e.g. update-grub).

This should take care of the initial set-up. In the future, just do grub-reboot for a one-time boot of .

Create Group Atari

sudo addgroup atari
usermod -a -G atari arpagon
usermod -a -G atari mutantarpagon

Desktop File

scp Workspace/UbuntuAtariVCS/data/icons/* [email protected]:/usr/share/icons/hicolor/scalable/apps/
scp Workspace/UbuntuAtariVCS/data/reboot-*desktop [email protected]:/usr/share/applications/
scp Workspace/UbuntuAtariVCS/data/reboot-*desktop [email protected]:~/Desktop/
scp Workspace/UbuntuAtariVCS/data/reboot-*desktop [email protected]:~/Desktop/

thanks

@vinceliuice: Logos Based on Creative Commons logos https://github.com/vinceliuice/vimix-icon-theme/ wine log

TODO

https://github.com/1nfiniteloop/pam-http

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.