|
Bugzilla – Full Text Bug Listing |
| Summary: | yast do not write a correct grub menu.lst and don't allow to manually fix it (other than with vi) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Jean-Daniel Dodin <jdd> |
| Component: | YaST2 | Assignee: | Steffen Winterfeldt <snwint> |
| Status: | VERIFIED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | RC 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jean-Daniel Dodin
2011-11-05 10:07:11 UTC
the other lines in grub menu.lst uses drive UID or name and work perfectly
the grub map:
cat /boot/grub/device.map
(hd2) /dev/disk/by-id/ata-ST9160310AS_5SV7PWVK
(fd0) /dev/fd0
(hd1) /dev/disk/by-id/ata-SAMSUNG_SP0812C_S01UJ10Y319672
(hd0) /dev/disk/by-id/ata-IC35L120AVV207-0_VNVD06G4D2PX4L
the menu.lst entry:
title openSUSE 12.1
root (hd2,2)
kernel /boot/vmlinuz-3.1.0-1-default root=/dev/disk/by-id/ata-IC35L120AVV207-0_VNVD06G4D2PX4L-part3 splash=silent quiet showopts vga=0x317
initrd /boot/initrd-3.1.0-1-default
(initially was root (hd0,2)). The only necessary change is 0<>2
I assume the logs are in bnc#691060 mentioned earlier. Actually, no. So, please attach yast logs for this bug.
> I want also to notice that it's not possible to verify this setup (the hdX,Y)
> in yast. This root (hdX,Y) option is not visible in the yast interface. There
> was long time ago a "edit the config file" in yast, but this option is no more.
That's not true in two ways: 1st, the edit config file option is still there
and 2nd, there is a menu that lets you edit the drive assignments
((hd0) <-> /dev/xxx).
I beg you pardon, I finally found the edit config menu entry... I have to make more tests to see if such parameters are kept through kernel updates, but I have no access to this computer since 4 days do you have an idea of the use of this parameter? The computer boots as well without it! thanks jdd > do you have an idea of the use of this parameter? The computer boots as well
> without it!
That depends on your config. It sets the default partition where grub reads
files from.
I see. This is necessary in case of several disks. mystupid anyway seems to work now close |