Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#11362 - [grub 0.97-13] change /dev/hda3 to /dev/sda3 in /boot/grub/menu.lst

Attached to Project: Arch Linux
Opened by solsTiCe (zebul666) - Monday, 01 September 2008, 08:26 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 06 September 2008, 09:02 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
/boot/grub/menu.lst installed by grub package contains one line like :
kernel /vmlinuz26 root=/dev/hda3 ro

as almost every new pc as a sata hdd which is shown as /dev/sda# and that ide hdd are shown as /dev/sda# also if
you use libata by using the correct module, then almost everybody as a /dev/sda# instead of /dev/hda#

so i suggest to change /dev/hda3 into /dev/sda3 in the example in /boot/grub/menu.lst

Additional info:
* package version(s)
grub 0.97-13
* config and/or log files etc.
in /boot/grub/menu.lst
# (0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,0)
kernel /vmlinuz26 root=/dev/hda3 ro
initrd /kernel26.img

This task depends upon

Closed by  Andreas Radke (AndyRTR)
Saturday, 06 September 2008, 09:02 GMT
Reason for closing:  Implemented
Additional comments about closing:  good catch, commited to svn and will be included next time it get's rebuilt or updated.

Loading...