You are not logged in.

#51 2013-09-02 04:24:37

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

silencer wrote:

I tried with the new script. The same happened.

I noticed something, though. Before the attempt to install grub uefi, a line in the console is printed, it says: "Target not found: efivar"

I don't remember if this message was there with the original setup script.

You need to enable [extra] repo. "efivar" pkg is required by archboot setup script for detecting secure boot support in the uefi system.

Offline

#52 2013-09-03 06:58:33

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Ah seems I missed efivar package to include in ondisc packages, network installation mode will pull in efivar package as it should.
But I don't think it's a problem that grub doesn't work.

Offline

#53 2013-09-05 01:38:45

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

tpowa wrote:

Ah seems I missed efivar package to include in ondisc packages, network installation mode will pull in efivar package as it should.
But I don't think it's a problem that grub doesn't work.

I see, I couldn't try it yet, but you're saying that is possible that grub will fail with the network installation as well?

Offline

#54 2013-09-05 06:18:11

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

No network installation will pull in efivar package, because it enables extra in pacman.conf file during package installation.
I simply forgot to add it to my repo assembling the packages for the iso image.

Offline

#55 2013-09-09 07:28:29

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

silencer wrote:

I tried with the new script. The same happened.

I noticed something, though. Before the attempt to install grub uefi, a line in the console is printed, it says: "Target not found: efivar"

I don't remember if this message was there with the original setup script.

Can you retry with the latest setup at https://projects.archlinux.org/archboot … ller/setup and post the contants of the log?

Offline

#56 2013-09-10 17:06:15

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

the.ridikulus.rat wrote:
silencer wrote:

I tried with the new script. The same happened.

I noticed something, though. Before the attempt to install grub uefi, a line in the console is printed, it says: "Target not found: efivar"

I don't remember if this message was there with the original setup script.

Can you retry with the latest setup at https://projects.archlinux.org/archboot … ller/setup and post the contants of the log?


Sure! I'll try it today and post the results,

thanks!! smile

Offline

#57 2013-09-12 00:45:12

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Hi! Sorry for the late response.

I tried with the new script. The same happened. Here's the log after GRUB UEFI failed to install.

archboot log

and, just in case, this are the kernel parameters when booting:

booting

thanks!!

Offline

#58 2013-09-12 18:32:19

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

@silencer: Can you retry with the setup at https://bitbucket.org/the_ridikulus_rat … ller/setup ?

Offline

#59 2013-09-13 00:37:09

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

the.ridikulus.rat wrote:

@silencer: Can you retry with the setup at https://bitbucket.org/the_ridikulus_rat … ller/setup ?

I retried with the new setup. This time, I recorded a video from beginning to end, of the installation process.

This is the video on youtube

Several errors appear during installation, this are:

1:20 - mount: special device /sysfs does not exist
3:15 - mount: special device /sysfs does not exist
3:27 - umount: /install/sys: not mounted
3:35 - mount: special device /sysfs does not exist
       - error: target not found: efivar

3:40 - mount: special device /sysfs does not exist umount: /install/sys: not mounted cp: cannot create regular file '/install//boot/efi/EFI/arch_grub/grubx6­4_standalone.cfg': No such file or directory

The log can be seen at the end of the video. I don't think it changed from the last time.

hope this helps, it's the closer I can get you to what's happening here smile

thanks a lot!

Last edited by silencer (2013-09-13 00:38:21)

Offline

#60 2013-09-13 06:51:47

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

@silencer: Thanks for the video. I feel stupid regarding the /sysfs error. It should be /sys. Can you just make that change in chroot_mount() function of /arch/setup shell script (within the iso) and try again (or https://bitbucket.org/the_ridikulus_rat … ller/setup )? Also post the output of "mount" command, "gdisk -l /dev/sda" and "blkid" output alone with the log file.

Last edited by the.ridikulus.rat (2013-09-13 06:56:17)

Offline

#61 2013-09-13 06:55:30

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Offline

#62 2013-09-13 19:42:28

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

@silencer: I think I found the issue. The efisys partition checking code in the setup code assumed separate /boot partition, but from what I guess in your case /boot is part of / part (from your video), right? Commit https://bitbucket.org/the_ridikulus_rat … a7bc20a4e4 should fix it (I hope). Please try the setup at https://bitbucket.org/the_ridikulus_rat … ller/setup .

@tpowa: Few other patches for you https://bitbucket.org/the_ridikulus_rat … ce58d488fb and https://bitbucket.org/the_ridikulus_rat … 9857f37510 .

Last edited by the.ridikulus.rat (2013-09-13 19:50:58)

Offline

#63 2013-09-14 17:41:08

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Indeed, I no longer see any sysfs error.  Everything goes ok until I try to install Grub 2 UEFI. As always, setup detects I'm on UEFI, when trying to install Grub 2 UEFI, I get the following errors:

0
0
0

For some reason, setup seems to be treating "DONE" as disk device.

Thank you!

Last edited by silencer (2013-09-14 17:41:31)

Offline

#64 2013-09-14 18:44:26

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Offline

#65 2013-09-14 19:30:09

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

It worked! smile

I could install Grub 2 UEFI successfully, and boot to the clean install without any troubles. Thank you so much! smile

Something I noticed, though: During the install a message appeared, saying that  "UEFI Specification requires UEFI SYSTEM PARTITION to be formatted as FAT32. Do you want to format /dev/sda1 as FAT32?"

I have /dev/sda1, according to fdisk, formatted as "EFI System", and the install went fine nevertheless. I panicked when I saw that message, but decided to leave it untouched because MacOS had created it and didn't wanted it to stop booting.

Would be nice if the message said that when formatted as "EFI System" it works ok as well.

thank you so much, again smile
silencer

Offline

#66 2013-09-16 14:20:43

the.ridikulus.rat
Member
From: Indiana, USA
Registered: 2011-10-04
Posts: 765

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

silencer wrote:

It worked! smile

I could install Grub 2 UEFI successfully, and boot to the clean install without any troubles. Thank you so much! smile

Nice to hear that.

Something I noticed, though: During the install a message appeared, saying that  "UEFI Specification requires UEFI SYSTEM PARTITION to be formatted as FAT32. Do you want to format /dev/sda1 as FAT32?"

I have /dev/sda1, according to fdisk, formatted as "EFI System", and the install went fine nevertheless. I panicked when I saw that message, but decided to leave it untouched because MacOS had created it and didn't wanted it to stop booting.

Would be nice if the message said that when formatted as "EFI System" it works ok as well.

thank you so much, again smile
silencer

I reworded the sentence to make it more clear. It is more a warning rather than an error. Tell me whether https://bitbucket.org/the_ridikulus_rat … fd7bc3f621 makes it more clear?

Offline

#67 2013-09-16 15:17:34

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

@the.ridikulus.rat Thank you so much!, that message is way better smile

Offline

#68 2013-09-16 20:39:16

Jristz
Member
From: America/Santiago
Registered: 2011-06-11
Posts: 1,022

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

For the record archboot from trhe repo requiere amd-ucode now merged in linux-firmware but now make it uninstalable from community, and not forget that grub requiere efibootmgr  for the UEFI to manipulate UEFI (look verbose and what is used to manipulate) and therefor efibootmgr isn't installed and not deppend on grub... so error here


Well, I suppose that this is somekind of signature, no?

Offline

#69 2013-09-17 07:30:01

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

Jristz wrote:

For the record archboot from trhe repo requiere amd-ucode now merged in linux-firmware but now make it uninstalable from community, and not forget that grub requiere efibootmgr  for the UEFI to manipulate UEFI (look verbose and what is used to manipulate) and therefor efibootmgr isn't installed and not deppend on grub... so error here

All already fixed in git tree and amd-ucode is already fixed in latest isos.
- The efivar issue can be worked around by using network installation.
- archboot package from testing repository has all fixed depends, I can't move it out until syslinux 6.x gets usable for archiso.

Offline

#70 2013-09-23 18:59:55

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

New isos released please continue here:
https://bbs.archlinux.org/viewtopic.php?id=170238

Offline

#71 2013-09-23 19:08:40

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: 2013.08-1 archboot "2k13-R2" ISO hybrid image released

tpowa wrote:

New isos released please continue here:
https://bbs.archlinux.org/viewtopic.php?id=170238


Get them while they're hot!


Closing.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB