pcbsd64 wrote:I notice that the sdb1 fat partition I was deleting was 7.47Gb while the one I created was 7.48Gb with the YAST Partitioner, accounting for the previously unused 1Mb preceding the partition, I assume.
I never assumed the gap is the problem, it is completely normal.
Shador wrote:According to the info in the boot sector, sdb1 starts
at sector 0. But according to the info from fdisk,
sdb1 starts at sector 2048.
The disparity regarding the start sector was what actually seemed weird.
pcbsd64 wrote:I am not sure how to use memdisk_grub.cfg? other than that it runs during the boot process and gives an output to the screen.
Not at all. That file is actually embedded into the grub2-linux.img and thus the actually executed version can't be easily modified without rebuilding that file.
pcbsd64 wrote:using as root device: (hd0)
grub>
It seems weird that it stops there without any message. Could you try those commands at the 'grub>' prompt:
- Code: Select all
ls
ls (hd0)
ls (hd0)/
ls (hd0)/boot/grub/i386-pc
ls (hd0)/boot/grub/grub.cfg
echo $root
echo $prefix
configfile (hd0)/boot/grub/grub.cfg
Please copy the output except for the long listing with i386-pc. Just check whether there's plenty of files like *.mod, *.lst, ... in that dir.
pcbsd64 wrote:Just for a sanity check I downloaded and created a live usb from the slackellive-kde-4.8.2-64.iso.
It booted.
The point is they're both using SaLT and are completely identical except for the package selection to my knowledge. But the boot process does not leave the identical part. So maybe something went wrong during extracing or installing the Xfce Live edition on the usb?