Grub2 mbr
by bong.mau from LinuxQuestions.org on (#54D26)
Hi
Env :
Pc dual booting
sda -->sda1 "win xp"
sdb -->sdb1 "debian 9.9" -->sdb host also the swap partition
Bootloader grub2
grub2 installed mbr to sda
all work perfectly...
but if i disconnect from pc sda then sdb is not able to boot
this because sdb mbr is a windows mbr
to make sdb1 booable without sda ready what i have to do ?
dd if=dev/sda of=/dev/sdb bs=446 count=1
or
grub2-install /dev/sdb
thanks in advance
Maurizio


Env :
Pc dual booting
sda -->sda1 "win xp"
sdb -->sdb1 "debian 9.9" -->sdb host also the swap partition
Bootloader grub2
grub2 installed mbr to sda
all work perfectly...
but if i disconnect from pc sda then sdb is not able to boot
this because sdb mbr is a windows mbr
to make sdb1 booable without sda ready what i have to do ?
dd if=dev/sda of=/dev/sdb bs=446 count=1
or
grub2-install /dev/sdb
thanks in advance
Maurizio