pgu l33t
Joined: 30 Jul 2009 Posts: 722 Location: Oslo, Norway
|
Posted: Mon Dec 02, 2024 12:45 pm Post subject: How to boot Gentoo USB from grub using serial console? |
|
|
I'm accessing this system remotely.
It has a Gentoo install image on a USB stick which is inserted.
I'm not able to change the boot device using ipmi.
I can boot into grub from the one of the local nvme's.
I know that the USB stick is at hd0:
Code: |
grub> ls (hd0,gpt3)/
./ .disk/ boot/ efi/ image.squashfs livecd mach_kernel memtest.efi64 memtest64.
bios README.txt System/
grub> ls (hd0,gpt3)/boot
./ ../ gentoo gentoo-config gentoo.igz grub/ System-gentoo.map
|
What commands do I need to run in order to boot from this and and redirect the console input/output to the serial console (/dev/ttyS0)? |
|