Open maverick85 opened 5 years ago
I actually ditched this for a Mint installation got it up and running in 20. Aside from the issues mentioned above, there are actually a few others I didn't mention, like:
When the ISO boots, there's an option to 'Boot from Harddrive' ... does nothing comes back to the exact same screen; If you select the option for 'non-graphical boot' takes you to the exact same graphical boot as the first option.
Apart from that, I've spent a couple of hours trying to fix this.
After failed boot went on the LiveISO and mounted the LVM AntergosRoot LV. Since my boot partition was sda1 and the LVM Volume was sda2, I also mounted sda1 to /mnt/boot I also mounted /run to /mnt/hostrun w bind and then in chroot linked hostrun to run.
Then I went on with grub-install target=i386-pc /dev/sda
and grub-mkconfig -o /boot/grub/grub.cfg
All went through with no errors, then upon reboot I got back to the grub>
prompt, although the grub.cfg being inside sda1 boot/grub/grub.cfg (with lvm support etc edited the /etc/defaults/grub previously).
/etc/fstab was also correct
Anyway, Mint found no issues, I just wanted to use some old ass hardware to stream tv. Done.
test install with xfce desktop and lvm automatic partition no encryption installs with out error message but stuck on grub rescue then: logs: cnchi-20190128-182228.log postinstall-20190128-182228.log /boot/grub do not have a grub.cfg and missing font:
try to generate grub.cfg do not work (from arch-chroot)
Since the most recent update, the grub package no longer automatically creates a configuration file in /boot/grub. Even the directory itself is eliminated by this change.+ https://www.archlinux.de/news/32222-grub-erstellt-nicht-mehr-automatisch-eine-konfigurationsdatei
Yeah it’s the same issue I had. I have an idea how to go from grub to load the system to generate a new grub config correctly, i’ll share it when not in my phone.
Good luck in getting an answer from the community or any developer though. Seen cemeteries with more movement.
Is the issue... i do install Antergos with LVM two times and it do not generate grub.cfg in both installs
Good luck in getting an answer from the community or any developer though. Seen cemeteries with more movement.
yea i do not know what happens to Antergos devs... there is no commit or communication for 10 days now...
Yes, unfortunately. Anyway as I mentioned earlier I was just looking for an easy install for an old Sony Vaio laptop so I could stream some TV to it and connect it to a TV. I wasn't expecting to spend more than 30 minutes on the whole process, and I spent a day around trying to figure all the errors I came across.
Anyway, if you may please try this and let me know if it works, after you get booted to the grub shell:
$ insmod lvm
$ ls
(lvm/AntergosVG-AntergosSwap) (lvm/AntergosVG-AntergosRoot) (hd0) (hd0,msdos2) (hd0,msdos1)
$ set root=(hd0, msdos1)
$ linux /vmlinuz-linux root=/dev/mapper/AntergosVG-AntergosRoot
$ initrd /initramfs-linux.img
$ boot
Then after boot run this command grub-mkconfig -o /boot/grub/grub.cfg
Cheers
A similar issue appeared in December's Arch image. grub-mkconfig -o /boot/grub/grub.cfg
would hang on a blank prompt without any output. The following commands fixed the issue:
mkdir /mnt/hostlvm
mount --bind /run/lvm /mnt/hostlvm
arch-chroot /mnt
ln -s /hostlvm /run/lvm
Then run grub-mkconfig -o /boot/grub/grub.cfg
and proceed as normal. Hopefully the devs fix the installer soon, but I think they've kinda surrendered to Manjaro at this point.
Related discussion where I found this solution: https://bbs.archlinux.org/viewtopic.php?id=242594
Dear @jiggahertz
I have tested that solution without results. I even mounted the whole run dir with no avail. It would simply run and then boot back to grub>
Describe the bug Automatic installation with LVM doesn't boot
To Reproduce Steps to reproduce the behavior:
Expected behavior A working installation
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Ok, so I am used to red hat based distros, but I got an old Sony Vaio and I thought of installing Antergos on it to see how it goes. After burning the ISO to USB and booting, I faced several issues:
Wi-Fi fails - when I select the appropriate network, it fails to connect. It's protected using WPA PSK, it never asks me for the password. Instead I have to select:
"Join an Hidden Network"
and insert everything manually. wtf! but ok...... proceed with it.
Select your location: My country, territory or area is PORTUGAL. But all my computing devices are in english, it's the language I use across the board. But here you read
"Please, note that your system language will be determined from this selection"
Since I haven't made it to successfully boot the system after install, I'll just take your word for this retarded configuration if it comes to fruition... but REALLY, why would I want my SYSTEM LANGUAGE selected based on my location? WTF! If I was a English guy in China doing this, I'd be fucked, I'd have to learn Chinese as it would be my SYSTEM LANGUAGE!?Ok... moving forward...
If you happen to have an AMD gfx card, don't you make the error of selecting proprietary drivers. Instead of saying those are not avail, and proceed the installation with Linux drivers, it simply breaks the installation saying catalyst drivers weren't found. (NEVERMIND FOR HOW LONG THOSE DRIVERS AREN'T AVAILABLE!: YEARS!!!!)
'Cannot find these packages: catalyst-utils, catalyst-hook, lib32-catalyst-utils, lib32-catalyst-libgl, lib32-opencl-catalyst, catalyst-libel': add_fatal in /usr/share/chchi/src/misc/events.py:83
Wash, rinse and repeat.
Here we go again, feature selection, without proprietary drivers. Let's move forward. I was coming through this and upon the installation I kept getting errors on install kept failing. All was happing on the phase of "Checking that all selected packages are available online".
'Error creating metalling for package xorg-xinput. Installation will stop': add_fatal in /usr/share/chchi/src/misc/events.py:83
I actually was starting to think it could have something to do with my wifi card or whatever. So I connected using ethernet... Same issue. Thinking about the
"Checking that all selected packages are available online".
... and I remembered that I always used the option"Let Cnchi sort the mirrors list (recommended)"
. So, I selected"Manage the mirrors lists manually (advanced)"
and selected most of the Antergos mirrors.VOILA, no more errors on "Checking that packages are available" what version # is this that the installer can't properly manage the mirrors? I am truly appalled. But yeah, sure. Installation is advancing, will I finally be able to try this out?
NO !
ERROR:
Well, nevermind answering no or yes, none will open any page, instead will simply invite you to reboot the system.
After rebooting, I am taken to the
grub>
prompt ...I cannot express how cheap and poorly built this looks. It feels like shitbuntu, and works even worse.
Yes, Logical Volume Manager! Something which is pretty much standard, should be the default option, yet, Cnchi has no clue on how to properly install to boot. The installer doesn't allow to properly configure LVM during setup, and it's a major headache to come around and put it to work.
If you select the option to manually configure partitioning, it doesn't have options that allow to properly configure LVM either.
And since I want an OS that allows me to move through it, not to stop at every step of the way, I'm abandoning this. I could go and configure everything manually, but that's not what I am looking for to do with my free time right now. I have seen two, three year old threads about this, there has been more than time to make a installer that gets all the way through.
Hope the above post gets someone working better, if not... not my loss. Have a good one!