You are not logged in.
Pages: 1
I have a Dell Precision M6700 laptop with Arch
The system has 4 hard disks and I run software mdraid based RAID-0 for the root partition spread on the 4 drives. I use grub on EFI
It's been years since I set that up I barely recall how I did it
The last command in my (iinfinite) bash history related to that is "sudo grub-install --target=x86_64-efi --efi-directory=/mnt/UEFI --bootloader-id=boot"
I am going to upgrade to a M7710 in a day or two - that laptop will have 1 NVME based disk
I want to migrate everything from this there - probably will stick to one single / partition for everything and maybe not even UEFI
My installation is just too highly customized to reinstall from scratch.
What's the best way to go about it?
Thanks in advance
Last edited by rep_movsd (2019-05-01 13:15:01)
Offline
that laptop will have 1 NVME based disk
If this is an nvme2 drive, you have to use uefi (and may have to disable csm leagcy) to boot from that drive.
You could avoid gpt formatting the disk, but you will need an Efi System Partition.
Does your current install have a separate /home partition ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I dont have a separate /home
I guess I'll need a root, a UEFI partition and a very small one for grub_bios too?
Offline
Check the wiki, but AFAIK grub_bios is only necessary if you are installing grub on a gpt disk in a legacy-booting system. You don't need it on a UEFI-booting system.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
So it was relatively painless - I copied my RAID0 install to a separate partition on 1 drive and got it to boot on the old system
Then put that drive on the new system and setup the EFI entry in the BIOS setup and it booted.
Offline
Pages: 1