Here's what I get upon startup, copied by hand to this machine:
Code: Select all
Device mapping table
fs0 :HardDisk - Alias hd12a1 blk0 [SUSPECTED /DEV/SDA1, MY EFI PARTITION]
~Snip~
blk0 :HardDisk - Alias hd12a1 fs0 [DUPLICATE OF FS0?]
~Snip~
blk1 :HardDisk - Alias (null) [MY /]
~Snip~
blk2 :HardDisk - Alias (null) [MY SWAP]
~Snip~
blk3 :HardDisk - Alias (null) [MAIN DISK?]
Shell> mount fs0
Success - Force file system to mount
Shell > ls
ls/dir: Cannot open current directory - No Mapping
Shell > cd efi [DIRECTORY GRUB IS IN]
cd: Cannot find mapped device
Shell > mount blk0
Success - Force file system to mount
Shell > ls
ls/dir: Cannot open current directory - No Mapping
Shell > cd efi
cd: Cannot find mapped device
Shell > mount hd12a1
Success - Force file system to mount
Shell > ls
ls/dir: Cannot open current directory - No Mapping
Shell > cd efi
cd: Cannot find mapped device

