You are not logged in.
Pages: 1
Hi everyone. I want to install Arch on my laptop samsung 5 series (ssd+hdd) my partition scheme is like this:
Sdb is the SSD 24gb drive:
sdb1 -> 1007.0 KiB - Bios boot partition
sdb2 -> 200 MiB - /boot
sdb3 -> 22.2 gb - /
Hdd is sda:
sda1 -> for /var
sda2 -> for /home
After succesfully installation of "everyting" (grub doesn't prompt any error after installation on sdb) i have no bootable hard drives in bios.
My laptop came with windows 8 with GPT. So i created a new GPT partition table or something...(not MBR)
fstab looks like this:
/dev/sdb3 / ext4 rw,relatime,discard,noatime,data=ordered 0 1
/dev/sdb2 /boot ext2 rw,discard,noatime,relatime 0 2
/dev/sda1 /var ext4 rw,relatime,data=ordered 0 2
/dev/sda2 /home ext4 rw,relatime,data=ordered 0 2
Thanks in advance.
Last edited by Hyugga (2013-05-26 14:04:59)
Offline
Have you checked that legacy boot or bios boot is enabled in your firmware setup?
How exactly did you install grub?
What error message exactly do you get and at what point?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Are you sure that the laptop will allow you to boot from sdb? It is meant to be a cache I presume, so maybe it restricts this. You can always put grub on sda and then still boot your current setup. Though this would require that you put that stoopid little partition on sda. Either that or you could use grub legacy, as I think it will then actually fit into the MBR.
Offline
Thanks for reply!
In the bios setup i had to disable secure boot and uefi boot. That way i was able to boot from usb.
I installed grub following the Unofficial beginners guide, using the grub-install command described there in the /dev/sdb drive.
After that, the only bootable device visible in bios is the usb drive.
I also marked the bios partition as bootable in fdisk as showed in the troubleshooting section...
Thanks!
Offline
If you had secure boot on, how did you boot the install medium?
Offline
I had to disable secure boot to boot from usb.
Offline
You shouldn't need to disable uefi boot to boot from usb.
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I'm not using EFI booting.
Thanks, but that is not my problem.
Last edited by Hyugga (2013-05-25 23:31:10)
Offline
I just meant that that sounded wrong. Something is odd about your firmware if you cannot boot from usb without disabling uefi boot.
Can you boot the OS from the usb media? i.e. use the boot-existing-os option?
EDIT: If you have really set everything up correctly (hard to tell as you haven't given much information about what you actually did), then it is possible that your firmware will not allow BIOS booting with a GPT partition map. My firmware seemed to fall into this category. In that case, since you have a Samsung and probably want to avoid EFI boot, you should probably consider MBR.
Last edited by cfr (2013-05-26 00:12:37)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I understand what you mean. Sorry my english isn't very good... I can boot uefi usb drives, but i tried the non uefi configuration described in the wiki.
I'm going to try uefi+gpt configuration.
Thanks!
Offline
Ok, i changed everything to MBR only configuration. Same partition layout. On the SSD i have the first partition as the / and the second as the /boot (with boot flag)
I can see a bootable device in my bios, but i get the following message when i boot:
"Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key".
Thanks.
Last edited by Hyugga (2013-05-26 04:41:05)
Offline
If you really have the same partition layout, that might be the problem. You only need the small bios boot partition for grub with GPT. Maybe having that with MBR confuses things (though I'm not sure about this).
Did you reinstall grub to disk and regenerate grub.cfg?
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
I'm so sorry. I mean the "same" but using MBR (without the gpt bios partition). I have this partition layout:
SDD - sdb
sdb1 -> /
sdb2 -> /boot
HDD - sda
sda1 -> /var
sda2 -> /home
I changed to MBR from GPT using fdisk. And installed grub (twice) with https://wiki.archlinux.org/index.php/GR … ode_region.
Thanks a lot!
Offline
My partition layout looks like this (fdisk):
For HDD
Disk /dev/sda: 500.1 GB, 500107862016 bytes, 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000ee4dc
Device Boot Start End Blocks Id System
/dev/sda1 63 39070079 19535008+ 83 Linux
Partition 1 does not start on physical sector boundary.
/dev/sda2 39070080 976773167 468851544 83 Linux
And for SDD
Disk /dev/sdb: 24.0 GB, 24015495168 bytes, 46905264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x96218d5c
Device Boot Start End Blocks Id System
/dev/sdb1 63 46492109 23246023+ 83 Linux
/dev/sdb2 * 46492110 46905263 206577 83 Linux
Thanks.
Offline
Is the SDD listed first in the boot device list in BIOS?
You might want to post /boot/grub/grub.cfg so people can see if they can spot anything obvious. (Especially if somebody who uses grub with bios booting takes a look.)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
Pages: 1