techguy16 / openarchtitus

OpenArchTitus is an automated Arch Linux install
MIT License
6 stars 1 forks source link

No Linux kernel and no packages install #5

Open treatmeniceplz opened 1 year ago

treatmeniceplz commented 1 year ago

access denied: you can not access this issue

techguy16 commented 1 year ago

Is this a joke?

treatmeniceplz commented 1 year ago

i cant execute the script because of access denied i can send a screenshot

treatmeniceplz commented 1 year ago

ok new issue

image
techguy16 commented 1 year ago

I think the issue is due to the fact that ArchTitus only supported EFI systems (in the screenshot you used VirtualBox, which only supports EFI on specialized operating systems). I'll see if I can add support for Legacy BIOS systems.

techguy16 commented 1 year ago

Whoops - my commit closed this. I'll leave it open until my fix is confirmed to work.

treatmeniceplz commented 1 year ago

That's odd my host is a efi system running windows 11

techguy16 commented 1 year ago

That's odd my host is a efi system running windows 11

VirtualBox only emulates a BIOS system unless you specify in the VM's settings Screenshot from 2023-01-23 07-13-30 (sorry about the unreadable system text - it's just Pop!_OS being strange.)

treatmeniceplz commented 1 year ago

I can read it just fine do you want me to try that checkbox on Windows 11

On Sun, Jan 22, 2023 at 1:15 PM techguy16 @.***> wrote:

That's odd my host is a efi system running windows 11

VirtualBox only emulates a BIOS system unless you specify in the VM's settings [image: Screenshot from 2023-01-23 07-13-30] https://user-images.githubusercontent.com/88870951/213932688-d0a82d2f-dda1-4bf1-9193-c9f56b93fcb4.png (sorry about the unreadable system text - it's just Pop!_OS being strange.)

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399565630, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ6FV7W5L6D6XWVZIUDWTV2K7ANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

treatmeniceplz commented 1 year ago

i was wrong um this was not supposed to happen

treatmeniceplz commented 1 year ago

That one was on a efi system

techguy16 commented 1 year ago

Type exit when you hit that screen.

treatmeniceplz commented 1 year ago

Really helpful I will try it whenever I can

On Sun, Jan 22, 2023 at 5:22 PM techguy16 @.***> wrote:

Type exit when you hit that screen.

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399624929, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ7AT2BQZH4BQX2BFLTWTWXI5ANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

It works for me, so it should work for you.

treatmeniceplz commented 1 year ago

Great, thanks!

On Sun, Jan 22, 2023 at 5:24 PM techguy16 @.***> wrote:

It works for me, so it should work for you.

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399625402, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ3TGSQCBYRTE7ATTCTWTWXSLANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

treatmeniceplz commented 1 year ago

is this intented is this intended

techguy16 commented 1 year ago

No, I think you press continue

treatmeniceplz commented 1 year ago

its in a loop of the shell thing and that menu

treatmeniceplz commented 1 year ago

No, I think you press continue

mashing f doesnt do anything and trying to boot to the drive doesnt work

techguy16 commented 1 year ago

I would recommend staying away from VirtualBox when using a VM that uses EFI firmware.

Try using VMware Player instead.

treatmeniceplz commented 1 year ago

Um it don't support arch tho what option to use

treatmeniceplz commented 1 year ago

I can't type

techguy16 commented 1 year ago

Other Linux (64-bit)

treatmeniceplz commented 1 year ago

was about to post this but i saw that previous comment on my phone

image
treatmeniceplz commented 1 year ago

oh yes that was with other linux latest kernel 64 bit

techguy16 commented 1 year ago

Just try it again in VBox (with default settings). I think I've fixed it

treatmeniceplz commented 1 year ago

Just started the mirror test

On Sun, Jan 22, 2023 at 6:26 PM techguy16 @.***> wrote:

Just try it again in VBox (with default settings). I think I've fixed it

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399639969, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZZ3MGLXUHQFGG7LARDWTW63PANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

treatmeniceplz commented 1 year ago

3minutes later it's done

treatmeniceplz commented 1 year ago

Didnt work

techguy16 commented 1 year ago

Details please.

treatmeniceplz commented 1 year ago

The grub issue from the beginning square 0

On Sun, Jan 22, 2023 at 6:38 PM techguy16 @.***> wrote:

Details please.

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399642392, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ2E6ZAKAO5I2GHZST3WTXAIHANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

So I now think it's a problem with the kernel not installing - so there must be an error when the kernel gets installed (scripts\0-preinstall.sh on line 142): pacstrap /mnt ${kernelchose} --noconfirm --needed

Don't know why it isn't working - maybe human error :smiley:

treatmeniceplz commented 1 year ago

Do you want to try remote in on Friday bc I am a busy guy during the week and look at what is going on so we can get a guaranteed fix going

On Sun, Jan 22, 2023 at 10:41 PM techguy16 @.***> wrote:

So I now think it's a problem with the kernel not installing - so there must be an error when the kernel gets installed (scripts\0-preinstall.sh on line 142): pacstrap /mnt ${kernelchose} --noconfirm --needed

Don't know why it isn't working - maybe human error 😃

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1399756638, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ4EAGYPYCSPIIVERILWTX4U3ANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

Do you want to try remote in on Friday bc I am a busy guy during the week and look at what is going on so we can get a guaranteed fix going On Sun, Jan 22, 2023 at 10:41 PM techguy16 @.> wrote: So I now think it's a problem with the kernel not installing - so there must be an error when the kernel gets installed (scripts\0-preinstall.sh on line 142): pacstrap /mnt ${kernelchose} --noconfirm --needed Don't know why it isn't working - maybe human error smiley — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ4EAGYPYCSPIIVERILWTX4U3ANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.>

No I prefer my privacy :smiley: (and you probably prefer your privacy aswell) - I'll get a fix going soon.

treatmeniceplz commented 1 year ago

Ok that's fine with me

techguy16 commented 1 year ago

The kernel now installs and boots, but the script doesn't make a user (for some reason).

treatmeniceplz commented 1 year ago

I’ll try fix it this afternoon

Get Outlook for iOShttps://aka.ms/o0ukef


From: techguy16 @.> Sent: Tuesday, January 24, 2023 5:32:59 PM To: techguy16/openarchtitus @.> Cc: treatmeniceplz @.>; Author @.> Subject: Re: [techguy16/openarchtitus] GRUB doesn't install (Issue #5)

The kernel now installs and boots, but the script doesn't make a user (for some reason).

— Reply to this email directly, view it on GitHubhttps://github.com/techguy16/openarchtitus/issues/5#issuecomment-1402779033, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASDEIZ765TNJ6AIBKU3BYJ3WUBKBXANCNFSM6AAAAAAUCSZOAY. You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

Have you got a fix yet?

treatmeniceplz commented 1 year ago

I’m sick right now will try to get a fix Friday

Get Outlook for iOShttps://aka.ms/o0ukef


From: techguy16 @.> Sent: Monday, January 30, 2023 6:48:22 PM To: techguy16/openarchtitus @.> Cc: treatmeniceplz @.>; Author @.> Subject: Re: [techguy16/openarchtitus] GRUB doesn't install (Issue #5)

Have you got a fix yet?

— Reply to this email directly, view it on GitHubhttps://github.com/techguy16/openarchtitus/issues/5#issuecomment-1409532458, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASDEIZ3D27CYSM633DKQWL3WVBHMNANCNFSM6AAAAAAUCSZOAY. You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

No worries 😀

treatmeniceplz commented 1 year ago

It's still broken for me can't get to the login prompt

techguy16 commented 1 year ago

Screenshot.

treatmeniceplz commented 1 year ago

Nothing changed so there’s no point it’s the shell btw that shows up

On Mon, Feb 20, 2023 at 8:18 PM techguy16 @.***> wrote:

Screenshot.

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1437729621, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ3BCY42TEGT77AWGRTWYQJVDANCNFSM6AAAAAAUCSZOAY . You are receiving this because you authored the thread.Message ID: @.***>

techguy16 commented 1 year ago

@treatmeniceplz I think I've got it now. GRUB installs properly, but the kernel doesn't install due to low space in the live environment.

What I'm thinking is to make the essential packages install, set up user accounts and GRUB, then reboot into Arch to finish the install. It's losing the character of ArchTitus, but it's worth it to keep the script running.

What do you think about this idea?

treatmeniceplz commented 1 year ago

Sorry for the late response but I think that's a great idea but before you put it in the main branch put it in a beta branch for me to test the changes in my environment before pull requesting into the main branch also I didn't get a email notification at all I just remembered the issue so I went back to the repo to see if we had gotten to a fix

techguy16 commented 1 year ago

It ruins the ArchTitus feel though, but it's worth it.

treatmeniceplz commented 1 year ago

But to the in suspecting user they think that the install is way faster now

On Fri, Jun 2, 2023 at 12:14 AM techguy16 @.***> wrote:

It ruins the ArchTitus feel though, but it's worth it.

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1573120449, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ27SUD7YEFTJOAKWO3XJFSBFANCNFSM6AAAAAAUCSZOAY . You are receiving this because you were mentioned.Message ID: @.***>

techguy16 commented 1 year ago

But then when they boot up into the installed Arch Linux they find out the install hasn't completed and they sit there for half an hour waiting for KDE to install while going through a bottle of Coke (or their favourite beverage).

Moving away from partially silly comments, I've made a beta branch which I'll post a message here when it's ready to try (I probably could test it myself, but 8GB of RAM on my host machine won't go far unless the VM runs with 2GB of RAM because I'm so memory-consious - hoping to upgrade my memory to 16GB soon)

treatmeniceplz commented 1 year ago

To solve that issue before the restart print to the terminal "Install will continue after a reboot" or something similar

treatmeniceplz commented 1 year ago

It’s getting late now I will test it tommorow if you get to the suggested fix so I can test

On Fri, Jun 2, 2023 at 4:03 PM techguy16 @.***> wrote:

But then when they boot up into the installed Arch Linux they find out the install hasn't completed and they sit there for half an hour waiting for KDE to install while going through a bottle of Coke (or their favourite beverage).

Moving away from partially silly comments, I've made a beta branch which I'll post a message here when it's ready to try (I probably could test it myself, but 8GB of RAM on my host machine won't go far unless the VM runs with 2GB of RAM because I'm so memory-consious - hoping to upgrade my memory to 16GB soon)

— Reply to this email directly, view it on GitHub https://github.com/techguy16/openarchtitus/issues/5#issuecomment-1574251838, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDEIZ6LR2Q525OGT5JZY2LXJJBKVANCNFSM6AAAAAAUCSZOAY . You are receiving this because you were mentioned.Message ID: @.***>

treatmeniceplz commented 1 year ago

Also I might try to figure out VirtualBox drivers for them to auto install themselves