Boot removable media with grub/grub2
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
How can I add entries to grub/grub2 for booting off of removable media, like optical discs, as well drives that aren't supported by the bios for booting (but otherwise work fine in Linux), like super disks and zip drives
boot grub2 grub boot-loader removable-storage
add a comment |Â
up vote
0
down vote
favorite
How can I add entries to grub/grub2 for booting off of removable media, like optical discs, as well drives that aren't supported by the bios for booting (but otherwise work fine in Linux), like super disks and zip drives
boot grub2 grub boot-loader removable-storage
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How can I add entries to grub/grub2 for booting off of removable media, like optical discs, as well drives that aren't supported by the bios for booting (but otherwise work fine in Linux), like super disks and zip drives
boot grub2 grub boot-loader removable-storage
How can I add entries to grub/grub2 for booting off of removable media, like optical discs, as well drives that aren't supported by the bios for booting (but otherwise work fine in Linux), like super disks and zip drives
boot grub2 grub boot-loader removable-storage
edited Jul 27 at 8:49
SivaPrasath
3,46311535
3,46311535
asked Jul 27 at 6:36
Alexander M
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
GRUB/GRUB2 uses the functions of system firmware (i.e. BIOS or UEFI) to do its job, so if the BIOS does not support a particular removable media device, you'd need to write a custom GRUB2 driver module that would implement all the necessary routines for accessing that device.
For optical discs, the first problem is that the BIOS may provide the interface for booting from them only when it is actually booting from them. There is no standard interface for programmatically telling the BIOS "I changed my mind; I want to boot from an optical disk after all, please activate optical disk support."
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
GRUB/GRUB2 uses the functions of system firmware (i.e. BIOS or UEFI) to do its job, so if the BIOS does not support a particular removable media device, you'd need to write a custom GRUB2 driver module that would implement all the necessary routines for accessing that device.
For optical discs, the first problem is that the BIOS may provide the interface for booting from them only when it is actually booting from them. There is no standard interface for programmatically telling the BIOS "I changed my mind; I want to boot from an optical disk after all, please activate optical disk support."
add a comment |Â
up vote
0
down vote
GRUB/GRUB2 uses the functions of system firmware (i.e. BIOS or UEFI) to do its job, so if the BIOS does not support a particular removable media device, you'd need to write a custom GRUB2 driver module that would implement all the necessary routines for accessing that device.
For optical discs, the first problem is that the BIOS may provide the interface for booting from them only when it is actually booting from them. There is no standard interface for programmatically telling the BIOS "I changed my mind; I want to boot from an optical disk after all, please activate optical disk support."
add a comment |Â
up vote
0
down vote
up vote
0
down vote
GRUB/GRUB2 uses the functions of system firmware (i.e. BIOS or UEFI) to do its job, so if the BIOS does not support a particular removable media device, you'd need to write a custom GRUB2 driver module that would implement all the necessary routines for accessing that device.
For optical discs, the first problem is that the BIOS may provide the interface for booting from them only when it is actually booting from them. There is no standard interface for programmatically telling the BIOS "I changed my mind; I want to boot from an optical disk after all, please activate optical disk support."
GRUB/GRUB2 uses the functions of system firmware (i.e. BIOS or UEFI) to do its job, so if the BIOS does not support a particular removable media device, you'd need to write a custom GRUB2 driver module that would implement all the necessary routines for accessing that device.
For optical discs, the first problem is that the BIOS may provide the interface for booting from them only when it is actually booting from them. There is no standard interface for programmatically telling the BIOS "I changed my mind; I want to boot from an optical disk after all, please activate optical disk support."
answered Jul 27 at 8:19
telcoM
9,82111032
9,82111032
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f458753%2fboot-removable-media-with-grub-grub2%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password