You are not logged in.
Pages: 1
Hi! I have installed Windows 10 and it created me another partition, so my ArchLinux partition came from /dev/sdb6 to /dev/sdb7. I've changed the file /etc/fstab to indicate the OS to boot from /dev/sdb7, but it keeps booting from /deb/sdb6. Is there other file that the OS reads to know what partition has to be used?
Offline
Fix your bootloader configuration.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
As Trilby said, also switch from /dev/sdxy in your bootloader to partition UUID, to avoid the same problem again.
Offline
So many thanks, I didn't realize that the entries in the boot partition have to be changed as well. I change that and gummiboot loaded the system perfect.
Regarding to the UUID, it was easy to me to put the partitions like that when I installed the OS. For the next time that I have to do a clean install, I will keep it in mind.
Offline
Why would you need a clean install to generate UUID and replace /dev/sdxy in the config with it?
Offline
No, I said that I will leave it as it is now. I will use the UUID the next time I perform a clean install.
Offline
That's Xabre's point: you can change it now, there's no point in waiting.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Yes, the point is simple. If something works, don't touch it if it is not necessary. hahaha
Offline
Pages: 1