Chroot live disk
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
How will you chroot into your Linux system using a live disc?
chroot livecd
add a comment |
up vote
1
down vote
favorite
How will you chroot into your Linux system using a live disc?
chroot livecd
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How will you chroot into your Linux system using a live disc?
chroot livecd
How will you chroot into your Linux system using a live disc?
chroot livecd
chroot livecd
edited Nov 24 at 19:56
Rui F Ribeiro
38.3k1476127
38.3k1476127
asked Mar 18 '17 at 17:42
rajeev_r_menon
677
677
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
You can simply mount the filesystem :
mount /dev/sdXY /mnt
Then :
chroot /mnt
Before you chroot, there are a few other things you may want to do. For example, if you want to install programs, etc then you'll need to set up name resolution and such. Here's part of a "how to make a custom live dvd" howto that explains the actual commands - skip down to the end for how to clean up and exit the chroot and umount what is needed...
https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
You can simply mount the filesystem :
mount /dev/sdXY /mnt
Then :
chroot /mnt
Before you chroot, there are a few other things you may want to do. For example, if you want to install programs, etc then you'll need to set up name resolution and such. Here's part of a "how to make a custom live dvd" howto that explains the actual commands - skip down to the end for how to clean up and exit the chroot and umount what is needed...
https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot
add a comment |
up vote
2
down vote
accepted
You can simply mount the filesystem :
mount /dev/sdXY /mnt
Then :
chroot /mnt
Before you chroot, there are a few other things you may want to do. For example, if you want to install programs, etc then you'll need to set up name resolution and such. Here's part of a "how to make a custom live dvd" howto that explains the actual commands - skip down to the end for how to clean up and exit the chroot and umount what is needed...
https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
You can simply mount the filesystem :
mount /dev/sdXY /mnt
Then :
chroot /mnt
Before you chroot, there are a few other things you may want to do. For example, if you want to install programs, etc then you'll need to set up name resolution and such. Here's part of a "how to make a custom live dvd" howto that explains the actual commands - skip down to the end for how to clean up and exit the chroot and umount what is needed...
https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot
You can simply mount the filesystem :
mount /dev/sdXY /mnt
Then :
chroot /mnt
Before you chroot, there are a few other things you may want to do. For example, if you want to install programs, etc then you'll need to set up name resolution and such. Here's part of a "how to make a custom live dvd" howto that explains the actual commands - skip down to the end for how to clean up and exit the chroot and umount what is needed...
https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot
edited Mar 18 '17 at 19:47
ivanivan
3,3931314
3,3931314
answered Mar 18 '17 at 17:54
Mrigank
364
364
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f352333%2fchroot-live-disk%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown