uninstaling ubuntu and installing opensuse on msi wind U100 without dvd/cd
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
uninstaling ubuntu and installing opensuse on msi wind U100 without dvd/cd
To whom it may concern,
How can I install opensuse 11.1 and uninstall ubuntu on my msi wind U100 without a cd/dvd? Can it be done without installing opensuse on a flash drive with unetbootin? Or without unetbootin at all? I have been looking around for the answer to this and cannot find it. I would like to wipe out ubuntu entirely and install opensuse on the full hard drive. Any kind of help would be greatly appreciated.
OH-netbootcd-3.0 is like 7MB, so it won't take up anyspace
If you use the mini256-usb, you can use ultimatebootcd-4.11 or ZorOS to partition/format the HD to remove ubuntu and then either netinstall with netbootcd or you can use ZorOS to install opensuse from iso iimage on our hd
best to use netbootcd-though it will take a while to download.
all work done in ubuntu
right click iso, select "extract here"
go into extracted folder, into isolinux folder.
rename isolinux.cfg to syslinux.cfg
open syslinux.cfg with text editor(right click syslinux.cfg "open with")
and put a forward slash (/) in front of the kernel/initrd/etc like below-
DEFAULT /menu.c32
PROMPT 0
TIMEOUT 100
ONTIMEOUT hd
DISPLAY /boot.msg
LABEL nbcd
menu label Start ^NetbootCD
menu default
kernel /kexec.bzI
append initrd=/nbinit3.gz quiet
#LABEL tinycore-kexec
#menu label Start ^Tiny Core with kexec support
#kernel kexec.bzI
#append initrd=tinycore.gz quiet
LABEL hd
MENU LABEL Boot from hard disk
localboot 0x80
Hit save.close text editor
at the top panel of the file browser, click "View" and select "show hidden files"
after editing the syslinux.cfg, a backup will appear as "syslinux.cfg~", delete it.
Move the contents of the isolinux folder to your USB.
make sure the boot flag is "active"-
open gparted while usb is mounted, at "Gparted" button, select "devices/your usb"
right-click the usb LINE and select "manage flags"
check the boot box.
Install syslinux-
unmount USB
open terminal and as root-
"syslinux -s /dev/sdxx" "xx" is your USB name-sdf1/sdc1/sdb1 etc NOT YOUR HD!
Reboot, making sure BIOS is set to boot usb...into netbootcd.
netbootcd is based on tinycore-1.3, and you can put tinycore-1.4(new)(10MB) on your usb same
way, just add the syslinux.cfg file to the netbootcd syslinux.cfg, and you can uncomment the "tinycore kexec" above and it will work too (remove # to uncomment)
Ahhh, yes-a issue I ran into too-
you must put a thingy called "vesamenu.c32" on the usb with menu.c32 or it does that shit!
it took me a month to figure that one out...
I have it at my website-click the VESAMENU.c32 link and add that to your usb....
It is still not working. Do have to type something in the passwd box? or do I just press enter after the passwd box comes up? I put vesamenu into the same folder as menu and it still does not work.
very strange, just throw away the menu.c32, and delete the top line in syslinux.cfg that says
"DEFAULT /menu.c32" and change it to either DEFAULT /boot.msg, just erase it entirely, and then set the "timeout 100" to "0" and everything should be good
if you geta blank "boot" line, press enter
Sorry, I'm trying to get it all working,but docs on menu.c32/vesamenu.c32 are scant and I'm a newbie who doesn't know snit about programming etc.
my advice is to download a slax/goblinx/wolvix distro and take the menu.c32 and vesamenu.c32 from them and add them to usb in either the "boot" folder or in the root of the usb.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.