Lubuntu finishes installation (from ISO on USB), but disk appears to be empty when I restart
I've been trying to install Lubuntu on my desktop pc, which previously had Windows XP. The installation seems to go fine and gives me the "All Done" screen and I restart my pc. But when it boots, it brings me to the intel boot manager as if my disk is empty! While in the live OS I typed this "$ sudo parted -l" into the terminal command line it gives me this information.
Model: ATA Maxtor 6V300F0 (scsi)
Disk /dev/sda: 300GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 294GB 294GB primary ext4
2 294GB 300GB 6292MB primary linux-swap(v1)
Model: Multiple Card Reader (scsi)
Disk /dev/sdb: 3974MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 3974MB 3973MB primary fat32 boot, lba
Model: Unknown (unknown)
Disk /dev/zram1: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram0: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
I'm not really sure what to make of this info (me being not very experienced with Linux systems) but I figured you guys can see something that I can't.
Thank you in advance!
Edit: I have tried to do this with three different Ubuntu flavors (Lunbuntu, Xubuntu, and Ubuntu) and they all had roughly the same result.
boot system-installation hard-drive lubuntu
|
show 1 more comment
I've been trying to install Lubuntu on my desktop pc, which previously had Windows XP. The installation seems to go fine and gives me the "All Done" screen and I restart my pc. But when it boots, it brings me to the intel boot manager as if my disk is empty! While in the live OS I typed this "$ sudo parted -l" into the terminal command line it gives me this information.
Model: ATA Maxtor 6V300F0 (scsi)
Disk /dev/sda: 300GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 294GB 294GB primary ext4
2 294GB 300GB 6292MB primary linux-swap(v1)
Model: Multiple Card Reader (scsi)
Disk /dev/sdb: 3974MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 3974MB 3973MB primary fat32 boot, lba
Model: Unknown (unknown)
Disk /dev/zram1: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram0: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
I'm not really sure what to make of this info (me being not very experienced with Linux systems) but I figured you guys can see something that I can't.
Thank you in advance!
Edit: I have tried to do this with three different Ubuntu flavors (Lunbuntu, Xubuntu, and Ubuntu) and they all had roughly the same result.
boot system-installation hard-drive lubuntu
1
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting/dev/sda
for the installation? Or are you selecting like/dev/sdb
or something else that shows where the OS is getting installed to?
– Terrance
Jan 27 at 3:55
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
1
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19
|
show 1 more comment
I've been trying to install Lubuntu on my desktop pc, which previously had Windows XP. The installation seems to go fine and gives me the "All Done" screen and I restart my pc. But when it boots, it brings me to the intel boot manager as if my disk is empty! While in the live OS I typed this "$ sudo parted -l" into the terminal command line it gives me this information.
Model: ATA Maxtor 6V300F0 (scsi)
Disk /dev/sda: 300GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 294GB 294GB primary ext4
2 294GB 300GB 6292MB primary linux-swap(v1)
Model: Multiple Card Reader (scsi)
Disk /dev/sdb: 3974MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 3974MB 3973MB primary fat32 boot, lba
Model: Unknown (unknown)
Disk /dev/zram1: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram0: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
I'm not really sure what to make of this info (me being not very experienced with Linux systems) but I figured you guys can see something that I can't.
Thank you in advance!
Edit: I have tried to do this with three different Ubuntu flavors (Lunbuntu, Xubuntu, and Ubuntu) and they all had roughly the same result.
boot system-installation hard-drive lubuntu
I've been trying to install Lubuntu on my desktop pc, which previously had Windows XP. The installation seems to go fine and gives me the "All Done" screen and I restart my pc. But when it boots, it brings me to the intel boot manager as if my disk is empty! While in the live OS I typed this "$ sudo parted -l" into the terminal command line it gives me this information.
Model: ATA Maxtor 6V300F0 (scsi)
Disk /dev/sda: 300GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 294GB 294GB primary ext4
2 294GB 300GB 6292MB primary linux-swap(v1)
Model: Multiple Card Reader (scsi)
Disk /dev/sdb: 3974MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 3974MB 3973MB primary fat32 boot, lba
Model: Unknown (unknown)
Disk /dev/zram1: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
Model: Unknown (unknown)
Disk /dev/zram0: 527MB
Sector size (logical/physical): 4096B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 527MB 527MB linux-swap(v1)
I'm not really sure what to make of this info (me being not very experienced with Linux systems) but I figured you guys can see something that I can't.
Thank you in advance!
Edit: I have tried to do this with three different Ubuntu flavors (Lunbuntu, Xubuntu, and Ubuntu) and they all had roughly the same result.
boot system-installation hard-drive lubuntu
boot system-installation hard-drive lubuntu
edited Jan 27 at 3:52
Terrance
20.1k34898
20.1k34898
asked Jan 27 at 3:23
Sebastian NunesSebastian Nunes
11
11
1
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting/dev/sda
for the installation? Or are you selecting like/dev/sdb
or something else that shows where the OS is getting installed to?
– Terrance
Jan 27 at 3:55
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
1
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19
|
show 1 more comment
1
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting/dev/sda
for the installation? Or are you selecting like/dev/sdb
or something else that shows where the OS is getting installed to?
– Terrance
Jan 27 at 3:55
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
1
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19
1
1
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting
/dev/sda
for the installation? Or are you selecting like /dev/sdb
or something else that shows where the OS is getting installed to?– Terrance
Jan 27 at 3:55
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting
/dev/sda
for the installation? Or are you selecting like /dev/sdb
or something else that shows where the OS is getting installed to?– Terrance
Jan 27 at 3:55
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
1
1
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2faskubuntu.com%2fquestions%2f1113186%2flubuntu-finishes-installation-from-iso-on-usb-but-disk-appears-to-be-empty-wh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1113186%2flubuntu-finishes-installation-from-iso-on-usb-but-disk-appears-to-be-empty-wh%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
1
During your installation there should be something asking for where GRUB is supposed to be installed. Are you selecting
/dev/sda
for the installation? Or are you selecting like/dev/sdb
or something else that shows where the OS is getting installed to?– Terrance
Jan 27 at 3:55
There was nothing telling me about GRUB, and I installed it on /dev/sda.
– Sebastian Nunes
Jan 27 at 4:59
1
You haven't told us which Lubuntu you installed, but regardless all versions ask where to install GRUB that causes it to boot (different versions just ask it differently). The drive you install grub to must be the one selected in your BIOS as boot drive, and refers to a device (disk), not a partition. It's writing the MBR which is the first 512 bytes of a disk. I'm guessing you either skipped (unchecked box) this step or selected the wrong device (if the wrong device a config change in bios to what you chose will correct, but if you skipped, you just need to install it).
– guiverc
Jan 27 at 5:06
I believe I must have installed in the /dev/sda. the same drive I used to install onto from the USB. And I'm running the latest version 18.10.
– Sebastian Nunes
Jan 27 at 5:12
Should I have installed it somewhere else?
– Sebastian Nunes
Jan 27 at 5:19