Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #install grub boot loader to drive
- sudo grub-install --force --removable --boot-directory=/mnt /dev/sdd
- #/grub/grub.cfg
- menuentry "My Linux" {
- set root=(hd0,1)
- linux /boot/kernel
- initrd /boot/initrd
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement