> On Jan 23, 2017, at 2:38 PM, louis ayotte <[email protected]> wrote: > > > > On 2017-01-23 04:27 PM, John Paul Adrian Glaubitz wrote: >> I think there is enough documentation for this on the web: >> >>> https://www.linux.com/learn/how-rescue-non-booting-grub-2-linux >>> https://wiki.archlinux.org/index.php/GRUB#Using_the_command_shell >> Adrian >> > T5240, No Keyboard > Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. > OpenBoot 4.33.6, 98080 MB memory available, Serial #83048406. > Ethernet address 0:14:4f:f3:37:d6, Host ID: 84f337d6. > > Boot device: /pci@400/pci@0/pci@8/scsi@0/disk@0,0:a File and args: > GRUB Loading kernel.. > > GNU GRUB version 2.02~beta3-3+sparc64 > > Minimal BASH-like line editing is supported. For the first word, TAB > lists possible command completions. Anywhere else TAB lists possible > device or file completions. > > grub> set pager=1 > grub> ls > (ieee1275//iscsi-hba/disk) ERROR: /iscsi-hba: No iscsi-network-bootpath > property > (ieee1275/disk6) > ERROR: /pci@400: Last Trap: Fast Data Access MMU Miss > {0} ok > > Everytime i write "ls" it crashes grub
“ls" is one area that has not been completed for SPARC and has many problems. Try this instead: grub> ls / If you see your kernel and initrd, then do something like the following: grub> linux /vmlinuz-4.8.0-rc8-ATU_final_upstream_v4+ root=/dev/mapper/VolGroup-lv_root ro grub> initrd /initramfs-4.8.0-rc8-ATU_final_upstream_v4+.img grub> boot

