hexdump0815 / imagebuilder

velvet os - simple script framework to build ubuntu 22.04 lts jammy (in older versions also 20.04 lts focal) and debian 12 bookworm (in older versions also 11 bullseye) bootable usb / sd card images for some arm and intel devices - lots of prebuilt images as well
GNU General Public License v3.0
285 stars 43 forks source link

misc: Is it possible to install Manjaro ARM using your kernel and modules? #189

Open EnterTheVoid-x86 opened 6 months ago

EnterTheVoid-x86 commented 6 months ago

Title

hexdump0815 commented 6 months ago

a few more details would definitely be helpful - in principle that should be possible as a linux system is just some kernel and some filesystem, so taking the kernel plus modules and putting it into another filesystem would be possible - some more files (firmware, systemd scripts etc.) might be required as well for some systems

EnterTheVoid-x86 commented 5 months ago

a few more details would definitely be helpful - in principle that should be possible as a linux system is just some kernel and some filesystem, so taking the kernel plus modules and putting it into another filesystem would be possible - some more files (firmware, systemd scripts etc.) might be required as well for some systems

what kinds of details? hw is the same as my previous issue, 11mk g9 ee (kukui, esche/jacuzzi). i mostly just don't know where to start BUT i think it could be possible using the kernel from your image and following guides from arch linux arm

aneeshlingala commented 5 months ago

I tried archlinuxarm with the linux-chromebook kernel, and it worked great... may upload working files this week. i'm not so sure that there is the same kernel in manjaro. but, I will run some experiments and get back to you.

aneeshlingala commented 5 months ago

and also, I did test this on kukui, but on kappa but it should work fine with esche as well...

linsyking commented 5 months ago

I tried archlinuxarm with the linux-chromebook kernel, and it worked great... may upload working files this week. i'm not so sure that there is the same kernel in manjaro. but, I will run some experiments and get back to you.

I tried to use the image "ARMv8 AArch64 Multi-platform" from https://archlinuxarm.org/about/downloads. It booted but the wifi doesn't work. It cannot find any wifi device.

EnterTheVoid-x86 commented 5 months ago

and also, I did test this on kukui, but on kappa but it should work fine with esche as well...

The ALARM image does infact boot, but X11 and wayland do not work at all. I think it's missing graphics drivers

aneeshlingala commented 5 months ago

I did get alarm working with wifi and Wayland, I just need to package it.

On Wed, Feb 21, 2024, 03:59 etvx86 @.***> wrote:

and also, I did test this on kukui, but on kappa but it should work fine with esche as well...

The ALARM image does infact boot, but X11 and wayland do not work at all. I think it's missing graphics drivers

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-1956497349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPAW46JW2BSG46B24VDYUXOSFAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJWGQ4TOMZUHE . You are receiving this because you commented.Message ID: @.***>

PD-Kerman commented 1 month ago

I tried archlinuxarm with the linux-chromebook kernel, and it worked great...

may upload working files this week. i'm not so sure that there is the same kernel in manjaro. but, I will run some experiments and get back to you.

Cool,wondering if I can have a try~ btw is there any guide on how to build such image with all kinds of different distributions? Thanks in advanced

linsyking commented 1 week ago

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

aneeshlingala commented 1 week ago

A few months ago I tried making a script like this for kukui.

On Sun, Jul 7, 2024, 8:39 AM Linsy @.***> wrote:

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2212488436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPDXVF6OKTEIR7EGCJTZLFOJPAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGQ4DQNBTGY . You are receiving this because you commented.Message ID: @.***>

PD-Kerman commented 1 week ago

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

wow thats so cool, ive looked around the script a little bit, so that means we could just change the IMAGE_SRC var (*seems like the rest of the cofde should be general/universal, and i dont see it used the file in the extra-file for 7180/7c next to the sxeipt in your repo~ i hope im guessibg right) in the run.sh script and replace it with our own kernel release for example like kukui and it will be all good to build image for an other arm chromebook right~? :D thats so cool

aneeshlingala commented 1 week ago

Did you bypass the rootfs issue? Would be cool if you did!

On Sun, Jul 7, 2024, 10:10 AM PD-Kerman @.***> wrote:

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

wow thats so cool, ive looked around the script a little bit, so that means we could just change the IMAGE_SRC var (*seems like the rest of the cofde should be general/universal, and i dont see it used the file in the extra-file for 7180/7c next to the sxeipt in your repo~ i hope im guessibg right) in the run.sh script and replace it with our own kernel release for example like kukui and it will be all good to build image for an other arm chromebook right~? :D thats so cool

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2212511977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPD2EK4XWKP23PYFLMDZLFY73AVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGUYTCOJXG4 . You are receiving this because you commented.Message ID: @.***>

linsyking commented 1 week ago

I build a simple script to install archlinux on trogdor. Other devices should be similar. https://github.com/linsyking/imagebuilder

wow thats so cool, ive looked around the script a little bit, so that means we could just change the IMAGE_SRC var (*seems like the rest of the cofde should be general/universal, and i dont see it used the file in the extra-file for 7180/7c next to the sxeipt in your repo~ i hope im guessibg right) in the run.sh script and replace it with our own kernel release for example like kukui and it will be all good to build image for an other arm chromebook right~? :D thats so cool

Previous version may not work, and I was working on a Readme now. You probably also need to move some device-specific firmware to extra-files.

panbed commented 1 week ago

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

Just used your script to install ALARM on my kukui/kappa, had make a few changes specific for kukui but everything seems to work pretty well so far! Thanks for making the script!

PD-Kerman commented 2 days ago

I build a simple script to install archlinux on trogdor. Other devices should be similar.

https://github.com/linsyking/imagebuilder

Just used your script to install ALARM on my kukui/kappa, had make a few changes specific for kukui but everything seems to work pretty well so far! Thanks for making the script!

:D that's so coool, I've got a kukui as well and I've been hoping for a archlinux image for kukui~ Would u care to share the image please~?

panbed commented 2 days ago

:D that's so coool, I've got a kukui as well and I've been hoping for a archlinux image for kukui~ Would u care to share the image please~?

Sure, give me a few.

PD-Kerman commented 2 days ago

:D that's so coool, I've got a kukui as well and I've been hoping for a archlinux image for kukui~ Would u care to share the image please~?

Sure, give me a few.

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

aneeshlingala commented 2 days ago

Me too!

On Thu, Jul 18, 2024, 9:12 PM PD-Kerman @.***> wrote:

:D that's so coool, I've got a kukui as well and I've been hoping for a archlinux image for kukui~ Would u care to share the image please~?

Sure, give me a few.

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ :D

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2238079680, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPFTV3PWGBRHOJP22BDZNCG4PAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZYGA3TSNRYGA . You are receiving this because you commented.Message ID: @.***>

panbed commented 2 days ago

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image: https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz

Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol.

You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well).

Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol.

(Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

PD-Kerman commented 1 day ago

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz

Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol.

You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well).

Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol.

(Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems like there's r username and password already set so I can't get into the system yet, but it does boot fine and looks great. And for some reason the script kept trying to connect some server in Florida, made it extremely slow to build. I'll see if I can change it later, I checked run.sh and there doesn't seem to be much code related And I'm planning to maybe build the kernel for kukui with envkernel or manually from postmarketOS and install it on this system or maybe I'll see what I can do to make the script to do so, considering their kernel might be better maintained and got better performance :) Thanks for your work ! :D

panbed commented 1 day ago

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image: https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol. You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well). Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol. (Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems like there's r username and password already set so I can't get into the system yet, but it does boot fine and looks great. And for some reason the script kept trying to connect some server in Florida, made it extremely slow to build. I'll see if I can change it later, I checked run.sh and there doesn't seem to be much code related And I'm planning to maybe build the kernel for kukui with envkernel or manually from postmarketOS and install it on this system or maybe I'll see what I can do to make the script to do so, considering their kernel might be better maintained and got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe. It's just the standard ALARM image. And (maybe?) my bad for the Florida thing, it might be because I live in Florida and it used those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel hexdump0815 built is a little outdated but I don't have much free time right now, lol.

Great that it works for you though, I was going insane trying to figure out why it didn't work with my flash drive last night.

aneeshlingala commented 1 day ago

I had a non writavle error even on emmc when I built my own image a few months ago :(

On Fri, Jul 19, 2024, 5:07 PM Bed Pandey @.***> wrote:

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol. You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well). Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol. (Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems like there's r username and password already set so I can't get into the system yet, but it does boot fine and looks great. And for some reason the script kept trying to connect some server in Florida, made it extremely slow to build. I'll see if I can change it later, I checked run.sh and there doesn't seem to be much code related And I'm planning to maybe build the kernel for kukui with envkernel or manually from postmarketOS and install it on this system or maybe I'll see what I can do to make the script to do so, considering their kernel might be better maintained and got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe. It's just the standard ALARM image. And my bad for the Florida thing, that's probably because I live in Florida and it uses those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel hexdump0815 built is a little outdated but I don't have much free time right now, lol.

Great that it works for you though, I was going insane trying to figure out why it didn't work with my flash drive last night.

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2240102631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPDDGSDLFXSCJ4YFFZLZNF5ZNAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQGEYDENRTGE . You are receiving this because you commented.Message ID: @.***>

aneeshlingala commented 1 day ago

Looks like a kernel issue

On Fri, Jul 19, 2024, 5:32 PM Aneesh Lingala @.***> wrote:

I had a non writavle error even on emmc when I built my own image a few months ago :(

On Fri, Jul 19, 2024, 5:07 PM Bed Pandey @.***> wrote:

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol. You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well). Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol. (Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems like there's r username and password already set so I can't get into the system yet, but it does boot fine and looks great. And for some reason the script kept trying to connect some server in Florida, made it extremely slow to build. I'll see if I can change it later, I checked run.sh and there doesn't seem to be much code related And I'm planning to maybe build the kernel for kukui with envkernel or manually from postmarketOS and install it on this system or maybe I'll see what I can do to make the script to do so, considering their kernel might be better maintained and got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe. It's just the standard ALARM image. And my bad for the Florida thing, that's probably because I live in Florida and it uses those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel hexdump0815 built is a little outdated but I don't have much free time right now, lol.

Great that it works for you though, I was going insane trying to figure out why it didn't work with my flash drive last night.

— Reply to this email directly, view it on GitHub https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2240102631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUYUBPDDGSDLFXSCJ4YFFZLZNF5ZNAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQGEYDENRTGE . You are receiving this because you commented.Message ID: @.***>

PD-Kerman commented 1 day ago

I had a non writavle error even on emmc when I built my own image a few

months ago :(

On Fri, Jul 19, 2024, 5:07 PM Bed Pandey @.***> wrote:

Okey, thanks so much Take your time~ :) And it should be better to

maintain if we could have the modified script maybe uploaded as a repo as

well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz

Ran into a bit of a snag while testing the image. Tried flashing it to a

flash drive, it will boot like half way before erroring out on some BTRFS

error and then it sets the filesystem as read-only. No idea what it is, I

ran into the same issue when I was modifying the original script to run on

my kappa on a flash drive but I got it working by just flashing directly to

the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or

something, lol.

You can try building your own image by cloning my fork of linsyking's

repo: https://github.com/panbed/imagebuilder. It's not much different, it

just uses a different kernel and I think I changed the stuff in

extra-stuff and maybe some other changes. Just follow the directions and

it should work (given you have all the packages installed as well).

Anyways, it's late and I need to go to work in a few hours. I might look

into it again but no promises, lol.

(Also, obviously be careful when flashing stuff - I'm not responsible for

borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems

like *there's r username and password already set so I can't get into the

system yet*, but it does boot fine and looks great. And for some reason

the script kept trying to connect some server in Florida, made it extremely

slow to build. I'll see if I can change it later, I checked run.sh and

there doesn't seem to be much code related And I'm planning to maybe build

the kernel for kukui with envkernel or manually from postmarketOS and

install it on this system or maybe I'll see what I can do to make the

script to do so, considering their kernel might be better maintained and

got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe.

It's just the standard ALARM image. And my bad for the Florida thing,

that's probably because I live in Florida and it uses those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel

hexdump0815 built is a little outdated but I don't have much free time

right now, lol.

Great that it works for you though, I was going insane trying to figure

out why it didn't work with my flash drive last night.

Reply to this email directly, view it on GitHub

https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2240102631,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AUYUBPDDGSDLFXSCJ4YFFZLZNF5ZNAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQGEYDENRTGE

.

You are receiving this because you commented.Message ID:

@.***>

Well, it works like a charm here so far :D

PD-Kerman commented 1 day ago

Okey, thanks so much Take your time~ :) And it should be better to maintain if we could have the modified script maybe uploaded as a repo as well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz

Ran into a bit of a snag while testing the image. Tried flashing it to a flash drive, it will boot like half way before erroring out on some BTRFS error and then it sets the filesystem as read-only. No idea what it is, I ran into the same issue when I was modifying the original script to run on my kappa on a flash drive but I got it working by just flashing directly to the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or something, lol.

You can try building your own image by cloning my fork of linsyking's repo: https://github.com/panbed/imagebuilder. It's not much different, it just uses a different kernel and I think I changed the stuff in extra-stuff and maybe some other changes. Just follow the directions and it should work (given you have all the packages installed as well).

Anyways, it's late and I need to go to work in a few hours. I might look into it again but no promises, lol.

(Also, obviously be careful when flashing stuff - I'm not responsible for borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems like there's r username and password already set so I can't get into the system yet, but it does boot fine and looks great. And for some reason the script kept trying to connect some server in Florida, made it extremely slow to build. I'll see if I can change it later, I checked run.sh and there doesn't seem to be much code related And I'm planning to maybe build the kernel for kukui with envkernel or manually from postmarketOS and install it on this system or maybe I'll see what I can do to make the script to do so, considering their kernel might be better maintained and got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe. It's just the standard ALARM image. And (maybe?) my bad for the Florida thing, it might be because I live in Florida and it used those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel hexdump0815 built is a little outdated but I don't have much free time right now, lol.

Great that it works for you though, I was going insane trying to figure out why it didn't work with my flash drive last night.

Okey got it~ I'll go try that out later

lol it shouldn't be a big deal tho~ maybe ill go check which code caused that :) but simply using the image should be fine

Oh~ great lol, well I really recommend the kernel from postmarketOS lol, they've got all kinds of patches here: https://gitlab.com/postmarketOS/pmaports/-/tree/master/device/community/linux-postmarketos-mediatek-mt8183?ref_type=heads

And I did some simple tests on the images from postmarketOS with same DE same settings, the one from pmOS always got much higher scores in benchmarks especially glmark(2), it's like I got 900ish pts in xfce while the image here got like 400-600 ish pts, and what's more I've got like almost 2000pts in pmOS with sway desktop and all those video streaming stuff just works perfectly fine, no lags no stutters at all, ergo it should be a nice option lol~

And simply applying those patches to the kernel src and use the preconfigured config file should be good I guess, I guess there r some docs on the pmOS wiki in the envkernel section which might be referable :D I'm a little bit busy these days, school stuff, I'll see what I can do later lol maybe build the pmOS kernel and test upload it :) *I've heard that UM uses the kernel from pmOS as well :D Anyways good luck, and thank you for your great work~

PD-Kerman commented 1 day ago

I had a non writavle error even on emmc when I built my own image a few

months ago :(

On Fri, Jul 19, 2024, 5:07 PM Bed Pandey @.***> wrote:

Okey, thanks so much Take your time~ :) And it should be better to

maintain if we could have the modified script maybe uploaded as a repo as

well~ Or simply sharing the script would be good as well :D Thanks again~

Here's the image:

https://github.com/panbed/imagebuilder/releases/download/kukui-kappa-image-19july2024/arch.img.xz

Ran into a bit of a snag while testing the image. Tried flashing it to a

flash drive, it will boot like half way before erroring out on some BTRFS

error and then it sets the filesystem as read-only. No idea what it is, I

ran into the same issue when I was modifying the original script to run on

my kappa on a flash drive but I got it working by just flashing directly to

the eMMC as I didn't care for Chrome OS. Maybe my flash drive is dying or

something, lol.

You can try building your own image by cloning my fork of linsyking's

repo: https://github.com/panbed/imagebuilder. It's not much different, it

just uses a different kernel and I think I changed the stuff in

extra-stuff and maybe some other changes. Just follow the directions and

it should work (given you have all the packages installed as well).

Anyways, it's late and I need to go to work in a few hours. I might look

into it again but no promises, lol.

(Also, obviously be careful when flashing stuff - I'm not responsible for

borked systems lol)

Great! Thats so cool, btw the prebuilt image boots just fine~ but seems

like *there's r username and password already set so I can't get into the

system yet*, but it does boot fine and looks great. And for some reason

the script kept trying to connect some server in Florida, made it extremely

slow to build. I'll see if I can change it later, I checked run.sh and

there doesn't seem to be much code related And I'm planning to maybe build

the kernel for kukui with envkernel or manually from postmarketOS and

install it on this system or maybe I'll see what I can do to make the

script to do so, considering their kernel might be better maintained and

got better performance :) Thanks for your work ! :D

Oh! Lol, the username and password should be root and root I believe.

It's just the standard ALARM image. And my bad for the Florida thing,

that's probably because I live in Florida and it uses those mirrors, lol.

I was also thinking of building a kernel since it seems like the kernel

hexdump0815 built is a little outdated but I don't have much free time

right now, lol.

Great that it works for you though, I was going insane trying to figure

out why it didn't work with my flash drive last night.

Reply to this email directly, view it on GitHub

https://github.com/hexdump0815/imagebuilder/issues/189#issuecomment-2240102631,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AUYUBPDDGSDLFXSCJ4YFFZLZNF5ZNAVCNFSM6AAAAABCECMQROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBQGEYDENRTGE

.

You are receiving this because you commented.Message ID:

@.***>

Well, flashing into eMMC works fine so far, but we've got some kind of BTRFS warnings when booting from usb flash drive now :/