PINE64
Hate Manjaro - Easy Ubuntu Install? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Hate Manjaro - Easy Ubuntu Install? (/showthread.php?tid=10024)



Hate Manjaro - Easy Ubuntu Install? - PaulMcGuinness - 06-01-2020

Hi,

I'm pretty new to Linux, but I loath Manjaro.

How can I *easily* install Ubuntu as every route seems to lead me to a build script that complains about aarch64 comparability.

I just want to book from a USB image and wipe the eSSD with Ubuntu Arch64 

Help please!!

Cheers,

Paul


RE: Hate Manjaro - Easy Ubuntu Install? - tophneal - 06-01-2020

1. Download and burn whatever OS you want to boot from SD, flash it to SD, boot from the SD.

2. Grab one of ayufan's Ubuntu images while booted into the SD OS.

3. Verify the eMMC drive designation. Disks should make that nice and easy.

4. In terminal from your SD boot use: pv your-ubuntu-image.img > /dev/mmcblkX

5. Shutdown, pop out the SD, boot up from the eMMC. You should boot into your chosen Ubuntu image.


RE: Hate Manjaro - Easy Ubuntu Install? - PaulMcGuinness - 06-02-2020

Many thanks - I'll post back with the steps I took for other newbs! :-)


RE: Hate Manjaro - Easy Ubuntu Install? - PaulMcGuinness - 06-03-2020

Many thanks - that finally got me there. For the other newbs to linux....

I used MrFixIt2000's Ubuntu image  

1. Download Ubuntu from here: https://wiki.pine64.org/index.php/Pinebook_Pro_Software_Release#Debian_Desktop
Unzip with 7zip and then use Win32DiskImager to flash it to an 16Mb microSD card - NOTE: USB Stick *won't* work (as I found out after several attempts, and you need >16Gb to download the 2nd image as well! (or have it on a NTFS formatted USB stick seperate tot he microSD card like I did),

2. Once booted, login using "rock" / "rock", plug in the USB stick, and hover over it to get the mount point name

3. Verify the eMMC drive designation by opening a terminal and typing:

Code:
lsblk


The first (large) disk labelled "mmcblk[something]" is what you are looking for.  In my case (and will probably always be the case) it was /dev/mmcblk1

4. In terminal type: 

Code:
sudo dd bs=4M if=/dev/media/rock/xxxxxxxxx/myimage.img of=/dev/mmcblk1 conv=fsync


Wait for it to finish. 

5. Shutdown, pop out the SD, boot up from the eMMC. You should boot into your chosen Ubuntu image.


RE: Hate Manjaro - Easy Ubuntu Install? - Eight Bit - 06-03-2020

Why do you hate Manjaro? Just out of interest...


RE: Hate Manjaro - Easy Ubuntu Install? - PaulMcGuinness - 06-03-2020

I just feel it's targeted at "proper" *nix users, rather than those Windows users dipping their toes in Linux (like me)


RE: Hate Manjaro - Easy Ubuntu Install? - josmo - 06-03-2020

Huh
(06-03-2020, 09:32 AM)PaulMcGuinness Wrote: I just feel it's targeted at "proper" *nix users, rather than those Windows users dipping their toes in Linux  (like me)



RE: Hate Manjaro - Easy Ubuntu Install? - Eight Bit - 06-03-2020

(06-03-2020, 09:32 AM)PaulMcGuinness Wrote: I just feel it's targeted at "proper" *nix users, rather than those Windows users dipping their toes in Linux  (like me)
I don't get that...
What a weird prejudice and strong aversion, I found it super easy to get into and everything just works... Any windows user can be productive within a minute without having seen the interface ever before. additional software is easily installed with the conveniently placed package manager, you have a start button with a menu and all your applications, it feels light and spiffy, what else could you need? 

I'm at a loss...


RE: Hate Manjaro - Easy Ubuntu Install? - flyingscorpio - 06-07-2020

Isn't this rather a Gnome vs KDE feeling ?
Because if a user comes from Windows I don't really see how he/she makes the difference between Ubuntu and Manjaro if it isn't for the DE...
And a lot of newcomers don't realize you can change the DE / WM whatever on linux if you don't like the default (which you aren't used to if you come from Windows).