FS#26717 - grub fails to install because of a syntax error in the grub commands aif specifies
Attached to Project:
Release Engineering
Opened by Thomas Dziedzic (tomd123) - Wednesday, 02 November 2011, 04:10 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 26 December 2011, 10:24 GMT
Opened by Thomas Dziedzic (tomd123) - Wednesday, 02 November 2011, 04:10 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Monday, 26 December 2011, 10:24 GMT
|
Details
link to full report:
http://sprunge.us/MGHY
link to /var/log/aif/aif.log: http://sprunge.us/NSdN error describing line in aif.log: bootdev: (hd0,) Using 2011.11.1 I had to manually set up grub in order to have a bootable system. |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Monday, 26 December 2011, 10:24 GMT
Reason for closing: Fixed
Monday, 26 December 2011, 10:24 GMT
Reason for closing: Fixed
------------------------------------------------------------------------
r141999 | ronald | 2011-11-03 16:16:38 -0500 (Thu, 03 Nov 2011) | 1 line
sign package
------------------------------------------------------------------------
r134896 | ronald | 2011-08-08 12:30:51 -0500 (Mon, 08 Aug 2011) | 2 lines
upgpkg: grub 0.97-20
FS#25442grub-install doesn't work on i686; add xfsprogs to optdepends and add check for it in install-grub script------------------------------------------------------------------------
The latest official release was 2011-08-19, this is after the release of any change to grub.
i didn't test it yet, but the new code might just fix it (or introduce even more brokenness :)
the code is now in the develop branch and will be on the next testiso.
https://github.com/Dieterbe/aif/compare/25ba3d1537...531083a9a0
1 | grub> device (hd0) /dev/sda
2 | grub> root (hd00)
3 | Filesystem type unknown, using whole disk
4 | grub> setup (hd0)
5 |
6 | Error 17: Cannot mount selected partition
7 | grub> quit
I Think the Error is on line 2, it should be "hd0,0" not "hd00"
BTW (nothing to do with the issue) but shouldn't core/net-tools be part of the install by default? I know one can select it from the packages list during install, but by default it's not installed and it's weird to reboot in a unix family OS without any ifconfig command available :-)
about ifconfig, i believe that's optional now.