Hi,
ich versuche MLD in Dual-Boot mit einem Ubuntu Server zum laufen zu bekommen.
/dev/sda1 MLD-Bootlaufwerk (Fat)
/dev/sda2 MLD-Rootlaufwerk (BTRFS)
/dev/sda3 Ubuntu Server (ext4)
/dev/sda5 Swap
/dev/sda6 Daten (btrfs)
Ich habe zuerst Partitioniert, dann MLD auf sda1 und sda2 installiert, dann Ubuntu auf /dev/sda3 installiert und Grub in den MBR von /dev/sda installiert.
Jetzt versuche ich MLD über die /etc/grub.d/40-custom zum laufen zu bekommen.
Folgendes steht derzeit drin:
menuentry "MLD-5" {
insmod part_msdos
insmod btrfs
linux (hd0,1)/kernel
initrd (hd0,1)/initrd
}
Damit bootet die MLD bis zu einer Meldung
Packages source not found
You can now try to mount the packages source device manually to /mnt/bootfs and than call exit
BusyBox v1.25.1 ....
sh: can't access tty: job control turned off
Könnt Ihr mir einen Hinweis geben?
Danke!