Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live USB demo #18

Open
zhovner opened this issue Aug 20, 2017 · 6 comments
Open

Live USB demo #18

zhovner opened this issue Aug 20, 2017 · 6 comments

Comments

@zhovner
Copy link
Owner

zhovner commented Aug 20, 2017

I've made a USB image for testing our system.
It works in PC and Mac.
Check this out https://github.com/zhovner/magic-setup-assistant/wiki/Live-USB-image

@zhovner
Copy link
Owner Author

zhovner commented Aug 20, 2017

Let's test it @TheBeastOfCaerbannog @strangeworks

@diastremskii
Copy link
Collaborator

diastremskii commented Aug 20, 2017

Oh wow, nice.

I encountered this issues:

  • It looks like USB boots only in UEFI mode, because BIOS boot partition is missing. Creating BIOS boot partition and reinstalling GRUB for BIOS fixed it.
  • Something is wrong with cyrillic fonts rendering and Chinese (or whatever that is 😀) is rendered as squares.
  • Without VM it stuck at fb: switching to nouveaufb from EFI VGA. It was able to boot with nouveau.modeset=0, however, Xorg crashed. I ran it on desktop PC, so it shouldn't be a problem if it doesn't stuck on notebooks with Nvidia GPUs.

UPD: Oh, it doesn't stuck in BIOS mode. Xorg still crashed, however.

@zhovner
Copy link
Owner Author

zhovner commented Aug 20, 2017

It looks like USB boots only in UEFI mode, because BIOS boot partition is missing.

Yes, because i'm to lazy to manage MBR. Modern UEFI boot requires only regular fat32 partition in GPT scheme, so you can manage files on this partition with GUI like a regular USB drive, just drag&drop files into it.

Something is wrong with cyrillic fonts rendering and Chinese

Yeah. Don't know how to fix this yet.

however, Xorg crashed. I ran it on desktop PC

What hardware do you have? I test it on macbook pro 15 2015 and Lenovo x220 and it works good.

@diastremskii
Copy link
Collaborator

diastremskii commented Aug 20, 2017

What hardware do you have?

MSI 970A-G43 / AMD 1100T / GTX 970.
I guess it should be tested on some notebook with Nvidia Optimus or something like that.

@diastremskii
Copy link
Collaborator

Oh, it seems I messed up with fonts. Cyrillic characters look different because current fonts doesn't have glyphs for them. Will update fonts ASAP.

@diastremskii
Copy link
Collaborator

Installing fonts-noto-cjk should fix all other characters. That does make image a bit larger, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants