Page 1 of 1

Progress OpenSuSE

Posted: Tue Feb 11, 2014 2:29 pm
by RomanMe
Hi

I would like to be able help to progress OpenSuSE for the Pi.

Starting from the beginning, which means me being very pedantic and asking stupid questions.

So...

Where and how can it be found and ported to the Pi.

Re: Progress OpenSuSE

Posted: Tue Feb 11, 2014 2:45 pm
by stanch

Re: Progress OpenSuSE

Posted: Thu Feb 13, 2014 9:19 am
by johndough
stanch wrote:Have you seen this:-
http://en.opensuse.org/HCL:Raspberry_Pi

Hiya

I thought that with it listing as 'armV7' it should be avoided, now I am intrigued enough to try.

Re: Progress OpenSuSE

Posted: Thu Feb 13, 2014 1:44 pm
by RomanMe
Hi

Well I got a JeOS to boot. No GUI available.

So if I want to make/create the equivalent of JeOS where is it done?

Back into NOOBD for now.

Re: Progress OpenSuSE

Posted: Tue Feb 18, 2014 10:24 pm
by remsnet
RomanMe wrote:Hi

Well I got a JeOS to boot. No GUI available.

So if I want to make/create the equivalent of JeOS where is it done?

Back into NOOBD for now.
The default image are without GUI .
at http://en.opensuse.org/HCL:Raspberry_Pi
There are 2 images listed , one with GUI and one without.

SuSE on RPI ARM5 / ARM6hf are not 100% the same as on PC(intel/amd x86)

but .. i am still using //www.zq1.de/bernhard/linux/opensuse/rasp ... 06x.img.xz
witch are stable , well tested and works .

I rewrote & updated of the http://en.opensuse.org/openSUSE:Raspberry_Pi & http://en.opensuse.org/HCL:Raspberry_Pi end 2013 witch contain a lot of Hints and helps to get OSS RPI alive.

Re: Progress OpenSuSE

Posted: Wed Feb 19, 2014 12:14 pm
by RomanMe
Thank you.

I will follow the links and try and learn.

Could the Jeos version be adjusted to create a 180 MB boot partition?

Re: Progress OpenSuSE

Posted: Tue Mar 18, 2014 1:41 pm
by remsnet
RomanMe wrote:Thank you.

I will follow the links and try and learn.
Could the Jeos version be adjusted to create a 180 MB boot partition?
[/quote]

if you realy require it ..
remove the swap ( swapoff /dev/mmcblk0p2, comment it out at /etc/fstab ) /dev/mmcblk0p2
and the resize the

Code: Select all

# orign b wideman image

bastard01:~ # fdisk -l

Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes, 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x3ad25e0f

        Device Boot      Start         End      Blocks   Id  System
/dev/mmcblk0p1            2048      155647       76800    c  W95 FAT32 (LBA)
/dev/mmcblk0p2          155648      309247       76800   82  Linux swap / Solaris
/dev/mmcblk0p3          309248    15523839     7607296   83  Linux



Code: Select all

bastard01:~ # fdisk -l

Disk /dev/mmcblk0: 7948 MB, 7948206080 bytes, 15523840 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x3ad25e0f

        Device Boot      Start         End      Blocks   Id  System
/dev/mmcblk0p1            2048         309247        76800    c  W95 FAT32 (LBA)
/dev/mmcblk0p3          309248    15523839     7607296   83  Linux