#[RESOLVED] swapping arch system to ssd
1103 messages · Page 2 of 2 (latest)
what do u mean
nope
there is no way to do that
let me reboot
cause the boot option is handled by the UEFI firmware, not linux
type exit and hit enter
reboot and select proper boot device
hmm i think ur grub its just entering command line mode by default for no reason
let me search for the option to make it enter the menu by default
do u think i should use systemd-boot instead
but i think it is not broken
also i can still boot from cli right?
did it show grub > or grub-rescue >
yep but its more comfortable from the menu
grub or grub-rescue
i don’t see either
there u have it
grub>
not grub-rescue>
so it is not broken
it just dont open the menu for some reason
u can boot from the command line
ahh
okay man
try executing normal on the grub cli
hmmm honestly this is quite weird cause grub should load ur grub.cfg as normal
nope
i think maybe grub isnt loading the menu cause i didnt told u to set the root
wait a sec
you told me
I did set root
is it me or are you listening to the same song on repeat
i saw you listening to it like an hour or two ago
Im so fucking focused that i forgot to change it lol
xDD
ye i changed it lol
set default=0
set timeout=10
set root=(hd2,gpt1)
search --no-floppy --fs-uuid --set=root 860D-1C79
menuentry "Arch Linux (Mainline Linux kernel)" {
linux /vmlinuz-linux root=UUID=8a05f522-e550-4ce2-bd8a-2d0843aac626 rw
initrd /initramfs-linux.img /intel-ucode.img
echo "Booting up mainline Linux kernel..."
}
copy this inside ur grub.cfg
remove the last version
u there?
well have to go for now @hollow hound , if copying this exact embeded into ur grub.cfg does not work ping me
anyways ur main issue is solved
hi bro sorry i was in bed
ill try in a bit
thanks a lot for today
i owe u one fr
If this does not work try including the search command inside the menuentry block
See if what i sent u work in first place, if not try to do this
Tell me if it went good or not whenever u can
im gonna try rn
menuentry "Arch Linux (Mainline Linux kernel)
inside of uh
the { ?
cause it didnt work
@neat dagger
ye put that before linux command
set default=0
set timeout=10
set prefix=(hd2,gpt1)/grub
set root=(hd2,gpt1)
menuentry "Arch Linux (Mainline Linux kernel)" {
search --no-floppy --fs-uuid --set=root 860D-1C79
linux /vmlinuz-linux root=UUID=8a05f522-e550-4ce2-bd8a-2d0843aac626 rw
initrd /initramfs-linux.img /intel-ucode.img
echo "Booting up mainline Linux kernel..."
}
u could also try this one
if this does not work honestly i think is some weird bug related to dual booting or grub itself
also, if the config file does not work and grub does not start in menu mode automatically, try executing normal once or twice
I tried and didn't work
I also generated a new grub.cfg
Good, u can use the generated cfg and it should work, anyways check ur template files in the root fs cause i think grub is generating some config with a different root from the real one
I think grub mkconfig is doing this cause u moved ur disk
But the template remains for the old disk
This one elimnated the menu of the cli and just said "Reboot into a bootable device"
should I make a new thread for this
Good