You are not logged in.

#1 2024-12-07 19:42:37

ArchieNoobie
Member
Registered: 2024-12-07
Posts: 2

Linux Dual Boot 32bit / 64bit

Hi guys,

So I have an Arch Linux Installation on my old Netbook and it works splendid ! However I wanted to try another distro (Void Linux) with 32 bit. So I installed it on another partition without installing grub. After successful installation I rebooted into Arch and updated grub with

grub-mkconfig -o /boot/grub/grub.cfg

It created all required entries, but after rebooting again when I tried to select and start Void Linux I got error messages (kernel couldnt be found etc.). Arch still boots fine.
Then I tried it the other way: I chrooted into Void Linux and installed Grub which works fine. But when I try again to update the config file to find the Arch Linux partition it gets stuck and it prints error messages.

I am asking myself now: Maybe it's not possible to have a dual boot with 32bit and a 64 bit OS ?
Could you give me a little advice here ?

Last edited by ArchieNoobie (2024-12-07 19:44:24)

Offline

#2 2024-12-08 00:33:10

ArchieNoobie
Member
Registered: 2024-12-07
Posts: 2

Re: Linux Dual Boot 32bit / 64bit

Fixed on my own. Copied the /boot/grub/grub.cfg from one system to /etc/grub.d/40_custom in the other system.
Still no idea why it didn't work with the standard method which I described above, but hey ...

Offline

#3 2024-12-08 09:42:43

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: Linux Dual Boot 32bit / 64bit

ArchieNoobie wrote:

Copied the /boot/grub/grub.cfg from one system to /etc/grub.d/40_custom in the other system

It would be better to reference Void's grub.cfg in 40_custom, like this (replace $uuid with the actual filesystem UUID for the Void root partition):

menuentry 'Void' {
   search --fs-uuid --set=root $uuid
   configfile /boot/grub/grub.cfg
}

I would be interested to see Void's grub.cfg to see what's different. EDIT: it's probably the modules, at a guess.

Last edited by Head_on_a_Stick (2024-12-08 09:43:30)


Jin, Jîyan, Azadî

Offline

Board footer

Powered by FluxBB