CTKArch · Forums
![]() |
|
---|---|
![]()
Posts: 2
Registered: 2012-02-05 |
I'm not very experienced working with grubloader. I've attempted to boot arch multiple times while playing around with the settings in menu.lst. Even when the info in menu.lst seems to point to the right drive, I get:
Quote: Attempting to boot and run on my second drive (sdb2), where sdb1 is a boot partition, sdb2 holds /root, and sdb3 is a swap. I've made sure that sdb1 mounts at boot, and I can get to the grub menu just find. I just cannot seem to load arch without Error 17. Copy of my menu.lst Quote: Thanks |
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
When you tell your BIOS to boot your second disk, in GRUB sdb1 is (hd0,0).
|
![]() |
|
---|---|
![]()
Posts: 2
Registered: 2012-02-05 |
Ahh, so the solution was simple. The conversion comments in the menu.lst threw me off, because it convinced me that grub recieved the order of harddrives straight from BIOS. I didn't know the booting disk was considered hd0,0. Thank you very much for your help, and thank you very much for such a beautiful setup!
|
Last edited by: zaros104 on Feb 07, 2012 6:31:01 pm
|
![]() |
|
---|---|
![]() ![]() Administrator
Posts: 551
Registered: 2011-01-20 ![]() |
Indeed, GRUB retrieves the order directly from the BIOS.
Which switches the order depending on the boot peripheral you choose with the BIOS menu. Heh. |